Started by timer Obtained jenkins/Hono-Nightly-Pipeline-Declarative.groovy from git https://github.com/eclipse/hono.git Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: hono/my-agent-pod-1kttv-s0ctx [Normal][hono/my-agent-pod-1kttv-s0ctx][Scheduled] Successfully assigned hono/my-agent-pod-1kttv-s0ctx to okdnode-4 Still waiting to schedule task ‘my-agent-pod-1kttv-s0ctx’ is offline [Normal][hono/my-agent-pod-1kttv-s0ctx][AddedInterface] Add eth0 [10.40.18.60/23] [Normal][hono/my-agent-pod-1kttv-s0ctx][Pulled] Container image "maven:3.6-openjdk-11" already present on machine [Normal][hono/my-agent-pod-1kttv-s0ctx][Created] Created container maven [Normal][hono/my-agent-pod-1kttv-s0ctx][Started] Started container maven [Normal][hono/my-agent-pod-1kttv-s0ctx][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine [Normal][hono/my-agent-pod-1kttv-s0ctx][Created] Created container jnlp [Normal][hono/my-agent-pod-1kttv-s0ctx][Started] Started container jnlp Agent my-agent-pod-1kttv-s0ctx is provisioned from template my-agent-pod-1kttv --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Nightly-Declarative-Pipeline/1010/" runUrl: "job/Hono-Nightly-Declarative-Pipeline/1010/" labels: jenkins: "slave" jenkins/label: "my-agent-pod" name: "my-agent-pod-1kttv-s0ctx" spec: containers: - command: - "cat" env: - name: "HOME" value: "/home/jenkins" image: "maven:3.6-openjdk-11" name: "maven" resources: limits: memory: "6Gi" cpu: "2" requests: memory: "6Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hono.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "my-agent-pod-1kttv-s0ctx" - name: "JENKINS_NAME" value: "my-agent-pod-1kttv-s0ctx" - 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.5" name: "jnlp" resources: requests: cpu: "100m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: {} name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on my-agent-pod-1kttv-s0ctx in /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-Nightly-Declarative-Pipeline # timeout=10 Fetching upstream changes from https://github.com/eclipse/hono.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 784518ac36b21dabb7acc09dc9903f31d377b63d (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 784518ac36b21dabb7acc09dc9903f31d377b63d # timeout=10 Commit message: "[#2669] Upgrade to latest Quarkus service release" > git rev-list --no-walk 270e0812f83668d55b4ca832bc5db4c8926e61e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build and deploy to Eclipse Repo) [Pipeline] container [Pipeline] { [Pipeline] echo checking out branch [master] ... [Pipeline] checkout The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@7e47a6ac; decorates RemoteLauncher[hudson.remoting.Channel@f82eb026:JNLP4-connect connection from 10.40.18.60/10.40.18.60:53572] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/hono.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 784518ac36b21dabb7acc09dc9903f31d377b63d (refs/remotes/origin/master) Commit message: "[#2669] Upgrade to latest Quarkus service release" [Pipeline] echo building and deploying nightly artifacts ... [Pipeline] sh > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 784518ac36b21dabb7acc09dc9903f31d377b63d # timeout=10 + mvn deploy -DnoDocker -DcreateJavadoc=true -DenableEclipseJarSigner=true [INFO] Scanning for projects... [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 6.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 193 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 13 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 295 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 44 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 113 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 65 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 65 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 75 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 53 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 270 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 6.1 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 109 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 5.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 2.4 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 4.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 2.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 7.1 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 37 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 16 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 8.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 7.1 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 8.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 10 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 7.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 447 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 51 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 220 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 306 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 239 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 67 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 397 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 9.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 120 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 710 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 202 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 118 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 279 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 5.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 257 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 324 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 465 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 206 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 13 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 7.5 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 59 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 9.6 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 264 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 76 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 165 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 298 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 83 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 133 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 90 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 62 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 190 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 384 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 233 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 69 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 229 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 186 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 608 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 336 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 108 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 410 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 53 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 38 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 36 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 36 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 60 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 127 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 221 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 51 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 59 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 323 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 91 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 199 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 380 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 45 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 290 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 77 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 111 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 129 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 634 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 800 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 559 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 553 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 622 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 559 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 811 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 119 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/1.11.6.Final/quarkus-bom-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/1.11.6.Final/quarkus-bom-1.11.6.Final.pom (224 kB at 570 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/1.11.6.Final/quarkus-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/1.11.6.Final/quarkus-parent-1.11.6.Final.pom (8.4 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/37/jboss-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/37/jboss-parent-37.pom (66 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.49.Final/netty-bom-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.49.Final/netty-bom-4.1.49.Final.pom (7.9 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.3/jackson-bom-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.3/jackson-bom-2.11.3.pom (14 kB at 957 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/4.5.9.Final/resteasy-bom-4.5.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/4.5.9.Final/resteasy-bom-4.5.9.Final.pom (8.5 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.1.1/kubernetes-client-bom-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.1.1/kubernetes-client-bom-5.1.1.pom (15 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/3.9.5/vertx-dependencies-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/3.9.5/vertx-dependencies-3.9.5.pom (31 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-bom/1.34.0/grpc-bom-1.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-bom/1.34.0/grpc-bom-1.34.0.pom (4.6 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/software/amazon/awssdk/bom/2.15.62/bom-2.15.62.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/software/amazon/awssdk/bom/2.15.62/bom-2.15.62.pom (62 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/software/amazon/awssdk/aws-sdk-java-pom/2.15.62/aws-sdk-java-pom-2.15.62.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/software/amazon/awssdk/aws-sdk-java-pom/2.15.62/aws-sdk-java-pom-2.15.62.pom (62 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/1.5.0/smallrye-common-bom-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/1.5.0/smallrye-common-bom-1.5.0.pom (3.9 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-bom/1.6.3/micrometer-bom-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-bom/1.6.3/micrometer-bom-1.6.3.pom (6.8 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom (10 kB at 157 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/4/felix-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom (24 kB at 533 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 446 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 80 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 132 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 3.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/3.4/easymock-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 138 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 349 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.2/objenesis-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 280 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 46 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 7.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 204 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 335 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 790 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 67 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 125 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 181 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 106 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 94 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 115 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 269 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 10 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 114 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 68 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 189 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 59 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom (1.4 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 234 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 45 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 199 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 44 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 50 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 188 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 62 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 63 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 138 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 404 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom (1.5 kB at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 2.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom (1.3 kB at 5.6 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 44 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 86 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 53 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 723 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 262 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 487 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 44 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 194 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 38 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 1.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 52 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 2.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 2.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 1.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 60 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 37 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 188 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 69 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 465 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 154 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 999 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 88 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 106 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 693 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 990 B/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 83 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 258 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 472 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 172 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 197 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 673 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 108 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 79 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 124 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 12 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 28 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 82 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 36 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 208 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 101 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 119 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 146 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 1.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 240 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 49 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 50 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 49 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 50 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/3.4/easymock-3.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.2/objenesis-2.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar (232 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 8.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 3.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 98 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 5.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 124 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 89 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 212 kB/s) [INFO] Inspecting build with total of 71 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 71 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Legal Documents [jar] [INFO] Hono Dependencies [pom] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [bundle] [INFO] Hono Client [bundle] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client for Protocol Adapters [jar] [INFO] Hono Service base [jar] [INFO] Hono Adapter Base [jar] [INFO] Hono Service Base (Quarkus) [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Client for Protocol Adapters (AMQP) [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Client for Protocol Adapters (Kafka) [jar] [INFO] Hono Adapter Base (Quarkus) [jar] [INFO] Hotrod Device Connection client [jar] [INFO] Hono Service Base (Spring) [jar] [INFO] Hono Adapter Base (Spring) [jar] [INFO] Hono Adapter Base Test Utils [jar] [INFO] Hono Protocol Adapters [pom] [INFO] Hono AMQP Adapter base [jar] [INFO] Hono Protocol Adapters (Spring) [pom] [INFO] Hono AMQP Adapter [jar] [INFO] Hono Protocol Adapters (Quarkus) [pom] [INFO] Hono AMQP Adapter (Quarkus) [jar] [INFO] Hono CoAP Adapter base [jar] [INFO] Hono CoAP Adapter [jar] [INFO] Hono CoAP Adapter (Quarkus) [jar] [INFO] Hono HTTP Adapter base [jar] [INFO] Hono HTTP Adapter [jar] [INFO] Hono HTTP Adapter (Quarkus) [jar] [INFO] Hono MQTT Adapter base [jar] [INFO] Hono Kura Adapter [jar] [INFO] Hono LoRa Adapter [jar] [INFO] Hono Lora Adapter (Quarkus) [jar] [INFO] Hono LoRa Adapter [jar] [INFO] Hono MQTT Adapter [jar] [INFO] Hono MQTT Adapter (Quarkus) [jar] [INFO] Hono Sigfox Adapter [jar] [INFO] Hono Client for Business Applications [jar] [INFO] Hono Client for Business Applications (AMQP) [jar] [INFO] Hono Client for Business Applications (Kafka) [jar] [INFO] Hono command-line interface [jar] [INFO] Hotrod Device Connection client (Quarkus) [jar] [INFO] Hono Deployment [jar] [INFO] Hono Examples [pom] [INFO] Hono Client Examples [jar] [INFO] Hono Protocol Gateway example [jar] [INFO] Hono Services [pom] [INFO] Hono Auth base [jar] [INFO] Hono Services (Spring) [pom] [INFO] Hono Auth [jar] [INFO] Hono Services (Quarkus) [pom] [INFO] Hono Auth (Quarkus) [jar] [INFO] Hono Service Device Registry Base [jar] [INFO] Base classes for JDBC services [jar] [INFO] Hono Command Router base [jar] [INFO] Hono Command Router (Spring) [jar] [INFO] Hono Command Router (Quarkus) [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.8.0-SNAPSHOT [1/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 7.4 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 110 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 724 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 439 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom (20 kB at 165 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 167 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 765 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 198 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar (492 kB at 6.9 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 675 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 168 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 94 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 198 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 466 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.4/eclipse-jarsigner-plugin-1.1.4.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.4/eclipse-jarsigner-plugin-1.1.4.pom (2.6 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.4/maven-plugin-parent-1.1.4.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.4/maven-plugin-parent-1.1.4.pom (5.6 kB at 88 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.3/cbi-parent-1.0.3.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.3/cbi-parent-1.0.3.pom (12 kB at 233 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.4/eclipse-jarsigner-plugin-1.1.4.jar [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.4/eclipse-jarsigner-plugin-1.1.4.jar (63 kB at 915 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 114 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 97 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 708 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 176 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 299 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 8.1 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 174 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 352 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 162 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 73 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 12 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 75 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 30 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 19 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 178 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.8 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 6.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 87 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 28 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 278 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 332 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 45 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 102 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 59 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 103 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 9.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 36 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 136 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 8.9 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 13 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 72 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 585 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 146 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 502 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 123 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 187 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 42 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 668 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 151 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 7.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 261 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 6.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 10.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 7.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 11 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 338 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 337 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 94 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 101 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 534 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 600 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 312 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 110 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 489 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 50 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 97 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 131 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 80 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 64 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 147 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 211 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 8.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 101 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 439 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 399 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 109 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 263 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 68 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 13 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 37 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 151 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 38 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 55 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.11/junit-4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 55 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 88 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 62 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 98 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 89 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 58 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 712 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 261 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 289 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.4 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 297 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.3 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 235 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.12/commons-codec-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 192 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 125 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 330 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 68 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 19 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 129 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.12/commons-codec-1.12.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 851 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 843 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 692 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 884 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 606 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 727 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 809 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 838 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 845 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 484 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 182 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 132 kB/s) [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-parent --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-parent --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 115 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 7.6 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 119 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 92 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 80 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 167 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 456 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 97 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 115 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 95 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 310 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.3 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 314 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.1 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 291 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 46 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 95 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 79 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 90 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 543 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 130 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 68 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 913 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 224 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 260 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 103 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 67 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 264 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 87 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 454 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 272 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 162 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 397 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 94 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 355 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 43 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 9.4 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 98 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 102 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 184 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 125 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 182 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 222 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 208 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 754 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 97 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 273 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 771 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 120 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 285 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 356 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 81 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 74 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 65 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 72 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 236 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 284 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 300 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 218 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 414 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 4.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 167 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 155 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 4.1 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 109 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 24 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 3.7 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 4.4 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 90 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 58 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 2.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 217 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 335 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 449 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 368 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 149 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 90 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 74 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 450 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 45 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 216 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 337 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 86 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 9.9 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 332 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 8.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 502 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 798 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 602 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 772 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 937 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 712 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 85 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 13 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 327 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 467 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 55 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-parent --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 330 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 752 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 115 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 28 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 74 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 89 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 203 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 115 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 414 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 109 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 180 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 221 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 202 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 7.7 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 45 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 150 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 5.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 64 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 92 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 199 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 71 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 60 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 86 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 82 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom (2.2 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 329 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.13/commons-compress-1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.13/commons-compress-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.13/commons-compress-1.13.pom (14 kB at 108 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 110 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 96 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom (3.6 kB at 181 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.4/cbi-maven-plugin-common-1.1.4.pom [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.4/cbi-maven-plugin-common-1.1.4.pom (2.3 kB at 82 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 139 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 296 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 116 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 328 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 282 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 838 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 104 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.13/commons-compress-1.13.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.4/cbi-maven-plugin-common-1.1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar (67 kB at 337 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 27 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar [INFO] Downloaded from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.4/cbi-maven-plugin-common-1.1.4.jar (30 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 901 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 994 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 870 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 745 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 401 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.13/commons-compress-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 772 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 939 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar (41 kB at 115 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 6.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar (1.6 MB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.13/commons-compress-1.13.jar (467 kB at 1.1 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 73 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 283 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 802 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 156 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 54 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 69 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 27 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 27 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 118 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 93 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 750 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 681 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 873 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 832 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 85 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 42 kB/s) [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/1.8.0-SNAPSHOT/hono-parent-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-parent --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-parent/1.8.0-SNAPSHOT/hono-parent-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 1.8.0-SNAPSHOT [2/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 358 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 371 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.3 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 607 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 201 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 1.3 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 104 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 416 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 810 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 177 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 607 kB/s) [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] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 142 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 37 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 620 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 907 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 3.0 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 54 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-legal --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 132 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 169 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 247 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 93 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 101 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 19 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 151 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 623 B/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 13 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 818 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 87 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 175 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 113 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 293 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 4.2 kB/s) [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-Nightly-Declarative-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] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 176 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 768 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 186 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 173 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 78 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 226 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 116 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 238 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 1.8 MB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 204 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 122 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 109 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 62 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 165 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 846 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 552 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 776 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-legal --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-legal --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.8.0-SNAPSHOT/hono-legal-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.8.0-SNAPSHOT/hono-legal-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-legal --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 1.8.0-SNAPSHOT [3/71] [INFO] --------------------------------[ pom ]--------------------------------- [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-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-bom --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/1.8.0-SNAPSHOT/hono-bom-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-bom --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/bom/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-bom/1.8.0-SNAPSHOT/hono-bom-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 1.8.0-SNAPSHOT [4/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 387 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.1/maven-checkstyle-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.1/maven-checkstyle-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.1/maven-checkstyle-plugin-3.1.1.pom (14 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.1/maven-checkstyle-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.1/maven-checkstyle-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.1/maven-checkstyle-plugin-3.1.1.jar (109 kB at 882 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom (3.2 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 319 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.pom (3.2 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.pom (2.8 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom (3.2 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/3.9.7/vertx-junit5-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/3.9.7/vertx-junit5-3.9.7.pom (3.4 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5-parent/3.9.7/vertx-junit5-parent-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5-parent/3.9.7/vertx-junit5-parent-3.9.7.pom (3.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext-parent/38/vertx-ext-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext-parent/38/vertx-ext-parent-38.pom (8.5 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext/38/vertx-ext-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext/38/vertx-ext-38.pom (1.5 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-parent/19/vertx-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-parent/19/vertx-parent-19.pom (15 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/3.9.7/vertx-dependencies-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/3.9.7/vertx-dependencies-3.9.7.pom (31 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/3.9.7/vertx-core-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/3.9.7/vertx-core-3.9.7.pom (29 kB at 534 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.58.Final/netty-common-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.58.Final/netty-common-4.1.58.Final.pom (12 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.58.Final/netty-parent-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.58.Final/netty-parent-4.1.58.Final.pom (62 kB at 896 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.58.Final/netty-buffer-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.58.Final/netty-buffer-4.1.58.Final.pom (1.6 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.58.Final/netty-transport-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.58.Final/netty-transport-4.1.58.Final.pom (1.9 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.58.Final/netty-resolver-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.58.Final/netty-resolver-4.1.58.Final.pom (1.6 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.58.Final/netty-handler-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.58.Final/netty-handler-4.1.58.Final.pom (3.6 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.58.Final/netty-codec-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.58.Final/netty-codec-4.1.58.Final.pom (3.6 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.58.Final/netty-handler-proxy-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.58.Final/netty-handler-proxy-4.1.58.Final.pom (2.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.58.Final/netty-codec-socks-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.58.Final/netty-codec-socks-4.1.58.Final.pom (2.0 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.58.Final/netty-codec-http-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.58.Final/netty-codec-http-4.1.58.Final.pom (2.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.58.Final/netty-codec-http2-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.58.Final/netty-codec-http2-4.1.58.Final.pom (2.7 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.58.Final/netty-resolver-dns-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.58.Final/netty-resolver-dns-4.1.58.Final.pom (3.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.58.Final/netty-codec-dns-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.58.Final/netty-codec-dns-4.1.58.Final.pom (2.1 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.7.7/mockito-core-3.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.7.7/mockito-core-3.7.7.pom (2.5 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.19/byte-buddy-1.10.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.19/byte-buddy-1.10.19.pom (11 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.19/byte-buddy-parent-1.10.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.19/byte-buddy-parent-1.10.19.pom (42 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.19/byte-buddy-agent-1.10.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.19/byte-buddy-agent-1.10.19.pom (9.6 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.pom (3.5 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom (18 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar (213 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/3.9.7/vertx-junit5-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/3.9.7/vertx-junit5-3.9.7.jar (17 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/3.9.7/vertx-core-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar (181 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.58.Final/netty-common-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.58.Final/netty-buffer-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.58.Final/netty-common-4.1.58.Final.jar (647 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.58.Final/netty-transport-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar (100 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.58.Final/netty-handler-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar (176 kB at 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.58.Final/netty-codec-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.58.Final/netty-handler-4.1.58.Final.jar (477 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.58.Final/netty-handler-proxy-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.58.Final/netty-transport-4.1.58.Final.jar (477 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.58.Final/netty-codec-socks-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.58.Final/netty-codec-socks-4.1.58.Final.jar (119 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.58.Final/netty-codec-http-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.58.Final/netty-handler-proxy-4.1.58.Final.jar (24 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.58.Final/netty-codec-http2-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.58.Final/netty-buffer-4.1.58.Final.jar (299 kB at 496 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.58.Final/netty-resolver-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.58.Final/netty-codec-4.1.58.Final.jar (320 kB at 524 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.58.Final/netty-resolver-dns-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.58.Final/netty-resolver-4.1.58.Final.jar (33 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.58.Final/netty-codec-dns-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.58.Final/netty-codec-http2-4.1.58.Final.jar (464 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.7.7/mockito-core-3.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/3.9.7/vertx-core-3.9.7.jar (1.3 MB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.19/byte-buddy-1.10.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.7.7/mockito-core-3.7.7.jar (665 kB at 691 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.19/byte-buddy-agent-1.10.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.58.Final/netty-codec-dns-4.1.58.Final.jar (62 kB at 64 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.58.Final/netty-codec-http-4.1.58.Final.jar (624 kB at 645 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.58.Final/netty-resolver-dns-4.1.58.Final.jar (154 kB at 159 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.19/byte-buddy-agent-1.10.19.jar (259 kB at 233 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.19/byte-buddy-1.10.19.jar (3.5 MB at 2.8 MB/s) [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] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 293 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 136 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 154 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 805 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 76 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 155 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 73 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 173 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 279 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 375 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 281 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 127 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 145 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 84 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 4.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 71 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 101 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 98 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 209 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 208 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 76 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 3.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 31 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 496 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 61 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom (6.7 kB at 112 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom (16 kB at 346 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom (3.4 kB at 65 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom (3.0 kB at 63 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 39 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 72 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 517 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 457 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom (6.7 kB at 54 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom (2.9 kB at 82 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 49 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 85 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 7.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 10.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 178 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 100 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 63 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 962 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 575 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar (17 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 704 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 750 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar (35 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 449 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 128 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 477 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 162 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ test-utils --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.pom (135 kB at 704 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/info/picocli/picocli/4.5.2/picocli-4.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.pom (1.4 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 35 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.pom (3.6 kB at 61 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-master/4.8-1/antlr4-master-4.8-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.8-1/antlr4-master-4.8-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.8-1/antlr4-master-4.8-1.pom (4.4 kB at 52 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 194 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.0-jre/guava-30.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-jre/guava-30.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-jre/guava-30.0-jre.pom (11 kB at 223 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/30.0-jre/guava-parent-30.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.0-jre/guava-parent-30.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.0-jre/guava-parent-30.0-jre.pom (13 kB at 162 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 189 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 73 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 89 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 100 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 144 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/10.3/Saxon-HE-10.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.3/Saxon-HE-10.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.3/Saxon-HE-10.3.pom (4.4 kB at 38 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 122 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 84 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 36 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 418 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 544 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 75 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 43 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 104 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 382 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 30 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 60 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 17 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 281 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 175 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 71 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 102 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 32 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 46 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 96 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 136 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 78 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 128 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 302 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 157 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 88 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 511 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 177 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 169 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 181 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 86 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 219 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/info/picocli/picocli/4.5.2/picocli-4.5.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.0-jre/guava-30.0-jre.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/10.3/Saxon-HE-10.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-jre/guava-30.0-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.5.2/picocli-4.5.2.jar (390 kB at 931 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.jar (338 kB at 727 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 533 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.3/Saxon-HE-10.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 534 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-jre/guava-30.0-jre.jar (2.9 MB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.jar (1.6 MB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 5.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 630 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 7.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 18 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 11 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 26 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.3/Saxon-HE-10.3.jar (5.7 MB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 64 kB/s) [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-Nightly-Declarative-Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/1.8.0-SNAPSHOT/test-utils-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 1.8.0-SNAPSHOT [5/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom (1.9 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/parent/0.33.0/parent-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/parent/0.33.0/parent-0.33.0.pom (15 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar (18 kB at 13 kB/s) [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-Nightly-Declarative-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-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] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/core-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ core-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ core-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/core-test-utils-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/core-test-utils-1.8.0-SNAPSHOT.jar [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-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/core-test-utils-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.8.0-SNAPSHOT/core-test-utils-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.8.0-SNAPSHOT/core-test-utils-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ core-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 1.8.0-SNAPSHOT [6/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 49 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-demo-certs --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-demo-certs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.8.0-SNAPSHOT/hono-demo-certs-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.8.0-SNAPSHOT/hono-demo-certs-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-demo-certs --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 1.8.0-SNAPSHOT [7/71] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 30 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 80 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 387 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.0.8/jandex-maven-plugin-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.8/jandex-maven-plugin-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.8/jandex-maven-plugin-1.0.8.pom (9.9 kB at 210 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/14/jboss-parent-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom (33 kB at 412 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 565 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.0.8/jandex-maven-plugin-1.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.8/jandex-maven-plugin-1.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.0.8/jandex-maven-plugin-1.0.8.jar (12 kB at 169 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.6/jacoco-maven-plugin-0.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.6/jacoco-maven-plugin-0.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.6/jacoco-maven-plugin-0.8.6.pom (4.4 kB at 73 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.6/org.jacoco.build-0.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.6/org.jacoco.build-0.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.6/org.jacoco.build-0.8.6.pom (42 kB at 592 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.6/jacoco-maven-plugin-0.8.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.6/jacoco-maven-plugin-0.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.6/jacoco-maven-plugin-0.8.6.jar (53 kB at 563 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-maven-plugin/1.19/animal-sniffer-maven-plugin-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.19/animal-sniffer-maven-plugin-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.19/animal-sniffer-maven-plugin-1.19.pom (5.6 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.19/animal-sniffer-parent-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.19/animal-sniffer-parent-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.19/animal-sniffer-parent-1.19.pom (9.4 kB at 125 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 411 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-maven-plugin/1.19/animal-sniffer-maven-plugin-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.19/animal-sniffer-maven-plugin-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-maven-plugin/1.19/animal-sniffer-maven-plugin-1.19.jar (35 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/3.9.7/vertx-proton-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/3.9.7/vertx-proton-3.9.7.pom (8.0 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.pom (2.9 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.33.8/proton-j-parent-0.33.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.33.8/proton-j-parent-0.33.8.pom (9.6 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom (3.8 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom (14 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.pom (7.4 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.3/jackson-base-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.3/jackson-base-2.11.3.pom (7.5 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.pom (3.8 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.pom (4.9 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom (2.0 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.4.5/spring-security-crypto-5.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.4.5/spring-security-crypto-5.4.5.pom (2.6 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.2/jjwt-api-0.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.2/jjwt-api-0.11.2.pom (1.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.2/jjwt-root-0.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.2/jjwt-root-0.11.2.pom (28 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.2/jjwt-impl-0.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.2/jjwt-impl-0.11.2.pom (2.3 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.2/jjwt-jackson-0.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.2/jjwt-jackson-0.11.2.pom (3.3 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.pom (16 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom (13 kB at 545 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom (18 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom (4.2 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.pom (24 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.10/assertj-parent-pom-2.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.10/assertj-parent-pom-2.2.10.pom (24 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.3/junit-bom-5.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.3/junit-bom-5.6.3.pom (4.9 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-client/1.6.0/jaeger-client-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-client/1.6.0/jaeger-client-1.6.0.pom (1.9 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-thrift/1.6.0/jaeger-thrift-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-thrift/1.6.0/jaeger-thrift-1.6.0.pom (2.4 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-core/1.6.0/jaeger-core-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-core/1.6.0/jaeger-core-1.6.0.pom (2.0 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.pom (2.9 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom (2.5 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom (4.4 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.pom (2.7 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.9.0/okhttp-4.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.9.0/okhttp-4.9.0.pom (1.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom (1.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.pom (1.6 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.pom (1.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.pom (4.9 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-tracerresolver/1.6.0/jaeger-tracerresolver-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-tracerresolver/1.6.0/jaeger-tracerresolver-1.6.0.pom (1.7 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/contrib/opentracing-tracerresolver/0.1.8/opentracing-tracerresolver-0.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/contrib/opentracing-tracerresolver/0.1.8/opentracing-tracerresolver-0.1.8.pom (3.5 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/contrib/opentracing-tracerresolver-parent/0.1.8/opentracing-tracerresolver-parent-0.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/contrib/opentracing-tracerresolver-parent/0.1.8/opentracing-tracerresolver-parent-0.1.8.pom (11 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/3.9.7/vertx-proton-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar (41 kB at 556 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.jar (351 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar (1.4 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.4.5/spring-security-crypto-5.4.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar (68 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.2/jjwt-api-0.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/3.9.7/vertx-proton-3.9.7.jar (119 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.2/jjwt-impl-0.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar (11 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.2/jjwt-jackson-0.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.4.5/spring-security-crypto-5.4.5.jar (80 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.2/jjwt-api-0.11.2.jar (79 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.2/jjwt-jackson-0.11.2.jar (8.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.jar (102 kB at 285 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.2/jjwt-impl-0.11.2.jar (79 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-client/1.6.0/jaeger-client-1.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.jar (742 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-tracerresolver/1.6.0/jaeger-tracerresolver-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 754 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/contrib/opentracing-tracerresolver/0.1.8/opentracing-tracerresolver-0.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar (290 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-core/1.6.0/jaeger-core-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-tracerresolver/1.6.0/jaeger-tracerresolver-1.6.0.jar (2.6 kB at 3.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-client/1.6.0/jaeger-client-1.6.0.jar (1.1 kB at 1.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-core/1.6.0/jaeger-core-1.6.0.jar (147 kB at 185 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/contrib/opentracing-tracerresolver/0.1.8/opentracing-tracerresolver-0.1.8.jar (7.8 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-thrift/1.6.0/jaeger-thrift-1.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar (240 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.jar (7.5 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.9.0/okhttp-4.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.jar (4.8 MB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar (306 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.jar (191 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.9.0/okhttp-4.9.0.jar (791 kB at 788 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar (243 kB at 239 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jaegertracing/jaeger-thrift/1.6.0/jaeger-thrift-1.6.0.jar (705 kB at 689 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.jar (18 kB at 17 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.jar (1.5 MB at 1.4 MB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 83 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 526 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 75 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 153 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 469 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 78 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 393 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 15 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 191 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 557 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 6.5 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 110 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 98 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 153 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 62 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 52 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 223 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 25 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 64 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 58 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 16 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 33 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 46 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 378 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 44 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 68 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 10 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 66 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 173 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 67 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 106 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 201 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 46 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 58 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 142 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 6.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6.pom (3.5 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.pom (2.1 kB at 34 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom (2.9 kB at 55 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.pom (3.7 kB at 75 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom (3.1 kB at 64 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom (3.2 kB at 70 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.pom (1.9 kB at 41 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 954 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.jar (382 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 62 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 329 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar (33 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar (122 kB at 383 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar (292 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.jar (199 kB at 584 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.jar (72 kB at 209 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.jar (129 kB at 367 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar (53 kB at 143 kB/s) [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-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 98 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-core --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 19 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 150 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 11 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 29 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 53 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 9.3 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 71 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 165 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 56 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 240 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.1.2.Final/jandex-2.1.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.1.2.Final/jandex-2.1.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.1.2.Final/jandex-2.1.2.Final.pom (5.9 kB at 123 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/12/jboss-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 367 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.1.2.Final/jandex-2.1.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 915 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 781 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.1.2.Final/jandex-2.1.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 3.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 270 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.1.2.Final/jandex-2.1.2.Final.jar (195 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 144 kB/s) [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-Nightly-Declarative-Pipeline/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-core --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.pom (7.0 kB at 107 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 58 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 9.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom (2.4 kB at 40 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom (2.0 kB at 36 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 21 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar (95 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar (78 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar (66 kB at 308 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 216 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest [INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest [INFO] Running org.eclipse.hono.config.FileFormatTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.config.FileFormatTest [INFO] Running org.eclipse.hono.config.AbstractConfigTest 00:49:34.533 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 00:49:34.540 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.KeyLoaderTest 00:49:35.562 [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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 s - in org.eclipse.hono.config.KeyLoaderTest [INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.hono.config.ClientConfigPropertiesTest [INFO] Running org.eclipse.hono.config.PemReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.util.MessageHelperTest 00:49:35.864 [ForkJoinPool-1-worker-3] WARN o.e.h.c.impl.ConnectionFactoryImpl - ignoring failure to open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: attempt already timed out io.vertx.core.impl.NoStackTraceThrowable: amqp:resource-limit-exceeded -connection disallowed by local policy [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.eclipse.hono.connection.impl.ConnectionFactoryImplTest [INFO] Running org.eclipse.hono.auth.BCryptHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.auth.BCryptHelperTest [INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in org.eclipse.hono.util.MessageHelperTest [INFO] Running org.eclipse.hono.util.TriTupleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.hono.util.TriTupleTest [INFO] Running org.eclipse.hono.util.AddressHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.AddressHelperTest [INFO] Running org.eclipse.hono.util.PairTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.util.PairTest [INFO] Running org.eclipse.hono.util.ResourceIdentifierTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.util.ResourceIdentifierTest [INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Running org.eclipse.hono.util.CredentialsObjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.hono.util.CredentialsObjectTest [INFO] Running org.eclipse.hono.util.EventBusMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.util.EventBusMessageTest [INFO] Running org.eclipse.hono.util.HonoProtonHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.util.HonoProtonHelperTest [INFO] Running org.eclipse.hono.util.FuturesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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.002 s - in org.eclipse.hono.util.StringsTest [INFO] Running org.eclipse.hono.util.RequestResponseApiConstantsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.RequestResponseApiConstantsTest [INFO] Running org.eclipse.hono.util.TenantObjectTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.TracingHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.tracing.TracingHelperTest [INFO] Running org.eclipse.hono.util.TimeUntilDisconnectNotificationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.TimeUntilDisconnectNotificationTest [INFO] Running org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.util.ResourceLimitsPeriodTest [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.HostnamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.util.HostnamesTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s - in org.eclipse.hono.util.TenantObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.19:check (verify_java8_compatibility) @ hono-core --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer/1.19/animal-sniffer-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.19/animal-sniffer-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.19/animal-sniffer-1.19.pom (2.3 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/java-boot-classpath-detector/1.19/java-boot-classpath-detector-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.19/java-boot-classpath-detector-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.19/java-boot-classpath-detector-1.19.pom (2.5 kB at 28 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom (28 kB at 369 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 71 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 78 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 65 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 356 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 716 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 90 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 108 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 89 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 142 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 59 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 92 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 242 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 235 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 95 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer/1.19/animal-sniffer-1.19.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/java-boot-classpath-detector/1.19/java-boot-classpath-detector-1.19.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.19/animal-sniffer-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.19/java-boot-classpath-detector-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar (504 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer/1.19/animal-sniffer-1.19.jar (38 kB at 229 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar (4.2 kB at 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 167 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/java-boot-classpath-detector/1.19/java-boot-classpath-detector-1.19.jar (5.1 kB at 24 kB/s) [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/signature/java18/1.0/java18-1.0.signature [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/signature/java18/1.0/java18-1.0.signature (2.0 MB at 21 MB/s) [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-core --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:core-test-utils:jar:1.8.0-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.annotation... Loading source files for package org.eclipse.hono.auth... Loading source files for package org.eclipse.hono.cache... Loading source files for package org.eclipse.hono.config... Loading source files for package org.eclipse.hono.connection... Loading source files for package org.eclipse.hono.connection.impl... Loading source files for package org.eclipse.hono.tracing... Loading source files for package org.eclipse.hono.util... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/annotation/HonoTimestamp.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/Activity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/Authorities.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/AuthoritiesImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/BCryptHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/EncodedPassword.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/HonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/HonoUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/HonoUserAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/MessageDigestPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/SpringBasedHonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/BasicExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/CacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/ExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/ExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/AbstractConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/AuthenticatingClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/FileFormat.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/KeyLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/MapperEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/PemReader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/PemReader.Entry.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/ProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/VertxProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/ConnectionFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/ConnectTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/impl/ConnectionFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/JsonObjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/JsonObjectInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/MessageAnnotationsExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/MessageAnnotationsInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/MultiMapExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/MultiMapInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/SpanContextHolder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/TenantTraceSamplingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/TracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Adapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/AddressHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/AmqpErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/AuthenticationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/BaseMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/BufferResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CacheDirective.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CommandConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CommandEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CommandRouterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CommandRouterConstants.CommandRouterAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ConfigurationSupportingVerticle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ConnectionDuration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Constants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CredentialsConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CredentialsConstants.CredentialsAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CredentialsObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/CredentialsResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/DataVolume.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/DeviceConnectionConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/DeviceConnectionConstants.DeviceConnectionAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/DeviceConnectionResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/EventBusMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/EventConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/EventConstants.RegistrationStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Futures.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Futures.BlockingCode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/HonoProtonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Hostnames.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/JsonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/JwtHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Lifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/MapBasedExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/MapBasedTelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/MessageHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/MessageTap.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/MessagingType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Pair.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/PortConfigurationHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/RegistrationAssertion.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/RegistrationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/RegistrationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/RegistryManagementConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/RequestResponseApiConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/RequestResponseResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ResourceIdentifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ResourceLimits.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ResourceLimitsPeriod.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/ResourceLimitsPeriod.PeriodMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/Strings.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TelemetryConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TenantConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TenantConstants.TenantAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TenantObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TenantResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TenantTracingConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TimeUntilDisconnectNotification.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TracingSamplingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/TriTuple.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/annotation/class-use/HonoTimestamp.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/Activity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/Authorities.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/AuthoritiesImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/BCryptHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/EncodedPassword.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/HonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/HonoUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/HonoUserAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/MessageDigestPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/class-use/SpringBasedHonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/class-use/BasicExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/class-use/CacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/class-use/ExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/class-use/ExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/AbstractConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/AuthenticatingClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/FileFormat.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/KeyLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/MapperEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/PemReader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/PemReader.Entry.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/ProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/class-use/VertxProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/class-use/ConnectTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/class-use/ConnectionFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/impl/class-use/ConnectionFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/JsonObjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/JsonObjectInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/MessageAnnotationsExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/MessageAnnotationsInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/MultiMapExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/MultiMapInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/SpanContextHolder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/TenantTraceSamplingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/class-use/TracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Adapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/AddressHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/AmqpErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/AuthenticationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/BaseMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/BufferResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CacheDirective.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CommandConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CommandEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CommandRouterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CommandRouterConstants.CommandRouterAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ConfigurationSupportingVerticle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ConnectionDuration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Constants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CredentialsConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CredentialsConstants.CredentialsAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CredentialsObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/CredentialsResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/DataVolume.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionConstants.DeviceConnectionAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/EventBusMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/EventConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/EventConstants.RegistrationStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Futures.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Futures.BlockingCode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/HonoProtonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Hostnames.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/JwtHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Lifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/MapBasedExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/MapBasedTelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/MessageHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/MessageTap.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/MessagingType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Pair.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/PortConfigurationHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/RegistrationAssertion.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/RegistrationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/RegistrationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/RegistryManagementConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/RequestResponseApiConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/RequestResponseResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ResourceIdentifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ResourceLimits.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ResourceLimitsPeriod.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/ResourceLimitsPeriod.PeriodMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/Strings.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TelemetryConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TenantConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TenantConstants.TenantAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TenantObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TenantResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TenantTracingConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TimeUntilDisconnectNotification.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TracingSamplingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/class-use/TriTuple.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/auth/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/cache/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/connection/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/tracing/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/org/eclipse/hono/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-core --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 227 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 284 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 654 kB/s) [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.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.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ hono-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.8.0-SNAPSHOT/hono-core-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-client >-------------------- [INFO] Building Hono Client 1.8.0-SNAPSHOT [8/71] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom (2.0 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom (2.0 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom (1.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom (3.0 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar (567 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar (24 kB at 374 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar (696 kB at 5.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar (1.5 MB at 7.2 MB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 93 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/src/main/java/org/eclipse/hono/client/impl/AdapterInstanceCommandHandler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/src/main/java/org/eclipse/hono/client/impl/AdapterInstanceCommandHandler.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/src/test/java/org/eclipse/hono/client/impl/DeviceConnectionClientFactoryImplTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/src/test/java/org/eclipse/hono/client/impl/DeviceConnectionClientFactoryImplTest.java: Recompile with -Xlint:deprecation for details. [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.device.amqp.TelemetrySenderTest [INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.CommandTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in org.eclipse.hono.client.CommandTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest [INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplEventTest [INFO] Running org.eclipse.hono.client.impl.AbstractHonoClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.client.impl.AbstractHonoClientTest [INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Running org.eclipse.hono.client.CommandResponseTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.client.CommandResponseTest [INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Running org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Running org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.client.impl.CommandClientImplTest [INFO] Running org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 211, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/client/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:hono-legal:jar:1.8.0-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.client... Loading source files for package org.eclipse.hono.client.device.amqp... Loading source files for package org.eclipse.hono.client.device.amqp.internal... Loading source files for package org.eclipse.hono.client.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ApplicationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/AsyncCommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/AuthenticationServerClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/BasicDeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ClientErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CommandTargetMapper.CommandTargetMapperContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ConnectionLifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CredentialsClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/CreditBasedSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/DelegatedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/DeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/DisconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/DownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/DownstreamSenderFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/HonoConnection.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/MessageNotProcessedException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/MessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/MessageUndeliverableException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/NoConsumerException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ProtocolAdapterCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ProtocolAdapterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ProtocolAdapterCommandConsumerFactory.CommandHandlingAdapterInfoAccess.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ReconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/RegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/RegistrationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ResourceConflictException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ResourceLimitExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/SendMessageSampler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/SendMessageSampler.Factory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/SendMessageSampler.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/SendMessageSampler.Sample.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/SendMessageTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ServerErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/ServiceInvocationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/StatusCodeMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/TenantClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/AmqpAdapterClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/AmqpSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/CommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/TraceableCommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/TraceableEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/TraceableTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientEventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientTelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AbstractConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AbstractDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AbstractHonoClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AbstractRequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AbstractSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AdapterInstanceCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AmqpAdapterClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/ApplicationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AsyncCommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/AsyncCommandResponseConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CachingClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CommandResponseSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/ConnectionLifecycleWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CredentialsClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/CredentialsClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/DeferredConnectionCheckHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/DelegatedCommandSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/DeviceConnectionClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/DeviceConnectionClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/DownstreamSenderFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/EventConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/EventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/HonoConnectionImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/MappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/ProtocolAdapterCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/ProtocolAdapterCommandConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/RegistrationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/RegistrationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/TelemetryConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/TelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/TenantClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/TenantClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ApplicationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/AsyncCommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/AuthenticationServerClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/BasicDeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ClientErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CommandTargetMapper.CommandTargetMapperContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ConnectionLifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CredentialsClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/CreditBasedSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/DelegatedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/DeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/DisconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/DownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/DownstreamSenderFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/HonoConnection.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/MessageNotProcessedException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/MessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/MessageUndeliverableException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/NoConsumerException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ProtocolAdapterCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ProtocolAdapterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ProtocolAdapterCommandConsumerFactory.CommandHandlingAdapterInfoAccess.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ReconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/RegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/RegistrationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ResourceConflictException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ResourceLimitExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.Sample.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.Factory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/SendMessageTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ServerErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/ServiceInvocationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/StatusCodeMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/class-use/TenantClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/AmqpAdapterClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/AmqpSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/CommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/TraceableCommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/TraceableEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/class-use/TraceableTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientEventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientTelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AbstractConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AbstractDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AbstractHonoClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AbstractRequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AbstractSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AdapterInstanceCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AmqpAdapterClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/ApplicationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AsyncCommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/AsyncCommandResponseConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CachingClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CommandResponseSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/ConnectionLifecycleWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CredentialsClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/CredentialsClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/DeferredConnectionCheckHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/DelegatedCommandSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/DeviceConnectionClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/DeviceConnectionClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/DownstreamSenderFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/EventConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/EventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/HonoConnectionImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/MappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/ProtocolAdapterCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/ProtocolAdapterCommandConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/RegistrationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/RegistrationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/TelemetryConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/TelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/TenantClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/class-use/TenantClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/device/amqp/internal/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/org/eclipse/hono/client/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hono-client --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.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.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:3.5.0:deploy (default-deploy) @ hono-client --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.8.0-SNAPSHOT/hono-client-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 1.8.0-SNAPSHOT [9/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-java2/3.9.7/vertx-rx-java2-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-java2/3.9.7/vertx-rx-java2-3.9.7.pom (27 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx/3.9.7/vertx-rx-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx/3.9.7/vertx-rx-3.9.7.pom (4.1 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-gen/3.9.7/vertx-rx-gen-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-gen/3.9.7/vertx-rx-gen-3.9.7.pom (3.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/3.9.5/vertx-codegen-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/3.9.5/vertx-codegen-3.9.5.pom (12 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-parent/17/vertx-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-parent/17/vertx-parent-17.pom (14 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.pom (11 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-java2/3.9.7/vertx-rx-java2-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/3.9.5/vertx-codegen-3.9.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-gen/3.9.7/vertx-rx-gen-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-gen/3.9.7/vertx-rx-gen-3.9.7.jar (20 kB at 339 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvel/mvel2/2.3.1.Final/mvel2-2.3.1.Final.jar (1.1 MB at 5.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/3.9.5/vertx-codegen-3.9.5.jar (207 kB at 871 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-rx-java2/3.9.7/vertx-rx-java2-3.9.7.jar (1.7 MB at 4.1 MB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-clients-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-clients-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-clients-parent --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/1.8.0-SNAPSHOT/hono-clients-parent-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-clients-parent --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-clients-parent/1.8.0-SNAPSHOT/hono-clients-parent-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 1.8.0-SNAPSHOT [10/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/3.9.7/vertx-health-check-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/3.9.7/vertx-health-check-3.9.7.pom (4.8 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/3.9.7/vertx-web-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/3.9.7/vertx-web-3.9.7.pom (7.4 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/3.9.7/vertx-web-parent-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/3.9.7/vertx-web-parent-3.9.7.pom (2.5 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/3.9.7/vertx-web-common-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/3.9.7/vertx-web-common-3.9.7.pom (2.7 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/3.9.7/vertx-bridge-common-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/3.9.7/vertx-bridge-common-3.9.7.pom (5.3 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/3.9.7/vertx-health-check-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/3.9.7/vertx-web-common-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/3.9.7/vertx-web-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/3.9.7/vertx-bridge-common-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/3.9.7/vertx-web-common-3.9.7.jar (24 kB at 389 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/3.9.7/vertx-web-3.9.7.jar (290 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/3.9.7/vertx-bridge-common-3.9.7.jar (11 kB at 118 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/3.9.7/vertx-health-check-3.9.7.jar (23 kB at 187 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-common --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.util.MessagingClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.eclipse.hono.client.util.MessagingClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-common --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.client.util... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/MessagingClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/ServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/class-use/MessagingClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/class-use/ServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/org/eclipse/hono/client/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-common --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-common --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.8.0-SNAPSHOT/hono-client-common-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-adapter >---------------- [INFO] Building Hono Client for Protocol Adapters 1.8.0-SNAPSHOT [11/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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 19 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.client.command.CommandsTest [INFO] Running org.eclipse.hono.adapter.client.command.CommandRouterCommandConsumerFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.hono.adapter.client.command.CommandsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 s - in org.eclipse.hono.adapter.client.command.CommandRouterCommandConsumerFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-adapter --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-adapter --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.client.command... Loading source files for package org.eclipse.hono.adapter.client.registry... Loading source files for package org.eclipse.hono.adapter.client.telemetry... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandHandlers.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/CommandRouterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/Commands.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/DeviceConnectionClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/InternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/DeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandHandlers.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandRouterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/Commands.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/DeviceConnectionClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/class-use/InternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/class-use/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/class-use/DeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/class-use/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/class-use/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/class-use/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/command/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/registry/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/org/eclipse/hono/adapter/client/telemetry/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-adapter --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-adapter --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-adapter --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.8.0-SNAPSHOT/hono-client-adapter-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 1.8.0-SNAPSHOT [12/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/3.9.7/vertx-auth-common-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/3.9.7/vertx-auth-common-3.9.7.pom (2.1 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/3.9.7/vertx-auth-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/3.9.7/vertx-auth-3.9.7.pom (2.7 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/3.9.7/vertx-web-client-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/3.9.7/vertx-web-client-3.9.7.pom (3.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.6.2/micrometer-core-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.6.2/micrometer-core-1.6.2.pom (8.2 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom (11 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom (7.2 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/3.9.7/vertx-micrometer-metrics-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/3.9.7/vertx-micrometer-metrics-3.9.7.pom (9.3 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.10/HdrHistogram-2.1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.10/HdrHistogram-2.1.10.pom (9.8 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.8/caffeine-2.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.8/caffeine-2.8.8.pom (2.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.4.3/spring-boot-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.4.3/spring-boot-2.4.3.pom (2.2 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom (2.6 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom (2.2 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom (2.1 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.6.2/micrometer-registry-prometheus-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.6.2/micrometer-registry-prometheus-1.6.2.pom (3.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.9.0/simpleclient_common-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.9.0/simpleclient_common-0.9.0.pom (1.6 kB at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.9.0/parent-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.9.0/parent-0.9.0.pom (7.5 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.9.0/simpleclient-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.9.0/simpleclient-0.9.0.pom (1.6 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/3.9.7/vertx-auth-common-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.6.2/micrometer-core-1.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/3.9.7/vertx-web-client-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/3.9.7/vertx-micrometer-metrics-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/3.9.7/vertx-micrometer-metrics-3.9.7.jar (85 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.8/caffeine-2.8.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/3.9.7/vertx-auth-common-3.9.7.jar (38 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.4.3/spring-boot-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar (174 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/3.9.7/vertx-web-client-3.9.7.jar (64 kB at 557 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.4.3/spring-boot-2.4.3.jar (1.3 MB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.6.2/micrometer-core-1.6.2.jar (610 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.6.2/micrometer-registry-prometheus-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.8/caffeine-2.8.8.jar (922 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.9.0/simpleclient_common-0.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar (374 kB at 977 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.9.0/simpleclient-0.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar (283 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.6.2/micrometer-registry-prometheus-1.6.2.jar (37 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.9.0/simpleclient_common-0.9.0.jar (5.8 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar (1.2 MB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.9.0/simpleclient-0.9.0.jar (58 kB at 133 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar (1.5 kB at 3.4 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 277 kB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/ValidityBasedTrustOptions.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/ValidityBasedTrustOptions.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-base --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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 11 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.VertxBasedHealthCheckServerTest 00:51:07.846 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 00:51:07.850 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 00:51:07.857 [ForkJoinPool-1-worker-1] 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:130) at io.vertx.core.impl.CompositeFutureImpl.onComplete(CompositeFutureImpl.java:25) at io.vertx.core.Future.map(Future.java:407) at org.eclipse.hono.service.VertxBasedHealthCheckServer.start(VertxBasedHealthCheckServer.java:131) at org.eclipse.hono.service.VertxBasedHealthCheckServerTest.testHealthCheckServerWithNoBindAddressFailsToStart(VertxBasedHealthCheckServerTest.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 00:51:07.957 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only 00:51:08.661 [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 00:51:08.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:51:08.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.3] 00:51:08.671 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 00:51:08.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - adding supported cipher suite [TLS_PSK_WITH_AES_256_CCM_8] 00:51:08.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - adding supported cipher suite [TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8] 00:51:08.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:51:08.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:51:08.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 00:51:08.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true 00:51:08.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:51:08.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.3] 00:51:08.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 00:51:08.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:51:08.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:51:08.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.3] 00:51:08.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 00:51:08.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:51:08.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:51:08.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1] 00:51:08.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 00:51:08.731 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:51:08.734 [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: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.683 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest 00:51:08.760 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 00:51:08.842 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 00:51:08.842 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:45769/readiness 00:51:08.842 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:45769/liveness 00:51:08.844 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 00:51:08.844 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:37015/readiness 00:51:08.844 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:37015/liveness [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Running org.eclipse.hono.service.http.HttpContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.hono.service.http.HttpContextTest [INFO] Running org.eclipse.hono.service.http.HttpUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.http.HttpUtilsTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 00:51:09.448 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds 00:51:09.450 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens 00:51:09.451 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens 00:51:09.854 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:45769] 00:51:09.859 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:37015] 00:51:09.878 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 00:51:09.878 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 00:51:09.928 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 00:51:09.928 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:32855/readiness 00:51:09.928 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:32855/liveness 00:51:09.939 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:32855] 00:51:09.948 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only 00:51:09.952 [vert.x-eventloop-thread-2] ERROR o.e.h.s.a.EventBusAuthenticationService - got illegal status code in authentication response exception: 200 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest 00:51:09.967 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 00:51:10.025 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 00:51:10.026 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:40453/readiness 00:51:10.026 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:40453/liveness [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest [INFO] Running org.eclipse.hono.service.cache.CaffeineBasedExpiringValueCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.hono.service.cache.CaffeineBasedExpiringValueCacheTest [INFO] Running org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest 00:51:10.135 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:40453] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.service.VertxBasedHealthCheckServerTest [INFO] Running org.eclipse.hono.service.commandrouter.DelegatingCommandRouterAmqpEndpointTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.service.commandrouter.DelegatingCommandRouterAmqpEndpointTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest 00:51:10.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.amqp.AmqpServiceBaseTest$1 - using JDK's default SSL engine 00:51:10.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.amqp.AmqpServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 00:51:10.536 [ForkJoinPool-1-worker-1] INFO o.e.h.s.amqp.AmqpServiceBaseTest$1 - Service supports TLS ServerNameIndication: false [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 51, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.service... Loading source files for package org.eclipse.hono.service.amqp... Loading source files for package org.eclipse.hono.service.auth... Loading source files for package org.eclipse.hono.service.auth.delegating... Loading source files for package org.eclipse.hono.service.cache... Loading source files for package org.eclipse.hono.service.commandrouter... Loading source files for package org.eclipse.hono.service.deviceconnection... Loading source files for package org.eclipse.hono.service.http... Loading source files for package org.eclipse.hono.service.metric... Loading source files for package org.eclipse.hono.service.util... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/AbstractEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/AbstractServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/Endpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/HealthCheckProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/HealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/NoopHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/VertxBasedHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/AbstractAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/AbstractDelegatingRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/AbstractRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/AmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/AmqpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AbstractHonoAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AddressAuthzHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AuthorizationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AuthTokenHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/AuthTokenHelperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/BaseAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/ClaimsBasedAuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/DeviceUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/EventBusAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/EventBusAuthenticationService.HonoUserImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/HonoSaslAuthenticator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/HonoSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/ValidityBasedTrustOptions.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/ValidityOnlyTrustManagerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/X509CertificateChainValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/DelegatingAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/DelegatingAuthenticationServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/Caches.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/CaffeineBasedExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/CaffeineCacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/CommandRouterMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/CommandRouterResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/CommandRouterService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/DelegatingCommandRouterAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/DelegatingDeviceConnectionAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/DeviceConnectionMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/DeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/AbstractDelegatingHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/AbstractEventBusHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/AbstractHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/ComponentMetaDataDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/DefaultFailureHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/HttpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/HttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/HttpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/HttpServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/HttpUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/TracingHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/WebSpanDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/WebSpanDecorator.StandardTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.ComponentType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.ConnectionAttemptOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.EndpointType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.ProcessingOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/MetricsTags.TtdStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/PrometheusScrapingResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/util/ServiceBaseUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/AbstractEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/AbstractServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/Endpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/HealthCheckProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/HealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/NoopHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/class-use/VertxBasedHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractDelegatingRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/class-use/AmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/class-use/AmqpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AbstractHonoAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AddressAuthzHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AuthTokenHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AuthTokenHelperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AuthorizationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/AuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/BaseAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/ClaimsBasedAuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/DeviceUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/EventBusAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/EventBusAuthenticationService.HonoUserImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/HonoSaslAuthenticator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/HonoSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/ValidityBasedTrustOptions.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/ValidityOnlyTrustManagerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/class-use/X509CertificateChainValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/class-use/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/class-use/DelegatingAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/class-use/DelegatingAuthenticationServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/class-use/Caches.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/class-use/CaffeineBasedExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/class-use/CaffeineCacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/class-use/CommandRouterMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/class-use/CommandRouterResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/class-use/CommandRouterService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/class-use/DelegatingCommandRouterAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/class-use/DelegatingDeviceConnectionAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/class-use/DeviceConnectionMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/class-use/DeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/AbstractDelegatingHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/AbstractEventBusHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/AbstractHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/ComponentMetaDataDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/DefaultFailureHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/HttpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/HttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/HttpUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/TracingHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/WebSpanDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/class-use/WebSpanDecorator.StandardTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.TtdStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ProcessingOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ComponentType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.EndpointType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ConnectionAttemptOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/class-use/PrometheusScrapingResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/util/class-use/ServiceBaseUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/auth/delegating/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/cache/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/commandrouter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/deviceconnection/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/http/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/metric/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/org/eclipse/hono/service/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.8.0-SNAPSHOT/hono-service-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-base >----------------- [INFO] Building Hono Adapter Base 1.8.0-SNAPSHOT [13/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.4.3/spring-boot-autoconfigure-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.4.3/spring-boot-autoconfigure-2.4.3.pom (2.1 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-graphite/1.6.2/micrometer-registry-graphite-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-graphite/1.6.2/micrometer-registry-graphite-1.6.2.pom (3.1 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.1.14/metrics-graphite-4.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.1.14/metrics-graphite-4.1.14.pom (2.2 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.1.14/metrics-parent-4.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.1.14/metrics-parent-4.1.14.pom (16 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.1.14/metrics-bom-4.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.1.14/metrics-bom-4.1.14.pom (5.3 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.1.14/metrics-core-4.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.1.14/metrics-core-4.1.14.pom (945 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/rabbitmq/amqp-client/5.5.3/amqp-client-5.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/rabbitmq/amqp-client/5.5.3/amqp-client-5.5.3.pom (35 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.4.3/spring-boot-autoconfigure-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.1.14/metrics-graphite-4.1.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-graphite/1.6.2/micrometer-registry-graphite-1.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/rabbitmq/amqp-client/5.5.3/amqp-client-5.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.1.14/metrics-core-4.1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-graphite/1.6.2/micrometer-registry-graphite-1.6.2.jar (17 kB at 334 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.1.14/metrics-graphite-4.1.14.jar (23 kB at 63 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/rabbitmq/amqp-client/5.5.3/amqp-client-5.5.3.jar (597 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.1.14/metrics-core-4.1.14.jar (106 kB at 240 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.4.3/spring-boot-autoconfigure-2.4.3.jar (1.5 MB at 3.5 MB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-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-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest 00:51:28.129 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.248 [ForkJoinPool-1-worker-1] WARN o.eclipse.hono.tracing.TracingHelper - An unexpected error occurred! java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:134) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:41) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.validateCredentials(CredentialsApiAuthProvider.java:173) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.lambda$authenticate$1(CredentialsApiAuthProvider.java:108) at io.vertx.core.Future.lambda$compose$3(Future.java:368) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83) at io.vertx.core.Future.compose(Future.java:364) at io.vertx.core.Future.compose(Future.java:336) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:108) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest.testAuthenticateRequiresVertxContext(UsernamePasswordAuthProviderTest.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 00:51:28.249 [ForkJoinPool-1-worker-1] WARN o.eclipse.hono.tracing.TracingHelper - An unexpected error occurred! java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:134) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:41) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.validateCredentials(CredentialsApiAuthProvider.java:173) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.lambda$authenticate$1(CredentialsApiAuthProvider.java:108) at io.vertx.core.Future.lambda$compose$3(Future.java:368) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83) at io.vertx.core.Future.compose(Future.java:364) at io.vertx.core.Future.compose(Future.java:336) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:108) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest.testAuthenticateRequiresVertxContext(UsernamePasswordAuthProviderTest.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.282 s - in org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.DeviceCertificateValidatorTest 00:51:28.348 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.429 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.445 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.452 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.538 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.544 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.557 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.558 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol 00:51:28.861 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.868 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.934 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.940 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.952 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.952 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 00:51:28.961 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.965 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:28.972 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.028 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.033 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.038 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.057 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.060 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.064 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.064 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol 00:51:29.070 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.074 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] 00:51:29.074 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$296633394] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s - in org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.MessagingClientsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.adapter.MessagingClientsTest [INFO] Running org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest [INFO] Running org.eclipse.hono.adapter.metric.DeviceConnectionDurationTrackerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.adapter.metric.DeviceConnectionDurationTrackerTest [INFO] Running org.eclipse.hono.adapter.metric.MicrometerBasedMetricsTest 00:51:29.273 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.350 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.366 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.373 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.376 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.379 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.426 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.429 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.433 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.436 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.625 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$847010647] 00:51:29.756 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$219571397] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 s - in org.eclipse.hono.adapter.auth.device.DeviceCertificateValidatorTest [INFO] Running org.eclipse.hono.adapter.auth.device.TenantServiceBasedX509AuthenticationTest 00:51:29.765 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.767 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.861 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.869 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.926 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.929 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.933 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.934 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:51:29.937 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:51:29.939 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.hono.adapter.metric.MicrometerBasedMetricsTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest 00:51:30.228 [ForkJoinPool-1-worker-3] WARN o.e.h.a.r.PrometheusBasedAsyncCacheLoader - failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.hono.adapter.auth.device.TenantServiceBasedX509AuthenticationTest [INFO] Running org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.X509AuthProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.adapter.auth.device.X509AuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest 00:51:30.536 [ForkJoinPool-1-worker-3] WARN o.e.h.a.r.PrometheusBasedAsyncCacheLoader - 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"} [14400m])))]: null [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.UsernamePasswordCredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.adapter.auth.device.UsernamePasswordCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.SubjectDnCredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.adapter.auth.device.SubjectDnCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest 00:51:30.567 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 00:51:30.625 [ForkJoinPool-1-worker-3] WARN o.e.h.a.l.DefaultConnectionLimitManager - Configured connection limit 2 is too high: Recommended is maximum 0 (based on null) 00:51:30.626 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 00:51:30.627 [ForkJoinPool-1-worker-1] WARN o.e.h.a.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: -200MB). 00:51:30.627 [ForkJoinPool-1-worker-3] WARN o.e.h.a.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) 00:51:30.628 [ForkJoinPool-1-worker-3] WARN o.e.h.a.l.DefaultConnectionLimitManager - Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest 00:51:30.629 [ForkJoinPool-1-worker-1] WARN o.e.h.a.l.MemoryBasedConnectionLimitStrategy - Not enough memory. It is recommended to provide more than 100 MB (currently max. available memory: 100MB). [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter... Loading source files for package org.eclipse.hono.adapter.auth.device... Loading source files for package org.eclipse.hono.adapter.limiting... Loading source files for package org.eclipse.hono.adapter.metric... Loading source files for package org.eclipse.hono.adapter.monitoring... Loading source files for package org.eclipse.hono.adapter.resourcelimits... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/AbstractProtocolAdapterBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/AdapterConfigurationSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/AdapterConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/AdapterDisabledException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/AuthorizationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/ConnectionDurationExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/DataVolumeExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/DeviceDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/GatewayDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/MessagingClients.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/ProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/RegistrationAssertionException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/TenantConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/TenantDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/AbstractDeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/ChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCertificateValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCredentialsAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/ExecutionContextAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/PreCredentialsValidationHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/SubjectDnCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/TenantServiceBasedX509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/UsernamePasswordAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/UsernamePasswordCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/X509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/X509AuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitAutoConfigException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/DefaultConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/MemoryBasedConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/DeviceConnectionDurationTracker.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/DeviceConnectionDurationTracker.Builder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/Metrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/MicrometerBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/NoopBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/AbstractMessageSenderConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducer.Context.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.ConnectionEventProducerType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/HonoEventConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/LoggingConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/ConnectedDevicesAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/ConnectionDurationAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/DataVolumeAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/LimitedResourceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/NoopResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/ResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/AbstractProtocolAdapterBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/AdapterConfigurationSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/AdapterConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/AdapterDisabledException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/AuthorizationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/ConnectionDurationExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/DataVolumeExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/DeviceDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/GatewayDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/MessagingClients.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/ProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/RegistrationAssertionException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/TenantConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/class-use/TenantDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/AbstractDeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/ChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/CredentialsApiAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCertificateValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCredentialsAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/ExecutionContextAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/PreCredentialsValidationHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/SubjectDnCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/TenantServiceBasedX509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/UsernamePasswordAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/UsernamePasswordCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/X509AuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/class-use/X509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitAutoConfigException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/class-use/DefaultConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/class-use/MemoryBasedConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/class-use/DeviceConnectionDurationTracker.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/class-use/DeviceConnectionDurationTracker.Builder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/class-use/Metrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/class-use/MicrometerBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/class-use/NoopBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/AbstractMessageSenderConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducer.Context.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerConfig.ConnectionEventProducerType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/HonoEventConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/class-use/LoggingConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ConnectedDevicesAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ConnectionDurationAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/DataVolumeAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/LimitedResourceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/NoopResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/auth/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/limiting/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/metric/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/monitoring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/org/eclipse/hono/adapter/resourcelimits/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.8.0-SNAPSHOT/hono-adapter-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-service-base-quarkus >------------- [INFO] Building Hono Service Base (Quarkus) 1.8.0-SNAPSHOT [14/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/1.11.6.Final/quarkus-arc-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/1.11.6.Final/quarkus-arc-1.11.6.Final.pom (1.6 kB at 5.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/1.11.6.Final/quarkus-arc-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/1.11.6.Final/quarkus-arc-parent-1.11.6.Final.pom (735 B at 3.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/1.11.6.Final/quarkus-extensions-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/1.11.6.Final/quarkus-extensions-parent-1.11.6.Final.pom (9.4 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/1.11.6.Final/quarkus-build-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/1.11.6.Final/quarkus-build-parent-1.11.6.Final.pom (55 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/1.11.6.Final/arc-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/1.11.6.Final/arc-1.11.6.Final.pom (1.4 kB at 6.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/1.11.6.Final/arc-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/1.11.6.Final/arc-parent-1.11.6.Final.pom (23 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom (8.8 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom (13 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/1.11.6.Final/quarkus-core-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/1.11.6.Final/quarkus-core-1.11.6.Final.pom (11 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/1.11.6.Final/quarkus-core-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/1.11.6.Final/quarkus-core-parent-1.11.6.Final.pom (1.3 kB at 8.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/1.11.6.Final/quarkus-development-mode-spi-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/1.11.6.Final/quarkus-development-mode-spi-1.11.6.Final.pom (759 B at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/1.10.2/smallrye-config-1.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/1.10.2/smallrye-config-1.10.2.pom (5.6 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/1.10.2/smallrye-config-parent-1.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/1.10.2/smallrye-config-parent-1.10.2.pom (8.9 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/23/smallrye-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/23/smallrye-parent-23.pom (53 kB at 729 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.6.0.Final/arquillian-bom-1.6.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.6.0.Final/arquillian-bom-1.6.0.Final.pom (9.2 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.5.0/smallrye-common-annotation-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.5.0/smallrye-common-annotation-1.5.0.pom (1.2 kB at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/1.5.0/smallrye-common-parent-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/1.5.0/smallrye-common-parent-1.5.0.pom (6.7 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/1.10.2/smallrye-config-common-1.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/1.10.2/smallrye-config-common-1.10.2.pom (1.7 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/1.4/microprofile-config-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/1.4/microprofile-config-api-1.4.pom (5.2 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/1.4/microprofile-config-parent-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/1.4/microprofile-config-parent-1.4.pom (17 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.13.Final/arquillian-bom-1.1.13.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.13.Final/arquillian-bom-1.1.13.Final.pom (11 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.4/shrinkwrap-resolver-bom-2.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.4/shrinkwrap-resolver-bom-2.2.4.pom (5.3 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-10/shrinkwrap-descriptors-bom-2.0.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-10/shrinkwrap-descriptors-bom-2.0.0-alpha-10.pom (5.2 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.5.0/smallrye-common-classloader-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.5.0/smallrye-common-classloader-1.5.0.pom (2.1 kB at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.5.0/smallrye-common-expression-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.5.0/smallrye-common-expression-1.5.0.pom (2.2 kB at 7.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.5.0/smallrye-common-function-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.5.0/smallrye-common-function-1.5.0.pom (1.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.5.0/smallrye-common-constraint-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.5.0/smallrye-common-constraint-1.5.0.pom (1.9 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.0.6/jboss-logmanager-embedded-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.0.6/jboss-logmanager-embedded-1.0.6.pom (5.0 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom (22 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/32/jboss-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/32/jboss-parent-32.pom (35 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom (7.3 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.0.Final/jboss-logging-annotations-2.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.0.Final/jboss-logging-annotations-2.2.0.Final.pom (1.8 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.0.Final/jboss-logging-tools-parent-2.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.0.Final/jboss-logging-tools-parent-2.2.0.Final.pom (5.6 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.2.0.Final/jboss-threads-3.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.2.0.Final/jboss-threads-3.2.0.Final.pom (7.3 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 645 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.pom (2.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/20.3.1/graal-sdk-20.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/20.3.1/graal-sdk-20.3.1.pom (1.4 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/1.11.6.Final/quarkus-bootstrap-runner-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/1.11.6.Final/quarkus-bootstrap-runner-1.11.6.Final.pom (1.7 kB at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/1.11.6.Final/quarkus-bootstrap-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/1.11.6.Final/quarkus-bootstrap-parent-1.11.6.Final.pom (34 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.5.0/smallrye-common-io-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.5.0/smallrye-common-io-1.5.0.pom (1.8 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0.1/microprofile-context-propagation-api-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0.1/microprofile-context-propagation-api-1.0.1.pom (1.3 kB at 6.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0.1/microprofile-context-propagation-parent-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0.1/microprofile-context-propagation-parent-1.0.1.pom (13 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/1.11.6.Final/quarkus-arc-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/1.11.6.Final/arc-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (109 kB at 951 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar (25 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/1.11.6.Final/quarkus-core-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar (61 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/1.11.6.Final/quarkus-development-mode-spi-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/1.11.6.Final/quarkus-arc-1.11.6.Final.jar (46 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/1.10.2/smallrye-config-1.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.5.0/smallrye-common-annotation-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.5.0/smallrye-common-annotation-1.5.0.jar (3.5 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/1.10.2/smallrye-config-common-1.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/1.10.2/smallrye-config-common-1.10.2.jar (9.7 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/1.4/microprofile-config-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/1.11.6.Final/quarkus-core-1.11.6.Final.jar (221 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.5.0/smallrye-common-expression-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/1.4/microprofile-config-api-1.4.jar (15 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.5.0/smallrye-common-function-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/1.11.6.Final/arc-1.11.6.Final.jar (169 kB at 329 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.5.0/smallrye-common-constraint-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.5.0/smallrye-common-expression-1.5.0.jar (20 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/1.11.6.Final/quarkus-development-mode-spi-1.11.6.Final.jar (13 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.5.0/smallrye-common-classloader-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.0.6/jboss-logmanager-embedded-1.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.5.0/smallrye-common-classloader-1.5.0.jar (12 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.0.Final/jboss-logging-annotations-2.2.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.5.0/smallrye-common-constraint-1.5.0.jar (12 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.2.0.Final/jboss-threads-3.2.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.5.0/smallrye-common-function-1.5.0.jar (43 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.0.6/jboss-logmanager-embedded-1.0.6.jar (258 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/20.3.1/graal-sdk-20.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/1.10.2/smallrye-config-1.10.2.jar (232 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.0.Final/jboss-logging-annotations-2.2.0.Final.jar (21 kB at 29 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.jar (11 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.5.0/smallrye-common-io-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/1.11.6.Final/quarkus-bootstrap-runner-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.2.0.Final/jboss-threads-3.2.0.Final.jar (102 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0.1/microprofile-context-propagation-api-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.jar (307 kB at 419 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.5.0/smallrye-common-io-1.5.0.jar (7.9 kB at 11 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0.1/microprofile-context-propagation-api-1.0.1.jar (11 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/20.3.1/graal-sdk-20.3.1.jar (547 kB at 616 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/1.11.6.Final/quarkus-bootstrap-runner-1.11.6.Final.jar (31 kB at 33 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-base-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.client.quarkus... Loading source files for package org.eclipse.hono.config.quarkus... Loading source files for package org.eclipse.hono.service.auth.delegating.quarkus... Loading source files for package org.eclipse.hono.service.quarkus... Loading source files for package org.eclipse.hono.service.quarkus.metric... Loading source files for package org.eclipse.hono.service.util.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/AuthenticationServerClientConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/DelegatingAuthenticationServiceProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/TracerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/HealthCheckServerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/MeterRegistryProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/util/quarkus/ConfigPropertiesHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/util/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/util/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/class-use/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/class-use/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/class-use/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/class-use/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/class-use/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/AuthenticationServerClientConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/DelegatingAuthenticationServiceProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/class-use/TracerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/class-use/HealthCheckServerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/class-use/MeterRegistryProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/util/quarkus/class-use/ConfigPropertiesHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/client/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/config/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/quarkus/metric/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/org/eclipse/hono/service/util/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-base-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.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-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-quarkus/1.8.0-SNAPSHOT/hono-service-base-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 1.8.0-SNAPSHOT [15/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/client-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ client-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ client-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/client-test-utils-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/client-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/client-test-utils-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/1.8.0-SNAPSHOT/client-test-utils-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/1.8.0-SNAPSHOT/client-test-utils-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 1.8.0-SNAPSHOT [16/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-amqp-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-amqp-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-amqp-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-amqp-common --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.amqp.RequestResponseClientTest [INFO] Running org.eclipse.hono.client.amqp.GenericSenderLinkTest 00:52:04.049 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.080 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework 00:52:04.080 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 00:52:04.080 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 00:52:04.137 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false 00:52:04.138 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11 00:52:04.138 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 00:52:04.139 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available 00:52:04.139 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available 00:52:04.141 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:238) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:232) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:293) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:92) at io.netty.buffer.UnpooledByteBufAllocator.(UnpooledByteBufAllocator.java:37) at io.netty.buffer.Unpooled.(Unpooled.java:75) at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:52) at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:60) at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:64) at io.vertx.core.buffer.impl.BufferFactoryImpl.buffer(BufferFactoryImpl.java:39) at io.vertx.core.buffer.Buffer.buffer(Buffer.java:72) at org.eclipse.hono.client.amqp.RequestResponseClientTest.lambda$testCreateAndSendRequestFailsIfSendQueueFull$0(RequestResponseClientTest.java:178) at io.vertx.core.Future.lambda$compose$3(Future.java:368) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83) at io.vertx.core.Future.compose(Future.java:364) at io.vertx.core.Future.compose(Future.java:336) at org.eclipse.hono.client.amqp.RequestResponseClientTest.testCreateAndSendRequestFailsIfSendQueueFull(RequestResponseClientTest.java:175) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 00:52:04.143 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true 00:52:04.144 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @19179c54 at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:352) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:343) at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:293) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:92) at io.netty.buffer.UnpooledByteBufAllocator.(UnpooledByteBufAllocator.java:37) at io.netty.buffer.Unpooled.(Unpooled.java:75) at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:52) at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:60) at io.vertx.core.buffer.impl.BufferImpl.(BufferImpl.java:64) at io.vertx.core.buffer.impl.BufferFactoryImpl.buffer(BufferFactoryImpl.java:39) at io.vertx.core.buffer.Buffer.buffer(Buffer.java:72) at org.eclipse.hono.client.amqp.RequestResponseClientTest.lambda$testCreateAndSendRequestFailsIfSendQueueFull$0(RequestResponseClientTest.java:178) at io.vertx.core.Future.lambda$compose$3(Future.java:368) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.onComplete(FutureImpl.java:83) at io.vertx.core.Future.compose(Future.java:364) at io.vertx.core.Future.compose(Future.java:336) at org.eclipse.hono.client.amqp.RequestResponseClientTest.testCreateAndSendRequestFailsIfSendQueueFull(RequestResponseClientTest.java:175) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 00:52:04.145 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, int): unavailable 00:52:04.145 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available 00:52:04.147 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 1610612736 bytes (maybe) 00:52:04.147 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 00:52:04.147 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 00:52:04.148 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 00:52:04.148 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 00:52:04.149 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 00:52:04.149 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false 00:52:04.159 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 00:52:04.159 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 00:52:04.159 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - message [ID: GenericSenderLink-0, address: telemetry/tenant] rejected by peer: arbitrary-error, null 00:52:04.160 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2dc4e33f 00:52:04.169 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - cannot send request to peer, no credit left for link [link target: ep/tenant] 00:52:04.250 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - error sending message [ID: null, address: telemetry/tenant], no credit available (drain=false) 00:52:04.252 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.282 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - message [ID: GenericSenderLink-2, address: telemetry/tenant] rejected by peer 00:52:04.441 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - waiting for delivery update timed out for message [ID: null, address: telemetry/tenant] after 1000ms 00:52:04.469 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - message [ID: GenericSenderLink-4, address: telemetry/tenant] rejected by peer 00:52:04.533 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - error sending message [ID: null, address: telemetry/tenant], no credit available (drain=false) 00:52:04.547 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - message [ID: GenericSenderLink-5, address: telemetry/tenant] rejected by peer: amqp:resource-limit-exceeded, null [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s - in org.eclipse.hono.client.amqp.GenericSenderLinkTest [INFO] Running org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest 00:52:04.660 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest$1 - connection to unknown endpoint has been established [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest 00:52:04.735 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-06f9627c-4f8a-4f6f-a980-b5a2cae60e49] to service 00:52:04.736 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - service did not accept request [target address: ep/tenant, subject: get, correlation ID: ep-client-06f9627c-4f8a-4f6f-a980-b5a2cae60e49]: Error{condition=arbitrary-error, description='request message cannot be processed', info=null} 00:52:04.737 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - canceling request [target: ep/tenant, correlation ID: ep-client-06f9627c-4f8a-4f6f-a980-b5a2cae60e49]: request message cannot be processed 00:52:04.746 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.755 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.764 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.768 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-9ea1f8fc-2678-450a-be9c-db288b08379b] to service 00:52:04.769 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - service did not accept request [target address: ep/tenant, subject: get, correlation ID: ep-client-9ea1f8fc-2678-450a-be9c-db288b08379b]: Error{condition=amqp:resource-limit-exceeded, description='request message cannot be processed', info=null} 00:52:04.769 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - canceling request [target: ep/tenant, correlation ID: ep-client-9ea1f8fc-2678-450a-be9c-db288b08379b]: request message cannot be processed 00:52:04.776 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.780 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-8c10f5b1-cb9b-4d51-b50a-c45f3ba7a2c7] to service 00:52:04.792 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.796 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - canceling request [target: ep/tenant, correlation ID: ep-client-d79513ab-f0fe-4c7e-a3e0-cddeaebf5430]: request timed out after 200ms 00:52:04.796 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: request, correlation ID: ep-client-d79513ab-f0fe-4c7e-a3e0-cddeaebf5430] to service 00:52:04.829 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.833 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-22d20202-7285-4eb1-b547-96c397b64b4a] to service 00:52:04.841 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:52:04.844 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: request, correlation ID: ep-client-808106a8-84a7-4940-8674-5f6e5639fa9b] to service 00:52:04.845 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - received response [reply-to: ep/tenant/64adadc9-bbb8-4793-bcc4-a43c99c2d904, subject: null, correlation ID: ep-client-808106a8-84a7-4940-8674-5f6e5639fa9b, status: 200, cache-directive: null] 00:52:04.850 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 00:52:04.851 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 00:52:04.854 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 4 00:52:04.854 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 4 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true 00:52:04.855 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 00:52:04.866 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 00:52:04.867 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 00:52:04.867 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 00:52:04.869 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - client provided response handler did not settle message, auto-accepting ... [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in org.eclipse.hono.client.amqp.RequestResponseClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-amqp-common --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:client-test-utils:jar:1.8.0-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.client.amqp... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/AbstractServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/GenericReceiverLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/GenericSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/SenderCachingServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractRequestResponseServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/GenericReceiverLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/GenericSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/class-use/SenderCachingServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/org/eclipse/hono/client/amqp/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-amqp-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-amqp-common --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-amqp-common --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-amqp-common/1.8.0-SNAPSHOT/hono-client-amqp-common-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-adapter-amqp >-------------- [INFO] Building Hono Client for Protocol Adapters (AMQP) 1.8.0-SNAPSHOT [17/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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 14 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/src/main/java/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedDelegatingCommandConsumerFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/src/main/java/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedDelegatingCommandConsumerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter-amqp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.client.telemetry.amqp.ProtonBasedDownstreamSenderTest [INFO] Running org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 s - in org.eclipse.hono.adapter.client.telemetry.amqp.ProtonBasedDownstreamSenderTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Running org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Running org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedDeviceConnectionClientTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedDeviceConnectionClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-adapter-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-adapter-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.client.command.amqp... Loading source files for package org.eclipse.hono.adapter.client.registry.amqp... Loading source files for package org.eclipse.hono.adapter.client.telemetry.amqp... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedDelegatingCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedLegacyCommandContextWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedLegacyCommandWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/ProtonBasedCredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/ProtonBasedDeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/ProtonBasedTenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/ProtonBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedDelegatingCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedLegacyCommandContextWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedLegacyCommandWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/class-use/ProtonBasedCredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/class-use/ProtonBasedDeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/class-use/ProtonBasedTenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/class-use/ProtonBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/command/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/registry/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-adapter-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-adapter-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-adapter-amqp --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-amqp/1.8.0-SNAPSHOT/hono-client-adapter-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 1.8.0-SNAPSHOT [18/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/3.9.7/vertx-kafka-client-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/3.9.7/vertx-kafka-client-3.9.7.pom (3.7 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.6.0/kafka-clients-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.6.0/kafka-clients-2.6.0.pom (2.7 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.4-7/zstd-jni-1.4.4-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.4-7/zstd-jni-1.4.4-7.pom (1.9 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.7.1/lz4-java-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.7.1/lz4-java-1.7.1.pom (2.0 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.3/snappy-java-1.1.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.3/snappy-java-1.1.7.3.pom (4.0 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/3.9.7/vertx-kafka-client-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.7.1/lz4-java-1.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.4-7/zstd-jni-1.4.4-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.6.0/kafka-clients-2.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.3/snappy-java-1.1.7.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.7.1/lz4-java-1.7.1.jar (650 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/3.9.7/vertx-kafka-client-3.9.7.jar (137 kB at 299 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.4-7/zstd-jni-1.4.4-7.jar (4.2 MB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.3/snappy-java-1.1.7.3.jar (2.0 MB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.6.0/kafka-clients-2.6.0.jar (3.8 MB at 3.3 MB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ kafka-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kafka-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ kafka-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ kafka-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ kafka-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ kafka-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ kafka-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kafka-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/1.8.0-SNAPSHOT/kafka-test-utils-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/1.8.0-SNAPSHOT/kafka-test-utils-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ kafka-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 1.8.0-SNAPSHOT [19/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-kafka-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-kafka-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-kafka-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-kafka-common --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.kafka.CachingKafkaProducerFactoryTest [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest SLF4J: A number (17) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s - in org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest [INFO] Running org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest [INFO] Running org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.hono.client.kafka.CachingKafkaProducerFactoryTest [INFO] Running org.eclipse.hono.client.kafka.KafkaProducerConfigPropertiesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.client.kafka.KafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.KafkaRecordHelperTest 00:52:41.238 [ForkJoinPool-1-worker-1] INFO io.jaegertracing.Configuration - Initialized tracer=JaegerTracer(version=Java-1.6.0, serviceName=test, reporter=RemoteReporter(sender=UdpSender(host=localhost, port=6831), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=my-agent-pod-1kttv-s0ctx, jaeger.version=Java-1.6.0, ip=10.40.18.60}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.hono.client.kafka.HonoTopicTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-kafka-common --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:kafka-test-utils:jar:1.8.0-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.client.kafka... Loading source files for package org.eclipse.hono.client.kafka.consumer... Loading source files for package org.eclipse.hono.client.kafka.producer... Loading source files for package org.eclipse.hono.client.kafka.tracing... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/AbstractKafkaConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/CachingKafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/HonoTopic.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/HonoTopic.Type.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/KafkaAdminClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/KafkaProducerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/KafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/KafkaRecordHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/AsyncHandlingAutoCommitKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumerHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/KafkaConsumerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/producer/AbstractKafkaBasedMessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaHeadersExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaHeadersInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaTracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/LongTag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/producer/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/producer/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/AbstractKafkaConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/CachingKafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/HonoTopic.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/HonoTopic.Type.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaAdminClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaProducerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaRecordHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/AsyncHandlingAutoCommitKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/HonoKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/HonoKafkaConsumerHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/KafkaConsumerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/producer/class-use/AbstractKafkaBasedMessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaHeadersExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaHeadersInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaTracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/LongTag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/producer/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/org/eclipse/hono/client/kafka/tracing/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-kafka-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-kafka-common --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-kafka-common --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-kafka-common/1.8.0-SNAPSHOT/hono-client-kafka-common-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-adapter-kafka >------------- [INFO] Building Hono Client for Protocol Adapters (Kafka) 1.8.0-SNAPSHOT [20/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-kafka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter-kafka --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-kafka --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.client.command.kafka.KafkaBasedCommandTest [INFO] Running org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedTelemetrySenderTest SLF4J: A number (23) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.325 s - in org.eclipse.hono.adapter.client.command.kafka.KafkaBasedCommandTest [INFO] Running org.eclipse.hono.adapter.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.adapter.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.adapter.client.command.kafka.KafkaBasedInternalCommandConsumerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] Running org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Running org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.hono.adapter.client.command.kafka.KafkaBasedInternalCommandConsumerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-adapter-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-adapter-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.client.command.kafka... Loading source files for package org.eclipse.hono.adapter.client.telemetry.kafka... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/AbstractKafkaBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/KafkaBasedEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/KafkaBasedTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/class-use/AbstractKafkaBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/class-use/KafkaBasedEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/class-use/KafkaBasedTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/command/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-adapter-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-adapter-kafka --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-adapter-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-adapter-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-adapter-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-adapter-kafka --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-adapter-kafka --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-kafka/1.8.0-SNAPSHOT/hono-client-adapter-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >------------- [INFO] Building Hono Adapter Base (Quarkus) 1.8.0-SNAPSHOT [21/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/1.11.6.Final/quarkus-junit5-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/1.11.6.Final/quarkus-junit5-1.11.6.Final.pom (2.0 kB at 4.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/1.11.6.Final/quarkus-test-framework-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/1.11.6.Final/quarkus-test-framework-1.11.6.Final.pom (1.4 kB at 4.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/1.11.6.Final/quarkus-bootstrap-core-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/1.11.6.Final/quarkus-bootstrap-core-1.11.6.Final.pom (2.3 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/1.11.6.Final/quarkus-bootstrap-app-model-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/1.11.6.Final/quarkus-bootstrap-app-model-1.11.6.Final.pom (1.0 kB at 5.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom (3.5 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/18/jboss-parent-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/18/jboss-parent-18.pom (31 kB at 898 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/1.11.6.Final/quarkus-bootstrap-maven-resolver-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/1.11.6.Final/quarkus-bootstrap-maven-resolver-1.11.6.Final.pom (4.6 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.pom (7.1 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom (1.9 kB at 946 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom (2.5 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom (1.4 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom (8.8 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 583 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom (1.9 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 938 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 791 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom (3.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 819 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 541 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 563 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom (3.9 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom (4.6 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.3.4/wagon-http-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.3.4/wagon-http-3.3.4.pom (6.5 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.3.4/wagon-providers-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.3.4/wagon-providers-3.3.4.pom (2.7 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom (21 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.3.4/wagon-http-shared-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.3.4/wagon-http-shared-3.3.4.pom (2.5 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.pom (8.3 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 862 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.14/commons-codec-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.14/commons-codec-1.14.pom (15 kB at 478 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 995 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom (1.9 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.3.4/wagon-file-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.3.4/wagon-file-3.3.4.pom (1.7 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/1.11.6.Final/quarkus-bootstrap-gradle-resolver-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/1.11.6.Final/quarkus-bootstrap-gradle-resolver-1.11.6.Final.pom (3.1 kB at 9.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 960 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/1.11.6.Final/quarkus-test-common-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/1.11.6.Final/quarkus-test-common-1.11.6.Final.pom (1.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/1.11.6.Final/quarkus-core-deployment-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/1.11.6.Final/quarkus-core-deployment-1.11.6.Final.pom (4.5 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.6.Final/gizmo-1.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.6.Final/gizmo-1.0.6.Final.pom (9.5 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.0/asm-9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.0/asm-9.0.pom (2.7 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.0/asm-util-9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.0/asm-util-9.0.pom (3.3 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.0/asm-tree-9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.0/asm-tree-9.0.pom (2.9 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.0/asm-analysis-9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.0/asm-analysis-9.0.pom (3.0 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.2.2.Final/jandex-2.2.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.2.2.Final/jandex-2.2.2.Final.pom (6.9 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/1.11.6.Final/quarkus-class-change-agent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/1.11.6.Final/quarkus-class-change-agent-1.11.6.Final.pom (1.6 kB at 9.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/1.11.6.Final/quarkus-devtools-utilities-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/1.11.6.Final/quarkus-devtools-utilities-1.11.6.Final.pom (584 B at 3.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/1.11.6.Final/quarkus-tools-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/1.11.6.Final/quarkus-tools-parent-1.11.6.Final.pom (26 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/1.11.6.Final/quarkus-builder-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/1.11.6.Final/quarkus-builder-1.11.6.Final.pom (2.3 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/1.11.6.Final/quarkus-jsonp-deployment-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/1.11.6.Final/quarkus-jsonp-deployment-1.11.6.Final.pom (1.5 kB at 8.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/1.11.6.Final/quarkus-jsonp-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/1.11.6.Final/quarkus-jsonp-parent-1.11.6.Final.pom (739 B at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/1.11.6.Final/quarkus-jsonp-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/1.11.6.Final/quarkus-jsonp-1.11.6.Final.pom (2.3 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom (11 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.1.6/json-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.1.6/json-1.1.6.pom (19 kB at 510 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.pom (3.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.pom (22 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom (43 kB at 878 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/1.11.6.Final/quarkus-config-yaml-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/1.11.6.Final/quarkus-config-yaml-1.11.6.Final.pom (2.3 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/1.11.6.Final/quarkus-config-yaml-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/1.11.6.Final/quarkus-config-yaml-parent-1.11.6.Final.pom (744 B at 2.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/1.10.2/smallrye-config-source-yaml-1.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/1.10.2/smallrye-config-source-yaml-1.10.2.pom (2.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.28/snakeyaml-1.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.28/snakeyaml-1.28.pom (37 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-ide-launcher/1.11.6.Final/quarkus-ide-launcher-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-ide-launcher/1.11.6.Final/quarkus-ide-launcher-1.11.6.Final.pom (2.4 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/1.11.6.Final/quarkus-vertx-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/1.11.6.Final/quarkus-vertx-1.11.6.Final.pom (4.2 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/1.11.6.Final/quarkus-vertx-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/1.11.6.Final/quarkus-vertx-parent-1.11.6.Final.pom (739 B at 4.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/1.11.6.Final/quarkus-netty-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/1.11.6.Final/quarkus-netty-1.11.6.Final.pom (2.9 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/1.11.6.Final/quarkus-netty-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/1.11.6.Final/quarkus-netty-parent-1.11.6.Final.pom (740 B at 4.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/1.11.6.Final/quarkus-jackson-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/1.11.6.Final/quarkus-jackson-1.11.6.Final.pom (2.2 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/1.11.6.Final/quarkus-jackson-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/1.11.6.Final/quarkus-jackson-parent-1.11.6.Final.pom (772 B at 2.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.pom (4.5 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.11.3/jackson-modules-java8-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.11.3/jackson-modules-java8-2.11.3.pom (3.2 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.pom (2.2 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.pom (4.0 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core/1.11.6.Final/quarkus-vertx-core-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core/1.11.6.Final/quarkus-vertx-core-1.11.6.Final.pom (2.9 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core-parent/1.11.6.Final/quarkus-vertx-core-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core-parent/1.11.6.Final/quarkus-vertx-core-parent-1.11.6.Final.pom (751 B at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-generator/1.3.0/smallrye-axle-generator-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-generator/1.3.0/smallrye-axle-generator-1.3.0.pom (7.4 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-clients/1.3.0/smallrye-axle-clients-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-clients/1.3.0/smallrye-axle-clients-1.3.0.pom (2.5 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-utilities-projects/1.3.0/smallrye-reactive-utilities-projects-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-utilities-projects/1.3.0/smallrye-reactive-utilities-projects-1.3.0.pom (6.3 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/25/smallrye-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/25/smallrye-parent-25.pom (54 kB at 999 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/0.12.5/mutiny-reactive-streams-operators-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/0.12.5/mutiny-reactive-streams-operators-0.12.5.pom (5.4 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/0.12.5/mutiny-project-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/0.12.5/mutiny-project-0.12.5.pom (15 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/1.0.1/microprofile-reactive-streams-operators-api-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/1.0.1/microprofile-reactive-streams-operators-api-1.0.1.pom (7.6 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-parent/1.0.1/microprofile-reactive-streams-operators-parent-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-parent/1.0.1/microprofile-reactive-streams-operators-parent-1.0.1.pom (15 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.15.Final/arquillian-bom-1.1.15.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.15.Final/arquillian-bom-1.1.15.Final.pom (9.1 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom (5.3 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.pom (1.2 kB at 2.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/1.0.1/microprofile-reactive-streams-operators-core-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/1.0.1/microprofile-reactive-streams-operators-core-1.0.1.pom (5.5 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/0.12.5/mutiny-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/0.12.5/mutiny-0.12.5.pom (4.3 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-core/1.3.0/smallrye-axle-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-core/1.3.0/smallrye-axle-core-1.3.0.pom (7.7 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/1.11.6.Final/quarkus-mutiny-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/1.11.6.Final/quarkus-mutiny-1.11.6.Final.pom (2.6 kB at 6.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/1.11.6.Final/quarkus-mutiny-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/1.11.6.Final/quarkus-mutiny-parent-1.11.6.Final.pom (740 B at 3.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/1.11.6.Final/quarkus-smallrye-context-propagation-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/1.11.6.Final/quarkus-smallrye-context-propagation-1.11.6.Final.pom (2.3 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/1.11.6.Final/quarkus-smallrye-context-propagation-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/1.11.6.Final/quarkus-smallrye-context-propagation-parent-1.11.6.Final.pom (785 B at 4.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.0.19/smallrye-context-propagation-1.0.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.0.19/smallrye-context-propagation-1.0.19.pom (1.7 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/1.0.19/smallrye-context-propagation-parent-1.0.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/1.0.19/smallrye-context-propagation-parent-1.0.19.pom (7.1 kB at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/21/smallrye-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/21/smallrye-parent-21.pom (40 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.0.19/smallrye-context-propagation-api-1.0.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.0.19/smallrye-context-propagation-api-1.0.19.pom (1.4 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-context-propagation/0.12.5/mutiny-context-propagation-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-context-propagation/0.12.5/mutiny-context-propagation-0.12.5.pom (3.0 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/1.3.0/smallrye-mutiny-vertx-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/1.3.0/smallrye-mutiny-vertx-core-1.3.0.pom (7.5 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/1.3.0/vertx-mutiny-clients-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/1.3.0/vertx-mutiny-clients-1.3.0.pom (5.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/1.3.0/smallrye-mutiny-vertx-runtime-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/1.3.0/smallrye-mutiny-vertx-runtime-1.3.0.pom (878 B at 5.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/1.3.0/vertx-mutiny-generator-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/1.3.0/vertx-mutiny-generator-1.3.0.pom (6.3 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/1.11.6.Final/quarkus-junit5-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/1.11.6.Final/quarkus-bootstrap-maven-resolver-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/1.11.6.Final/quarkus-bootstrap-app-model-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/1.11.6.Final/quarkus-bootstrap-core-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/1.11.6.Final/quarkus-junit5-1.11.6.Final.jar (54 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/1.11.6.Final/quarkus-bootstrap-maven-resolver-1.11.6.Final.jar (106 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/1.11.6.Final/quarkus-bootstrap-app-model-1.11.6.Final.jar (36 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/1.11.6.Final/quarkus-bootstrap-core-1.11.6.Final.jar (115 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.jar (98 kB at 111 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar (192 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 66 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar (14 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 308 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar (42 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar (66 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar (27 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 591 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar (44 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.3.4/wagon-http-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.jar (31 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.3.4/wagon-http-shared-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.3.4/wagon-http-3.3.4.jar (11 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.12.1/jsoup-1.12.1.jar (397 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.14/commons-codec-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.14/commons-codec-1.14.jar (348 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 597 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.3.4/wagon-file-3.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/1.11.6.Final/quarkus-bootstrap-gradle-resolver-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/1.11.6.Final/quarkus-test-common-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.3.4/wagon-file-3.3.4.jar (12 kB at 8.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/1.11.6.Final/quarkus-core-deployment-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/1.11.6.Final/quarkus-test-common-1.11.6.Final.jar (49 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.6.Final/gizmo-1.0.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.3.4/wagon-http-shared-3.3.4.jar (41 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.0/asm-util-9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.0/asm-util-9.0.jar (85 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.0/asm-tree-9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.0/asm-tree-9.0.jar (53 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.0/asm-analysis-9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.0/asm-analysis-9.0.jar (33 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.0/asm-9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/1.11.6.Final/quarkus-core-deployment-1.11.6.Final.jar (832 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/1.11.6.Final/quarkus-class-change-agent-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.6.Final/gizmo-1.0.6.Final.jar (99 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/1.11.6.Final/quarkus-devtools-utilities-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar (56 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/1.11.6.Final/quarkus-builder-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.0/asm-9.0.jar (122 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/1.11.6.Final/quarkus-jsonp-deployment-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/1.11.6.Final/quarkus-class-change-agent-1.11.6.Final.jar (3.3 kB at 1.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/1.11.6.Final/quarkus-jsonp-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/1.11.6.Final/quarkus-devtools-utilities-1.11.6.Final.jar (5.3 kB at 2.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar (140 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.2.2.Final/jandex-2.2.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/1.11.6.Final/quarkus-builder-1.11.6.Final.jar (51 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/1.11.6.Final/quarkus-jsonp-1.11.6.Final.jar (2.9 kB at 1.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/1.11.6.Final/quarkus-jsonp-deployment-1.11.6.Final.jar (3.9 kB at 2.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar (17 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/1.11.6.Final/quarkus-config-yaml-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/1.11.6.Final/quarkus-bootstrap-gradle-resolver-1.11.6.Final.jar (2.1 MB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/1.10.2/smallrye-config-source-yaml-1.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/1.10.2/smallrye-config-source-yaml-1.10.2.jar (10 kB at 5.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.28/snakeyaml-1.28.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.2.2.Final/jandex-2.2.2.Final.jar (200 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/1.11.6.Final/quarkus-vertx-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.28/snakeyaml-1.28.jar (327 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/1.11.6.Final/quarkus-netty-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar (628 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/1.11.6.Final/quarkus-jackson-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.jar (6.4 kB at 2.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.3/jackson-datatype-jsr310-2.11.3.jar (111 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/1.11.6.Final/quarkus-config-yaml-1.11.6.Final.jar (8.3 kB at 3.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/1.11.6.Final/quarkus-vertx-1.11.6.Final.jar (17 kB at 7.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/1.11.6.Final/quarkus-netty-1.11.6.Final.jar (51 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core/1.11.6.Final/quarkus-vertx-core-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-generator/1.3.0/smallrye-axle-generator-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/1.11.6.Final/quarkus-jackson-1.11.6.Final.jar (8.4 kB at 3.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/0.12.5/mutiny-reactive-streams-operators-0.12.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/0.12.5/mutiny-reactive-streams-operators-0.12.5.jar (76 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/1.0.1/microprofile-reactive-streams-operators-api-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-generator/1.3.0/smallrye-axle-generator-1.3.0.jar (39 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/1.0.1/microprofile-reactive-streams-operators-core-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.3/jackson-datatype-jdk8-2.11.3.jar (34 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.jar (9.3 kB at 3.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-core/1.3.0/smallrye-axle-core-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/1.0.1/microprofile-reactive-streams-operators-core-1.0.1.jar (55 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/1.11.6.Final/quarkus-mutiny-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/1.0.1/microprofile-reactive-streams-operators-api-1.0.1.jar (38 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/0.12.5/mutiny-0.12.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core/1.11.6.Final/quarkus-vertx-core-1.11.6.Final.jar (55 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/1.11.6.Final/quarkus-smallrye-context-propagation-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-axle-core/1.3.0/smallrye-axle-core-1.3.0.jar (410 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.0.19/smallrye-context-propagation-1.0.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar (11 kB at 4.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.0.19/smallrye-context-propagation-api-1.0.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/0.12.5/mutiny-0.12.5.jar (713 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-context-propagation/0.12.5/mutiny-context-propagation-0.12.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.0.19/smallrye-context-propagation-api-1.0.19.jar (8.1 kB at 3.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/1.3.0/smallrye-mutiny-vertx-core-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-context-propagation/0.12.5/mutiny-context-propagation-0.12.5.jar (13 kB at 5.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/1.3.0/smallrye-mutiny-vertx-runtime-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.0.19/smallrye-context-propagation-1.0.19.jar (53 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/1.3.0/vertx-mutiny-generator-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/1.3.0/smallrye-mutiny-vertx-core-1.3.0.jar (432 kB at 162 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/1.3.0/smallrye-mutiny-vertx-runtime-1.3.0.jar (20 kB at 7.6 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/1.11.6.Final/quarkus-mutiny-1.11.6.Final.jar (6.2 kB at 2.3 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/1.11.6.Final/quarkus-smallrye-context-propagation-1.11.6.Final.jar (8.4 kB at 3.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/1.3.0/vertx-mutiny-generator-1.3.0.jar (63 kB at 23 kB/s) [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] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base-quarkus --- [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-base-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-base-quarkus --- [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-base-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-base-quarkus --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.quarkus.KafkaRuntimeConfigProducerTest Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/1.11.6.Final/quarkus-arc-deployment-1.11.6.Final.pom Progress (1): quarkus-arc-deployment-1.11.6.Final.pom (2.2 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/1.11.6.Final/quarkus-arc-deployment-1.11.6.Final.pom (2.2 kB at 5.4 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom Progress (1): jsoup-1.11.3.pom (4.1 kB) Progress (1): jsoup-1.11.3.pom (8.2 kB) Progress (1): jsoup-1.11.3.pom (8.3 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom (8.3 kB at 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.pom Progress (1): wagon-provider-api-3.3.3.pom (1.9 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.pom (1.9 kB at 17 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3.pom Progress (1): wagon-3.3.3.pom (4.1 kB) Progress (1): wagon-3.3.3.pom (8.2 kB) Progress (1): wagon-3.3.3.pom (12 kB) Progress (1): wagon-3.3.3.pom (16 kB) Progress (1): wagon-3.3.3.pom (20 kB) Progress (1): wagon-3.3.3.pom (21 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3.pom (21 kB at 385 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/1.11.6.Final/quarkus-vertx-http-dev-console-spi-1.11.6.Final.pom Progress (1): quarkus-vertx-http-dev-console-spi-1.11.6.Final.pom (1.3 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/1.11.6.Final/quarkus-vertx-http-dev-console-spi-1.11.6.Final.pom (1.3 kB at 5.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/1.11.6.Final/quarkus-vertx-http-parent-1.11.6.Final.pom Progress (1): quarkus-vertx-http-parent-1.11.6.Final.pom (841 B) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/1.11.6.Final/quarkus-vertx-http-parent-1.11.6.Final.pom (841 B at 2.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/1.11.6.Final/quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.pom Progress (1): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.pom (1.1 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/1.11.6.Final/quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.pom (1.1 kB at 2.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/1.11.6.Final/arc-processor-1.11.6.Final.pom Progress (1): arc-processor-1.11.6.Final.pom (1.7 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/1.11.6.Final/arc-processor-1.11.6.Final.pom (1.7 kB at 9.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/1.11.6.Final/quarkus-config-yaml-deployment-1.11.6.Final.pom Progress (1): quarkus-config-yaml-deployment-1.11.6.Final.pom (2.1 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/1.11.6.Final/quarkus-config-yaml-deployment-1.11.6.Final.pom (2.1 kB at 9.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/1.11.6.Final/quarkus-vertx-deployment-1.11.6.Final.pom Progress (1): quarkus-vertx-deployment-1.11.6.Final.pom (3.1 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/1.11.6.Final/quarkus-vertx-deployment-1.11.6.Final.pom (3.1 kB at 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/1.11.6.Final/quarkus-netty-deployment-1.11.6.Final.pom Progress (1): quarkus-netty-deployment-1.11.6.Final.pom (1.6 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/1.11.6.Final/quarkus-netty-deployment-1.11.6.Final.pom (1.6 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/1.11.6.Final/quarkus-jackson-deployment-1.11.6.Final.pom Progress (1): quarkus-jackson-deployment-1.11.6.Final.pom (2.1 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/1.11.6.Final/quarkus-jackson-deployment-1.11.6.Final.pom (2.1 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/1.11.6.Final/quarkus-jackson-spi-1.11.6.Final.pom Progress (1): quarkus-jackson-spi-1.11.6.Final.pom (836 B) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/1.11.6.Final/quarkus-jackson-spi-1.11.6.Final.pom (836 B at 5.4 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core-deployment/1.11.6.Final/quarkus-vertx-core-deployment-1.11.6.Final.pom Progress (1): quarkus-vertx-core-deployment-1.11.6.Final.pom (2.3 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core-deployment/1.11.6.Final/quarkus-vertx-core-deployment-1.11.6.Final.pom (2.3 kB at 10 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/1.11.6.Final/quarkus-mutiny-deployment-1.11.6.Final.pom Progress (1): quarkus-mutiny-deployment-1.11.6.Final.pom (2.0 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/1.11.6.Final/quarkus-mutiny-deployment-1.11.6.Final.pom (2.0 kB at 6.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/1.11.6.Final/quarkus-smallrye-context-propagation-deployment-1.11.6.Final.pom Progress (1): quarkus-smallrye-context-propagation-deployment-1.11.6.Final.pom (1.7 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/1.11.6.Final/quarkus-smallrye-context-propagation-deployment-1.11.6.Final.pom (1.7 kB at 7.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/1.11.6.Final/quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/1.11.6.Final/quarkus-vertx-http-dev-console-spi-1.11.6.Final.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/1.11.6.Final/arc-processor-1.11.6.Final.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/1.11.6.Final/quarkus-arc-deployment-1.11.6.Final.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-ide-launcher/1.11.6.Final/quarkus-ide-launcher-1.11.6.Final.jar Progress (1): quarkus-vertx-http-dev-console-spi-1.11.6.Final.jar (4.1/6.9 kB) Progress (1): quarkus-vertx-http-dev-console-spi-1.11.6.Final.jar (6.9 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/1.11.6.Final/quarkus-vertx-http-dev-console-spi-1.11.6.Final.jar (6.9 kB at 31 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/1.11.6.Final/quarkus-config-yaml-deployment-1.11.6.Final.jar Progress (1): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (4.1/12 kB) Progress (1): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (7.7/12 kB) Progress (1): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (4.1/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (7.7/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (12/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (16/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (20/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (24/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (28/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (32/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (36/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (40/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (45/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (49/211 kB) Progress (2): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (53/211 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (53/211 kB) | arc-processor-1.11.6.Final.jar (4.1/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (57/211 kB) | arc-processor-1.11.6.Final.jar (4.1/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (57/211 kB) | arc-processor-1.11.6.Final.jar (7.7/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (61/211 kB) | arc-processor-1.11.6.Final.jar (7.7/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (61/211 kB) | arc-processor-1.11.6.Final.jar (12/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (65/211 kB) | arc-processor-1.11.6.Final.jar (12/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (65/211 kB) | arc-processor-1.11.6.Final.jar (16/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (69/211 kB) | arc-processor-1.11.6.Final.jar (16/334 kB) Progress (3): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (69/211 kB) | arc-processor-1.11.6.Final.jar (20/334 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (69/211 kB) | arc-processor-1.11.6.Final.jar (20/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.1/4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (69/211 kB) | arc-processor-1.11.6.Final.jar (24/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.1/4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (73/211 kB) | arc-processor-1.11.6.Final.jar (24/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.1/4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (73/211 kB) | arc-processor-1.11.6.Final.jar (24/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (73/211 kB) | arc-processor-1.11.6.Final.jar (28/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (77/211 kB) | arc-processor-1.11.6.Final.jar (28/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (77/211 kB) | arc-processor-1.11.6.Final.jar (32/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (81/211 kB) | arc-processor-1.11.6.Final.jar (32/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (81/211 kB) | arc-processor-1.11.6.Final.jar (36/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (85/211 kB) | arc-processor-1.11.6.Final.jar (36/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (85/211 kB) | arc-processor-1.11.6.Final.jar (40/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (90/211 kB) | arc-processor-1.11.6.Final.jar (40/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (90/211 kB) | arc-processor-1.11.6.Final.jar (45/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (94/211 kB) | arc-processor-1.11.6.Final.jar (45/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (94/211 kB) | arc-processor-1.11.6.Final.jar (49/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (98/211 kB) | arc-processor-1.11.6.Final.jar (49/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (98/211 kB) | arc-processor-1.11.6.Final.jar (53/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (102/211 kB) | arc-processor-1.11.6.Final.jar (53/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (102/211 kB) | arc-processor-1.11.6.Final.jar (57/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (106/211 kB) | arc-processor-1.11.6.Final.jar (57/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (106/211 kB) | arc-processor-1.11.6.Final.jar (61/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (110/211 kB) | arc-processor-1.11.6.Final.jar (61/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (110/211 kB) | arc-processor-1.11.6.Final.jar (65/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (114/211 kB) | arc-processor-1.11.6.Final.jar (65/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (114/211 kB) | arc-processor-1.11.6.Final.jar (69/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (118/211 kB) | arc-processor-1.11.6.Final.jar (69/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (118/211 kB) | arc-processor-1.11.6.Final.jar (73/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (122/211 kB) | arc-processor-1.11.6.Final.jar (73/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (122/211 kB) | arc-processor-1.11.6.Final.jar (77/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (126/211 kB) | arc-processor-1.11.6.Final.jar (77/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (126/211 kB) | arc-processor-1.11.6.Final.jar (81/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (131/211 kB) | arc-processor-1.11.6.Final.jar (81/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (131/211 kB) | arc-processor-1.11.6.Final.jar (85/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (135/211 kB) | arc-processor-1.11.6.Final.jar (85/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (135/211 kB) | arc-processor-1.11.6.Final.jar (90/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (139/211 kB) | arc-processor-1.11.6.Final.jar (90/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (139/211 kB) | arc-processor-1.11.6.Final.jar (94/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (143/211 kB) | arc-processor-1.11.6.Final.jar (94/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (143/211 kB) | arc-processor-1.11.6.Final.jar (98/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (147/211 kB) | arc-processor-1.11.6.Final.jar (98/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (147/211 kB) | arc-processor-1.11.6.Final.jar (102/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (151/211 kB) | arc-processor-1.11.6.Final.jar (102/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (151/211 kB) | arc-processor-1.11.6.Final.jar (106/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (155/211 kB) | arc-processor-1.11.6.Final.jar (106/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (155/211 kB) | arc-processor-1.11.6.Final.jar (110/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (159/211 kB) | arc-processor-1.11.6.Final.jar (110/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (159/211 kB) | arc-processor-1.11.6.Final.jar (114/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (4): quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB) | quarkus-arc-deployment-1.11.6.Final.jar (163/211 kB) | arc-processor-1.11.6.Final.jar (114/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/1.11.6.Final/quarkus-vertx-http-dev-console-runtime-spi-1.11.6.Final.jar (12 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/1.11.6.Final/quarkus-netty-deployment-1.11.6.Final.jar Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (163/211 kB) | arc-processor-1.11.6.Final.jar (118/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (167/211 kB) | arc-processor-1.11.6.Final.jar (118/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (167/211 kB) | arc-processor-1.11.6.Final.jar (122/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (171/211 kB) | arc-processor-1.11.6.Final.jar (122/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (171/211 kB) | arc-processor-1.11.6.Final.jar (126/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (176/211 kB) | arc-processor-1.11.6.Final.jar (126/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (176/211 kB) | arc-processor-1.11.6.Final.jar (131/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (180/211 kB) | arc-processor-1.11.6.Final.jar (131/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (180/211 kB) | arc-processor-1.11.6.Final.jar (135/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (184/211 kB) | arc-processor-1.11.6.Final.jar (135/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (184/211 kB) | arc-processor-1.11.6.Final.jar (139/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (188/211 kB) | arc-processor-1.11.6.Final.jar (139/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (188/211 kB) | arc-processor-1.11.6.Final.jar (143/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (192/211 kB) | arc-processor-1.11.6.Final.jar (143/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (192/211 kB) | arc-processor-1.11.6.Final.jar (147/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (196/211 kB) | arc-processor-1.11.6.Final.jar (147/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (200/211 kB) | arc-processor-1.11.6.Final.jar (147/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (200/211 kB) | arc-processor-1.11.6.Final.jar (151/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (204/211 kB) | arc-processor-1.11.6.Final.jar (151/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (204/211 kB) | arc-processor-1.11.6.Final.jar (155/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (208/211 kB) | arc-processor-1.11.6.Final.jar (155/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (155/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (159/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (163/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (167/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (171/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (176/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (180/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (184/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (188/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (192/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/1.11.6.Final/quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB at 9.4 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/1.11.6.Final/quarkus-jackson-spi-1.11.6.Final.jar Progress (2): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (196/334 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (196/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (4.1/11 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (196/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (7.7/11 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (196/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (200/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (3): quarkus-arc-deployment-1.11.6.Final.jar (211 kB) | arc-processor-1.11.6.Final.jar (204/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/1.11.6.Final/quarkus-arc-deployment-1.11.6.Final.jar (211 kB at 404 kB/s) Progress (2): arc-processor-1.11.6.Final.jar (208/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/1.11.6.Final/quarkus-jackson-deployment-1.11.6.Final.jar Progress (2): arc-processor-1.11.6.Final.jar (212/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (217/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (221/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (225/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (229/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (233/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (237/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (241/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (245/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (249/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (253/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (258/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (262/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (266/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (270/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (274/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (278/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (282/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (286/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (290/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (294/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (298/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (303/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (307/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (311/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (315/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (319/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (323/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (327/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (331/334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Progress (2): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/1.11.6.Final/quarkus-netty-deployment-1.11.6.Final.jar (11 kB at 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core-deployment/1.11.6.Final/quarkus-vertx-core-deployment-1.11.6.Final.jar Progress (2): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-jackson-spi-1.11.6.Final.jar (4.1/6.0 kB) Progress (2): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) | quarkus-jackson-deployment-1.11.6.Final.jar (4.1/11 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) | quarkus-jackson-deployment-1.11.6.Final.jar (7.7/11 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) | quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/1.11.6.Final/arc-processor-1.11.6.Final.jar (334 kB at 536 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/1.11.6.Final/quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar Progress (3): quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) | quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (4.1/9.2 kB) Progress (3): quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) | quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (7.7/9.2 kB) Progress (3): quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) | quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (9.2 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/1.11.6.Final/quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB at 9.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/1.11.6.Final/quarkus-mutiny-deployment-1.11.6.Final.jar Progress (3): quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (9.2 kB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (4.1/6.7 kB) Progress (3): quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (9.2 kB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) Progress (4): quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (9.2 kB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-mutiny-deployment-1.11.6.Final.jar (4.0 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-core-deployment/1.11.6.Final/quarkus-vertx-core-deployment-1.11.6.Final.jar (9.2 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/1.11.6.Final/quarkus-vertx-deployment-1.11.6.Final.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/1.11.6.Final/quarkus-jackson-deployment-1.11.6.Final.jar (11 kB at 13 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/1.11.6.Final/quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB at 7.9 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/1.11.6.Final/quarkus-mutiny-deployment-1.11.6.Final.jar (4.0 kB at 4.8 kB/s) Progress (1): quarkus-vertx-deployment-1.11.6.Final.jar (4.1/21 kB) Progress (1): quarkus-vertx-deployment-1.11.6.Final.jar (7.7/21 kB) Progress (1): quarkus-vertx-deployment-1.11.6.Final.jar (12/21 kB) Progress (1): quarkus-vertx-deployment-1.11.6.Final.jar (16/21 kB) Progress (1): quarkus-vertx-deployment-1.11.6.Final.jar (20/21 kB) Progress (1): quarkus-vertx-deployment-1.11.6.Final.jar (21 kB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/1.11.6.Final/quarkus-vertx-deployment-1.11.6.Final.jar (21 kB at 21 kB/s) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (1.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (2.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (3.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (4.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (5.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (6.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (7.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (8.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.1/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.2/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.3/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.4/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.5/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.6/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.7/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.8/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (9.9/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10.0/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (10/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (11/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (12/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13/13 MB) Progress (1): quarkus-ide-launcher-1.11.6.Final.jar (13 MB) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-ide-launcher/1.11.6.Final/quarkus-ide-launcher-1.11.6.Final.jar (13 MB at 5.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-properties/1.11.6.Final/quarkus-bom-quarkus-platform-properties-1.11.6.Final.properties Progress (1): quarkus-bom-quarkus-platform-properties-1.11.6.Final.properties (92 B) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-properties/1.11.6.Final/quarkus-bom-quarkus-platform-properties-1.11.6.Final.properties (92 B at 513 B/s) 2021-05-20 00:53:38,272 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,273 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,274 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,275 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,277 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,277 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,280 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,280 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,281 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,282 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,283 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,284 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,284 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,285 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,286 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,286 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,325 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,326 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,326 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,327 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,328 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,328 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,329 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,330 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,330 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,330 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,332 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,332 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,333 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,333 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,333 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,334 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,336 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,336 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,337 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,338 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,338 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,338 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,339 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,339 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,340 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,341 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,341 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,341 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,342 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,342 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,343 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,344 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,344 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,344 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,345 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,345 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,346 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,347 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,347 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,347 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,348 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,348 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,349 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,349 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,349 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,350 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,351 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,351 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,352 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,352 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,352 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,352 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,354 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,354 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:38,354 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-24) Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. 2021-05-20 00:53:39,907 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Quarkus 1.11.6.Final on JVM started in 2.805s. 2021-05-20 00:53:39,908 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Profile test activated. 2021-05-20 00:53:39,908 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Installed features: [cdi, config-yaml, mutiny, smallrye-context-propagation, vertx] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.268 s - in org.eclipse.hono.adapter.quarkus.KafkaRuntimeConfigProducerTest 2021-05-20 00:53:40,045 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Quarkus stopped in 0.021s [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-base-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.monitoring.quarkus... Loading source files for package org.eclipse.hono.adapter.quarkus... Loading source files for package org.eclipse.hono.adapter.resourcelimits.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/AbstractProtocolAdapterApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/class-use/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/class-use/AbstractProtocolAdapterApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/class-use/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/class-use/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-base-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar [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-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-base-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-quarkus/1.8.0-SNAPSHOT/hono-adapter-base-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 1.8.0-SNAPSHOT [22/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/11.0.9.Final/infinispan-client-hotrod-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/11.0.9.Final/infinispan-client-hotrod-11.0.9.Final.pom (27 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/11.0.9.Final/infinispan-parent-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/11.0.9.Final/infinispan-parent-11.0.9.Final.pom (153 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.9.Final/infinispan-build-configuration-parent-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.9.Final/infinispan-build-configuration-parent-11.0.9.Final.pom (13 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.9.Final/infinispan-bom-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.9.Final/infinispan-bom-11.0.9.Final.pom (19 kB at 362 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/11.0.9.Final/infinispan-commons-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/11.0.9.Final/infinispan-commons-11.0.9.Final.pom (14 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/11.0.9.Final/infinispan-commons-parent-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/11.0.9.Final/infinispan-commons-parent-11.0.9.Final.pom (870 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.3.4.Final/protostream-4.3.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.3.4.Final/protostream-4.3.4.Final.pom (14 kB at 411 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.3.4.Final/parent-4.3.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.3.4.Final/parent-4.3.4.Final.pom (21 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.0.4/rxjava-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.0.4/rxjava-3.0.4.pom (2.4 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.14.1.Final/wildfly-elytron-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.14.1.Final/wildfly-elytron-1.14.1.Final.pom (50 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.14.1.Final/wildfly-elytron-parent-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.14.1.Final/wildfly-elytron-parent-1.14.1.Final.pom (64 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.14.1.Final/wildfly-elytron-asn1-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.14.1.Final/wildfly-elytron-asn1-1.14.1.Final.pom (2.5 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.14.1.Final/wildfly-elytron-audit-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.14.1.Final/wildfly-elytron-audit-1.14.1.Final.pom (2.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.14.1.Final/wildfly-elytron-auth-server-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.14.1.Final/wildfly-elytron-auth-server-1.14.1.Final.pom (3.9 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.14.1.Final/wildfly-elytron-auth-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.14.1.Final/wildfly-elytron-auth-1.14.1.Final.pom (1.8 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.14.1.Final/wildfly-elytron-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.14.1.Final/wildfly-elytron-util-1.14.1.Final.pom (2.8 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.14.1.Final/wildfly-elytron-base-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.14.1.Final/wildfly-elytron-base-1.14.1.Final.pom (2.4 kB at 5.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.14.1.Final/wildfly-elytron-credential-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.14.1.Final/wildfly-elytron-credential-1.14.1.Final.pom (4.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.14.1.Final/wildfly-elytron-keystore-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.14.1.Final/wildfly-elytron-keystore-1.14.1.Final.pom (3.7 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.14.1.Final/wildfly-elytron-provider-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.14.1.Final/wildfly-elytron-provider-util-1.14.1.Final.pom (2.2 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.14.1.Final/wildfly-elytron-x500-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.14.1.Final/wildfly-elytron-x500-1.14.1.Final.pom (2.7 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.14.1.Final/wildfly-elytron-permission-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.14.1.Final/wildfly-elytron-permission-1.14.1.Final.pom (2.5 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.14.1.Final/wildfly-elytron-auth-server-deprecated-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.14.1.Final/wildfly-elytron-auth-server-deprecated-1.14.1.Final.pom (3.2 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.14.1.Final/wildfly-elytron-http-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.14.1.Final/wildfly-elytron-http-1.14.1.Final.pom (2.5 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.14.1.Final/wildfly-elytron-auth-server-http-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.14.1.Final/wildfly-elytron-auth-server-http-1.14.1.Final.pom (2.7 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.14.1.Final/wildfly-elytron-auth-server-sasl-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.14.1.Final/wildfly-elytron-auth-server-sasl-1.14.1.Final.pom (2.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.14.1.Final/wildfly-elytron-sasl-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.14.1.Final/wildfly-elytron-sasl-1.14.1.Final.pom (3.8 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.14.1.Final/wildfly-elytron-mechanism-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.14.1.Final/wildfly-elytron-mechanism-1.14.1.Final.pom (2.7 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.14.1.Final/wildfly-elytron-ssl-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.14.1.Final/wildfly-elytron-ssl-1.14.1.Final.pom (6.3 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.14.1.Final/wildfly-elytron-auth-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.14.1.Final/wildfly-elytron-auth-util-1.14.1.Final.pom (3.3 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.14.1.Final/wildfly-elytron-mechanism-gssapi-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.14.1.Final/wildfly-elytron-mechanism-gssapi-1.14.1.Final.pom (2.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.14.1.Final/wildfly-elytron-security-manager-action-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.14.1.Final/wildfly-elytron-security-manager-action-1.14.1.Final.pom (1.7 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom (4.7 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom (66 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom (5.3 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.14.1.Final/wildfly-elytron-client-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.14.1.Final/wildfly-elytron-client-1.14.1.Final.pom (6.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.14.1.Final/wildfly-elytron-credential-source-impl-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.14.1.Final/wildfly-elytron-credential-source-impl-1.14.1.Final.pom (3.2 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.14.1.Final/wildfly-elytron-credential-store-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.14.1.Final/wildfly-elytron-credential-store-1.14.1.Final.pom (4.1 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.14.1.Final/wildfly-elytron-password-impl-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.14.1.Final/wildfly-elytron-password-impl-1.14.1.Final.pom (2.9 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.14.1.Final/wildfly-elytron-x500-cert-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.14.1.Final/wildfly-elytron-x500-cert-1.14.1.Final.pom (3.2 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.14.1.Final/wildfly-elytron-x500-cert-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.14.1.Final/wildfly-elytron-x500-cert-util-1.14.1.Final.pom (2.3 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.14.1.Final/wildfly-elytron-credential-source-deprecated-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.14.1.Final/wildfly-elytron-credential-source-deprecated-1.14.1.Final.pom (3.4 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.14.1.Final/wildfly-elytron-digest-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.14.1.Final/wildfly-elytron-digest-1.14.1.Final.pom (2.0 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.14.1.Final/wildfly-elytron-http-basic-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.14.1.Final/wildfly-elytron-http-basic-1.14.1.Final.pom (2.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.14.1.Final/wildfly-elytron-mechanism-http-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.14.1.Final/wildfly-elytron-mechanism-http-1.14.1.Final.pom (2.6 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.14.1.Final/wildfly-elytron-http-bearer-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.14.1.Final/wildfly-elytron-http-bearer-1.14.1.Final.pom (2.7 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.14.1.Final/wildfly-elytron-http-cert-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.14.1.Final/wildfly-elytron-http-cert-1.14.1.Final.pom (2.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.14.1.Final/wildfly-elytron-http-deprecated-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.14.1.Final/wildfly-elytron-http-deprecated-1.14.1.Final.pom (3.5 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.14.1.Final/wildfly-elytron-http-digest-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.14.1.Final/wildfly-elytron-http-digest-1.14.1.Final.pom (3.0 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.14.1.Final/wildfly-elytron-mechanism-digest-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.14.1.Final/wildfly-elytron-mechanism-digest-1.14.1.Final.pom (2.2 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/1.14.1.Final/wildfly-elytron-http-external-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/1.14.1.Final/wildfly-elytron-http-external-1.14.1.Final.pom (2.4 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.14.1.Final/wildfly-elytron-http-form-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.14.1.Final/wildfly-elytron-http-form-1.14.1.Final.pom (2.5 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.14.1.Final/wildfly-elytron-http-spnego-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.14.1.Final/wildfly-elytron-http-spnego-1.14.1.Final.pom (3.0 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.14.1.Final/wildfly-elytron-http-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.14.1.Final/wildfly-elytron-http-util-1.14.1.Final.pom (2.6 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.14.1.Final/wildfly-elytron-http-sso-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.14.1.Final/wildfly-elytron-http-sso-1.14.1.Final.pom (2.7 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.14.1.Final/wildfly-elytron-jacc-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.14.1.Final/wildfly-elytron-jacc-1.14.1.Final.pom (3.0 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.14.1.Final/wildfly-elytron-jaspi-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.14.1.Final/wildfly-elytron-jaspi-1.14.1.Final.pom (4.3 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.14.1.Final/wildfly-elytron-realm-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.14.1.Final/wildfly-elytron-realm-1.14.1.Final.pom (4.3 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.14.1.Final/wildfly-elytron-json-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.14.1.Final/wildfly-elytron-json-util-1.14.1.Final.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.14.1.Final/wildfly-elytron-mechanism-oauth2-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.14.1.Final/wildfly-elytron-mechanism-oauth2-1.14.1.Final.pom (2.5 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.14.1.Final/wildfly-elytron-mechanism-scram-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.14.1.Final/wildfly-elytron-mechanism-scram-1.14.1.Final.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.14.1.Final/wildfly-elytron-realm-jdbc-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.14.1.Final/wildfly-elytron-realm-jdbc-1.14.1.Final.pom (3.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.14.1.Final/wildfly-elytron-realm-ldap-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.14.1.Final/wildfly-elytron-realm-ldap-1.14.1.Final.pom (4.0 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.14.1.Final/wildfly-elytron-realm-token-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.14.1.Final/wildfly-elytron-realm-token-1.14.1.Final.pom (3.7 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.14.1.Final/wildfly-elytron-sasl-anonymous-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.14.1.Final/wildfly-elytron-sasl-anonymous-1.14.1.Final.pom (2.5 kB at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.14.1.Final/wildfly-elytron-sasl-auth-util-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.14.1.Final/wildfly-elytron-sasl-auth-util-1.14.1.Final.pom (2.0 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.14.1.Final/wildfly-elytron-sasl-deprecated-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.14.1.Final/wildfly-elytron-sasl-deprecated-1.14.1.Final.pom (2.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.14.1.Final/wildfly-elytron-sasl-digest-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.14.1.Final/wildfly-elytron-sasl-digest-1.14.1.Final.pom (3.0 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.14.1.Final/wildfly-elytron-sasl-entity-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.14.1.Final/wildfly-elytron-sasl-entity-1.14.1.Final.pom (2.8 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.14.1.Final/wildfly-elytron-sasl-external-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.14.1.Final/wildfly-elytron-sasl-external-1.14.1.Final.pom (2.7 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.14.1.Final/wildfly-elytron-sasl-gs2-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.14.1.Final/wildfly-elytron-sasl-gs2-1.14.1.Final.pom (3.0 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.14.1.Final/wildfly-elytron-sasl-gssapi-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.14.1.Final/wildfly-elytron-sasl-gssapi-1.14.1.Final.pom (3.4 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.14.1.Final/wildfly-elytron-sasl-localuser-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.14.1.Final/wildfly-elytron-sasl-localuser-1.14.1.Final.pom (2.5 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.14.1.Final/wildfly-elytron-sasl-oauth2-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.14.1.Final/wildfly-elytron-sasl-oauth2-1.14.1.Final.pom (2.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.14.1.Final/wildfly-elytron-sasl-otp-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.14.1.Final/wildfly-elytron-sasl-otp-1.14.1.Final.pom (2.6 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.14.1.Final/wildfly-elytron-sasl-plain-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.14.1.Final/wildfly-elytron-sasl-plain-1.14.1.Final.pom (2.5 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.14.1.Final/wildfly-elytron-sasl-scram-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.14.1.Final/wildfly-elytron-sasl-scram-1.14.1.Final.pom (2.7 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.14.1.Final/wildfly-elytron-security-manager-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.14.1.Final/wildfly-elytron-security-manager-1.14.1.Final.pom (6.3 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.14.1.Final/wildfly-elytron-x500-cert-acme-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.14.1.Final/wildfly-elytron-x500-cert-acme-1.14.1.Final.pom (4.1 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.14.1.Final/wildfly-elytron-x500-deprecated-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.14.1.Final/wildfly-elytron-x500-deprecated-1.14.1.Final.pom (2.5 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.14.1.Final/wildfly-elytron-x500-principal-1.14.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.14.1.Final/wildfly-elytron-x500-principal-1.14.1.Final.pom (2.4 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.pom (5.2 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/25/jboss-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/25/jboss-parent-25.pom (35 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/11.0.9.Final/infinispan-core-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/11.0.9.Final/infinispan-core-11.0.9.Final.pom (14 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.9.Final/jgroups-4.2.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.9.Final/jgroups-4.2.9.Final.pom (21 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.12.2/protobuf-java-3.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.12.2/protobuf-java-3.12.2.pom (5.6 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.12.2/protobuf-parent-3.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.12.2/protobuf-parent-3.12.2.pom (7.7 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.12.2/protobuf-bom-3.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.12.2/protobuf-bom-3.12.2.pom (3.5 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.pom (3.1 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/11.0.9.Final/infinispan-query-dsl-11.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/11.0.9.Final/infinispan-query-dsl-11.0.9.Final.pom (3.6 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/11.0.9.Final/infinispan-client-hotrod-11.0.9.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.14.1.Final/wildfly-elytron-audit-1.14.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.14.1.Final/wildfly-elytron-asn1-1.14.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.14.1.Final/wildfly-elytron-1.14.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/11.0.9.Final/infinispan-commons-11.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.14.1.Final/wildfly-elytron-audit-1.14.1.Final.jar (42 kB at 969 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.14.1.Final/wildfly-elytron-auth-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.14.1.Final/wildfly-elytron-asn1-1.14.1.Final.jar (38 kB at 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.14.1.Final/wildfly-elytron-auth-server-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/11.0.9.Final/infinispan-commons-11.0.9.Final.jar (615 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.14.1.Final/wildfly-elytron-auth-server-deprecated-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/11.0.9.Final/infinispan-client-hotrod-11.0.9.Final.jar (654 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.14.1.Final/wildfly-elytron-auth-server-http-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.14.1.Final/wildfly-elytron-auth-1.14.1.Final.jar (13 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.14.1.Final/wildfly-elytron-auth-server-sasl-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.14.1.Final/wildfly-elytron-auth-server-sasl-1.14.1.Final.jar (9.0 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.14.1.Final/wildfly-elytron-auth-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.14.1.Final/wildfly-elytron-auth-server-deprecated-1.14.1.Final.jar (16 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.14.1.Final/wildfly-elytron-auth-server-http-1.14.1.Final.jar (12 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.14.1.Final/wildfly-elytron-base-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.14.1.Final/wildfly-elytron-auth-server-1.14.1.Final.jar (275 kB at 824 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.14.1.Final/wildfly-elytron-client-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.14.1.Final/wildfly-elytron-auth-util-1.14.1.Final.jar (25 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.14.1.Final/wildfly-elytron-credential-source-impl-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.14.1.Final/wildfly-elytron-1.14.1.Final.jar (3.4 MB at 9.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.14.1.Final/wildfly-elytron-provider-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.14.1.Final/wildfly-elytron-base-1.14.1.Final.jar (32 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.14.1.Final/wildfly-elytron-credential-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.14.1.Final/wildfly-elytron-provider-util-1.14.1.Final.jar (16 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.14.1.Final/wildfly-elytron-credential-source-deprecated-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.14.1.Final/wildfly-elytron-credential-source-impl-1.14.1.Final.jar (24 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.14.1.Final/wildfly-elytron-credential-store-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.14.1.Final/wildfly-elytron-credential-1.14.1.Final.jar (137 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.14.1.Final/wildfly-elytron-digest-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.14.1.Final/wildfly-elytron-credential-source-deprecated-1.14.1.Final.jar (24 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.14.1.Final/wildfly-elytron-http-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.14.1.Final/wildfly-elytron-digest-1.14.1.Final.jar (9.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.14.1.Final/wildfly-elytron-http-basic-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.14.1.Final/wildfly-elytron-client-1.14.1.Final.jar (211 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.14.1.Final/wildfly-elytron-http-bearer-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.jar (741 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.14.1.Final/wildfly-elytron-http-cert-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.14.1.Final/wildfly-elytron-http-1.14.1.Final.jar (31 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.14.1.Final/wildfly-elytron-http-deprecated-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.14.1.Final/wildfly-elytron-credential-store-1.14.1.Final.jar (62 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.14.1.Final/wildfly-elytron-http-digest-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.14.1.Final/wildfly-elytron-http-cert-1.14.1.Final.jar (12 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/1.14.1.Final/wildfly-elytron-http-external-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.14.1.Final/wildfly-elytron-http-bearer-1.14.1.Final.jar (9.3 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.14.1.Final/wildfly-elytron-http-form-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.14.1.Final/wildfly-elytron-http-basic-1.14.1.Final.jar (10 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.14.1.Final/wildfly-elytron-http-spnego-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.14.1.Final/wildfly-elytron-http-digest-1.14.1.Final.jar (22 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.14.1.Final/wildfly-elytron-http-sso-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/1.14.1.Final/wildfly-elytron-http-external-1.14.1.Final.jar (8.0 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.14.1.Final/wildfly-elytron-http-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.14.1.Final/wildfly-elytron-http-deprecated-1.14.1.Final.jar (4.6 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.14.1.Final/wildfly-elytron-jacc-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.14.1.Final/wildfly-elytron-http-form-1.14.1.Final.jar (14 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.14.1.Final/wildfly-elytron-jaspi-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.14.1.Final/wildfly-elytron-jacc-1.14.1.Final.jar (28 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.14.1.Final/wildfly-elytron-json-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.14.1.Final/wildfly-elytron-http-sso-1.14.1.Final.jar (35 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.14.1.Final/wildfly-elytron-keystore-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.14.1.Final/wildfly-elytron-http-spnego-1.14.1.Final.jar (17 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.14.1.Final/wildfly-elytron-mechanism-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.14.1.Final/wildfly-elytron-jaspi-1.14.1.Final.jar (43 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.14.1.Final/wildfly-elytron-mechanism-digest-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.14.1.Final/wildfly-elytron-http-util-1.14.1.Final.jar (28 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.14.1.Final/wildfly-elytron-mechanism-gssapi-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.14.1.Final/wildfly-elytron-json-util-1.14.1.Final.jar (5.0 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.14.1.Final/wildfly-elytron-mechanism-http-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.14.1.Final/wildfly-elytron-keystore-1.14.1.Final.jar (47 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.14.1.Final/wildfly-elytron-mechanism-oauth2-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.14.1.Final/wildfly-elytron-mechanism-gssapi-1.14.1.Final.jar (17 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.14.1.Final/wildfly-elytron-mechanism-scram-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.14.1.Final/wildfly-elytron-mechanism-oauth2-1.14.1.Final.jar (9.5 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.14.1.Final/wildfly-elytron-password-impl-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.14.1.Final/wildfly-elytron-mechanism-1.14.1.Final.jar (39 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.14.1.Final/wildfly-elytron-permission-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.14.1.Final/wildfly-elytron-mechanism-digest-1.14.1.Final.jar (13 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.14.1.Final/wildfly-elytron-realm-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.14.1.Final/wildfly-elytron-mechanism-scram-1.14.1.Final.jar (26 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.14.1.Final/wildfly-elytron-realm-jdbc-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.14.1.Final/wildfly-elytron-mechanism-http-1.14.1.Final.jar (7.3 kB at 9.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.14.1.Final/wildfly-elytron-realm-ldap-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.14.1.Final/wildfly-elytron-permission-1.14.1.Final.jar (63 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.14.1.Final/wildfly-elytron-realm-token-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.14.1.Final/wildfly-elytron-password-impl-1.14.1.Final.jar (98 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.14.1.Final/wildfly-elytron-sasl-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.14.1.Final/wildfly-elytron-realm-1.14.1.Final.jar (96 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.14.1.Final/wildfly-elytron-sasl-anonymous-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.14.1.Final/wildfly-elytron-realm-jdbc-1.14.1.Final.jar (28 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.14.1.Final/wildfly-elytron-sasl-auth-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.14.1.Final/wildfly-elytron-sasl-1.14.1.Final.jar (163 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.14.1.Final/wildfly-elytron-sasl-deprecated-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.14.1.Final/wildfly-elytron-sasl-deprecated-1.14.1.Final.jar (8.3 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.14.1.Final/wildfly-elytron-sasl-digest-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.14.1.Final/wildfly-elytron-sasl-auth-util-1.14.1.Final.jar (8.3 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.14.1.Final/wildfly-elytron-sasl-entity-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.14.1.Final/wildfly-elytron-realm-token-1.14.1.Final.jar (35 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.14.1.Final/wildfly-elytron-sasl-external-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.14.1.Final/wildfly-elytron-realm-ldap-1.14.1.Final.jar (108 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.14.1.Final/wildfly-elytron-sasl-gs2-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.14.1.Final/wildfly-elytron-sasl-anonymous-1.14.1.Final.jar (11 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.14.1.Final/wildfly-elytron-sasl-gssapi-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.14.1.Final/wildfly-elytron-sasl-entity-1.14.1.Final.jar (26 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.14.1.Final/wildfly-elytron-sasl-localuser-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.14.1.Final/wildfly-elytron-sasl-gs2-1.14.1.Final.jar (25 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.14.1.Final/wildfly-elytron-sasl-oauth2-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.14.1.Final/wildfly-elytron-sasl-digest-1.14.1.Final.jar (36 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.14.1.Final/wildfly-elytron-sasl-otp-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.14.1.Final/wildfly-elytron-sasl-gssapi-1.14.1.Final.jar (28 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.14.1.Final/wildfly-elytron-sasl-plain-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.14.1.Final/wildfly-elytron-sasl-external-1.14.1.Final.jar (12 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.14.1.Final/wildfly-elytron-sasl-scram-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.14.1.Final/wildfly-elytron-sasl-localuser-1.14.1.Final.jar (15 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.14.1.Final/wildfly-elytron-security-manager-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.14.1.Final/wildfly-elytron-sasl-plain-1.14.1.Final.jar (14 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.14.1.Final/wildfly-elytron-security-manager-action-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.14.1.Final/wildfly-elytron-sasl-oauth2-1.14.1.Final.jar (11 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.14.1.Final/wildfly-elytron-ssl-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.14.1.Final/wildfly-elytron-security-manager-1.14.1.Final.jar (34 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.14.1.Final/wildfly-elytron-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.14.1.Final/wildfly-elytron-sasl-scram-1.14.1.Final.jar (17 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.14.1.Final/wildfly-elytron-x500-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.14.1.Final/wildfly-elytron-sasl-otp-1.14.1.Final.jar (48 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.14.1.Final/wildfly-elytron-x500-cert-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.14.1.Final/wildfly-elytron-x500-1.14.1.Final.jar (36 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.14.1.Final/wildfly-elytron-x500-cert-acme-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.14.1.Final/wildfly-elytron-security-manager-action-1.14.1.Final.jar (20 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.14.1.Final/wildfly-elytron-x500-cert-util-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.14.1.Final/wildfly-elytron-ssl-1.14.1.Final.jar (178 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.14.1.Final/wildfly-elytron-x500-deprecated-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.14.1.Final/wildfly-elytron-util-1.14.1.Final.jar (34 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.14.1.Final/wildfly-elytron-x500-principal-1.14.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.14.1.Final/wildfly-elytron-x500-principal-1.14.1.Final.jar (9.2 kB at 8.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.0.4/rxjava-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.14.1.Final/wildfly-elytron-x500-deprecated-1.14.1.Final.jar (7.0 kB at 6.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.14.1.Final/wildfly-elytron-x500-cert-1.14.1.Final.jar (71 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/11.0.9.Final/infinispan-core-11.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.14.1.Final/wildfly-elytron-x500-cert-acme-1.14.1.Final.jar (48 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.3.4.Final/protostream-4.3.4.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.14.1.Final/wildfly-elytron-x500-cert-util-1.14.1.Final.jar (8.1 kB at 6.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.9.Final/jgroups-4.2.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar (26 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.12.2/protobuf-java-3.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.12.2/protobuf-java-3.12.2.jar (1.7 MB at 974 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.0.4/rxjava-3.0.4.jar (2.6 MB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/11.0.9.Final/infinispan-query-dsl-11.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.3.4.Final/protostream-4.3.4.Final.jar (1.8 MB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/11.0.9.Final/infinispan-core-11.0.9.Final.jar (5.0 MB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/11.0.9.Final/infinispan-query-dsl-11.0.9.Final.jar (63 kB at 30 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar (80 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.9.Final/jgroups-4.2.9.Final.jar (2.4 MB at 724 kB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-Pipeline/client-device-connection-infinispan/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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.InfinispanRemoteConfigurationPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest 00:54:04.247 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.257 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.257 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.326 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.326 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.327 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.336 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.336 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.336 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.342 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.342 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.342 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.348 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.348 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.348 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.357 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.357 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.358 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.364 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.365 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.365 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.368 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.370 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.376 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.377 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.424 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.424 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.425 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:54:04.427 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.428 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.430 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.430 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:54:04.431 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest 00:54:04.432 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.433 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest 00:54:04.437 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.438 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.443 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.444 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.448 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.449 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.456 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.456 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.462 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.462 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:54:04.468 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:54:04.469 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ client-device-connection-infinispan --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceconnection.infinispan.client... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/Cache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CacheBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CacheBasedDeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/DeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/EmbeddedCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/HotrodCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/HotrodCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/BasicCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/Cache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CacheBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CacheBasedDeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/DeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/EmbeddedCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/HotrodCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/HotrodCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ client-device-connection-infinispan --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-infinispan --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-device-connection-infinispan --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan/1.8.0-SNAPSHOT/client-device-connection-infinispan-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-service-base-spring >-------------- [INFO] Building Hono Service Base (Spring) 1.8.0-SNAPSHOT [23/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-spring --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/classes [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-spring --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.spring.AbstractApplicationTest 00:54:15.827 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.service.spring.AbstractApplicationTest$1 - added 1 service factories 00:54:15.839 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.service.spring.AbstractApplicationTest$1 - deploying service instance #1 [type: org.eclipse.hono.service.spring.AbstractApplicationTest$2] 00:54:15.841 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.service.spring.AbstractApplicationTest$1 - deploying service instance #2 [type: org.eclipse.hono.service.spring.AbstractApplicationTest$2] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in org.eclipse.hono.service.spring.AbstractApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-base-spring --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.service.metric.spring... Loading source files for package org.eclipse.hono.service.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/metric/spring/PrometheusSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/AbstractApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/AbstractBaseApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/metric/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/metric/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/metric/spring/class-use/PrometheusSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/class-use/AbstractApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/class-use/AbstractBaseApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/metric/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/org/eclipse/hono/service/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-base-spring --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-base-spring --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-spring --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base-spring --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-spring/1.8.0-SNAPSHOT/hono-service-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-spring >-------------- [INFO] Building Hono Adapter Base (Spring) 1.8.0-SNAPSHOT [24/71] [INFO] --------------------------------[ jar ]--------------------------------- [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-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-base-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-base-spring --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-base-spring --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-base-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-base-spring --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/AbstractAdapterConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/AbstractMessagingClientConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/class-use/AbstractAdapterConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/class-use/AbstractMessagingClientConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/org/eclipse/hono/adapter/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-base-spring --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar [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-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-base-spring --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-spring/1.8.0-SNAPSHOT/hono-adapter-base-spring-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:adapter-base-test-utils >-------------- [INFO] Building Hono Adapter Base Test Utils 1.8.0-SNAPSHOT [25/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ adapter-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ adapter-base-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ adapter-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ adapter-base-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ adapter-base-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ adapter-base-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ adapter-base-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ adapter-base-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ adapter-base-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ adapter-base-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ adapter-base-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ adapter-base-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/1.8.0-SNAPSHOT/adapter-base-test-utils-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/1.8.0-SNAPSHOT/adapter-base-test-utils-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ adapter-base-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 1.8.0-SNAPSHOT [26/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapters --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapters --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapters --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/1.8.0-SNAPSHOT/hono-adapters-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapters/1.8.0-SNAPSHOT/hono-adapters-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-amqp-vertx-base >------------ [INFO] Building Hono AMQP Adapter base 1.8.0-SNAPSHOT [27/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-amqp-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-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-amqp-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.amqp.VertxBasedAmqpProtocolAdapterTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.86 s - in org.eclipse.hono.adapter.amqp.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-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-amqp-vertx-base --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:adapter-base-test-utils:jar:1.8.0-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.amqp... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/AmqpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/MicrometerBasedAmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/SaslExternalAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/SaslPlainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/SaslResponseContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/VertxBasedAmqpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/MicrometerBasedAmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslExternalAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslPlainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslResponseContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/class-use/VertxBasedAmqpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/org/eclipse/hono/adapter/amqp/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-amqp-vertx-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-amqp-vertx-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-amqp-vertx-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-spring >---------------- [INFO] Building Hono Protocol Adapters (Spring) 1.8.0-SNAPSHOT [28/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.4.3/spring-boot-actuator-autoconfigure-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.4.3/spring-boot-actuator-autoconfigure-2.4.3.pom (2.9 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.4.3/spring-boot-actuator-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.4.3/spring-boot-actuator-2.4.3.pom (2.1 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.4.3/spring-boot-starter-logging-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.4.3/spring-boot-starter-logging-2.4.3.pom (2.5 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.pom (7.2 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom (64 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom (13 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom (990 B at 6.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.58.Final/netty-transport-native-epoll-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.58.Final/netty-transport-native-epoll-4.1.58.Final.pom (18 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.58.Final/netty-transport-native-unix-common-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.58.Final/netty-transport-native-unix-common-4.1.58.Final.pom (22 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.58.Final/netty-transport-native-kqueue-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.58.Final/netty-transport-native-kqueue-4.1.58.Final.pom (19 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.4.3/spring-boot-actuator-autoconfigure-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.4.3/spring-boot-starter-logging-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.4.3/spring-boot-actuator-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.4.3/spring-boot-starter-logging-2.4.3.jar (4.8 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.jar (17 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.58.Final/netty-transport-native-epoll-4.1.58.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar (4.6 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.58.Final/netty-transport-native-unix-common-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar (292 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.58.Final/netty-transport-native-kqueue-4.1.58.Final-osx-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.58.Final/netty-transport-native-unix-common-4.1.58.Final.jar (35 kB at 186 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.4.3/spring-boot-actuator-2.4.3.jar (594 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.58.Final/netty-transport-native-epoll-4.1.58.Final-linux-x86_64.jar (153 kB at 506 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.4.3/spring-boot-actuator-autoconfigure-2.4.3.jar (517 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.58.Final/netty-transport-native-kqueue-4.1.58.Final-osx-x86_64.jar (112 kB at 318 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters-spring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapters-spring --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters-spring --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapters-spring --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapters-spring --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapters-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapters-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters-spring --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-spring/1.8.0-SNAPSHOT/hono-adapters-spring-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters-spring --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-spring/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapters-spring/1.8.0-SNAPSHOT/hono-adapters-spring-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-amqp-vertx >-------------- [INFO] Building Hono AMQP Adapter 1.8.0-SNAPSHOT [29/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-amqp-vertx --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.amqp.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/org/eclipse/hono/adapter/amqp/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-amqp-vertx --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-amqp-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-amqp-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-amqp-vertx --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-quarkus >--------------- [INFO] Building Hono Protocol Adapters (Quarkus) 1.8.0-SNAPSHOT [30/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/1.11.6.Final/quarkus-maven-plugin-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/1.11.6.Final/quarkus-maven-plugin-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/1.11.6.Final/quarkus-maven-plugin-1.11.6.Final.pom (8.7 kB at 3.5 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/1.11.6.Final/quarkus-maven-plugin-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/1.11.6.Final/quarkus-maven-plugin-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/1.11.6.Final/quarkus-maven-plugin-1.11.6.Final.jar (157 kB at 135 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom (5.0 kB at 3.4 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar (30 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/1.11.6.Final/quarkus-kafka-client-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/1.11.6.Final/quarkus-kafka-client-1.11.6.Final.pom (3.1 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/1.11.6.Final/quarkus-kafka-client-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/1.11.6.Final/quarkus-kafka-client-parent-1.11.6.Final.pom (723 B at 5.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/1.11.6.Final/quarkus-caffeine-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/1.11.6.Final/quarkus-caffeine-1.11.6.Final.pom (1.8 kB at 6.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/1.11.6.Final/quarkus-caffeine-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/1.11.6.Final/quarkus-caffeine-parent-1.11.6.Final.pom (746 B at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.0.0.Beta1/log4j2-jboss-logmanager-1.0.0.Beta1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.0.0.Beta1/log4j2-jboss-logmanager-1.0.0.Beta1.pom (3.2 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/1.11.6.Final/quarkus-kafka-client-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.0.0.Beta1/log4j2-jboss-logmanager-1.0.0.Beta1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/1.11.6.Final/quarkus-caffeine-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.0.0.Beta1/log4j2-jboss-logmanager-1.0.0.Beta1.jar (20 kB at 237 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/1.11.6.Final/quarkus-kafka-client-1.11.6.Final.jar (33 kB at 185 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/1.11.6.Final/quarkus-caffeine-1.11.6.Final.jar (4.1 kB at 23 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapters-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapters-quarkus --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-quarkus/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapters-quarkus --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapters-quarkus --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 256 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 3.5 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 1.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 94 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.pom (6.3 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-all/1.11.6.Final/quarkus-devtools-all-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/1.11.6.Final/quarkus-devtools-all-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/1.11.6.Final/quarkus-devtools-all-1.11.6.Final.pom (1.1 kB at 5.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.pom (5.6 kB at 30 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.pom (2.2 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-generator/1.11.6.Final/qute-generator-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-generator/1.11.6.Final/qute-generator-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-generator/1.11.6.Final/qute-generator-1.11.6.Final.pom (1.2 kB at 4.7 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-parent/1.11.6.Final/qute-parent-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/1.11.6.Final/qute-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/1.11.6.Final/qute-parent-1.11.6.Final.pom (20 kB at 61 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.pom (1.0 kB at 5.8 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.pom (594 B at 2.9 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/18/maven-model-helper-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/18/maven-model-helper-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/18/maven-model-helper-18.pom (5.3 kB at 74 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1.3/jdom-1.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (1.8 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.pom (2.3 kB at 19 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.11.3/jackson-dataformats-text-2.11.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.11.3/jackson-dataformats-text-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.11.3/jackson-dataformats-text-2.11.3.pom (3.0 kB at 24 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom (37 kB at 329 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.pom (1.3 kB at 8.0 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.pom (9.8 kB at 118 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-parent/3.0.18.Final/quarkus-http-parent-3.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/3.0.18.Final/quarkus-http-parent-3.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/3.0.18.Final/quarkus-http-parent-3.0.18.Final.pom (29 kB at 182 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/28/jboss-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/28/jboss-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/28/jboss-parent-28.pom (35 kB at 504 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.pom (27 kB at 148 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.pom (4.9 kB at 57 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.pom (1.6 kB at 26 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-parent/4.1.49.Final/netty-parent-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.49.Final/netty-parent-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.49.Final/netty-parent-4.1.49.Final.pom (57 kB at 399 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.pom (10 kB at 92 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.pom (2.4 kB at 22 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.pom (1.9 kB at 27 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.pom (3.6 kB at 60 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.pom (3.6 kB at 59 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-servlet/3.0.18.Final/quarkus-http-servlet-3.0.18.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/3.0.18.Final/quarkus-http-servlet-3.0.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/3.0.18.Final/quarkus-http-servlet-3.0.18.Final.pom (19 kB at 183 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.pom (17 kB at 407 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.pom (6.4 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/websocket/jakarta.websocket-all/1.1.2/jakarta.websocket-all-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-all/1.1.2/jakarta.websocket-all-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-all/1.1.2/jakarta.websocket-all-1.1.2.pom (12 kB at 47 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bom-quarkus-platform-descriptor/1.11.6.Final/quarkus-bom-quarkus-platform-descriptor-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-descriptor/1.11.6.Final/quarkus-bom-quarkus-platform-descriptor-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-descriptor/1.11.6.Final/quarkus-bom-quarkus-platform-descriptor-1.11.6.Final.pom (1.7 kB at 9.4 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.pom (1.5 kB at 8.2 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 58 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jline/jline/2.14.6/jline-2.14.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.pom (20 kB at 258 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.pom (3.4 kB at 44 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom (2.5 kB at 19 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom (10 kB at 162 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.0/maven-3.5.0.pom (25 kB at 652 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-generator/1.11.6.Final/qute-generator-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/18/maven-model-helper-18.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1.3/jdom-1.1.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/http/quarkus-http-servlet/3.0.18.Final/quarkus-http-servlet-3.0.18.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bom-quarkus-platform-descriptor/1.11.6.Final/quarkus-bom-quarkus-platform-descriptor-1.11.6.Final-1.11.6.Final.json [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/jline/jline/2.14.6/jline-2.14.6.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar (56 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.jar (4.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-generator/1.11.6.Final/qute-generator-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.jar (77 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.jar (383 kB at 978 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/18/maven-model-helper-18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.jar (289 kB at 723 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/18/maven-model-helper-18.jar (28 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.jar (200 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.jar (18 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-generator/1.11.6.Final/qute-generator-1.11.6.Final.jar (41 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.jar (47 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar (310 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.jar (39 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.jar (211 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.jar (289 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.jar (626 kB at 738 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.jar (932 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.jar (33 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/3.0.18.Final/quarkus-http-servlet-3.0.18.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.jar (320 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.jar (613 kB at 671 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.jar (473 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-descriptor/1.11.6.Final/quarkus-bom-quarkus-platform-descriptor-1.11.6.Final-1.11.6.Final.json [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar (83 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/3.0.18.Final/quarkus-http-servlet-3.0.18.Final.jar (498 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar (49 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.jar (269 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.jar (454 kB at 442 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.jar (21 kB at 20 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar (13 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.30/freemarker-2.3.30.jar (1.7 MB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-descriptor/1.11.6.Final/quarkus-bom-quarkus-platform-descriptor-1.11.6.Final-1.11.6.Final.json (137 kB at 116 kB/s) [INFO] Type of the artifact is POM, skipping build goal [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters-quarkus --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapters-quarkus --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapters-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapters-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapters-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-quarkus/1.8.0-SNAPSHOT/hono-adapters-quarkus-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapters-quarkus/1.8.0-SNAPSHOT/hono-adapters-quarkus-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-amqp-vertx-quarkus >---------- [INFO] Building Hono AMQP Adapter (Quarkus) 1.8.0-SNAPSHOT [31/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx-quarkus --- [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-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-amqp-vertx-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.amqp.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/QuarkusAmqpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/class-use/QuarkusAmqpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/amqp/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/1.11.6.Final/quarkus-kafka-client-deployment-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/1.11.6.Final/quarkus-kafka-client-deployment-1.11.6.Final.pom (2.1 kB at 7.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/1.11.6.Final/quarkus-smallrye-health-spi-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/1.11.6.Final/quarkus-smallrye-health-spi-1.11.6.Final.pom (776 B at 3.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/1.11.6.Final/quarkus-smallrye-health-parent-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/1.11.6.Final/quarkus-smallrye-health-parent-1.11.6.Final.pom (788 B at 4.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/1.11.6.Final/quarkus-caffeine-deployment-1.11.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/1.11.6.Final/quarkus-caffeine-deployment-1.11.6.Final.pom (1.5 kB at 8.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/1.11.6.Final/quarkus-smallrye-health-spi-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/1.11.6.Final/quarkus-kafka-client-deployment-1.11.6.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/1.11.6.Final/quarkus-caffeine-deployment-1.11.6.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/1.11.6.Final/quarkus-smallrye-health-spi-1.11.6.Final.jar (3.6 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/1.11.6.Final/quarkus-caffeine-deployment-1.11.6.Final.jar (4.5 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/1.11.6.Final/quarkus-kafka-client-deployment-1.11.6.Final.jar (11 kB at 51 kB/s) [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2240ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-amqp-vertx-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------ [INFO] Building Hono CoAP Adapter base 1.8.0-SNAPSHOT [32/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/2.6.2/californium-core-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/2.6.2/californium-core-2.6.2.pom (3.3 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/2.6.2/cf-bom-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/2.6.2/cf-bom-2.6.2.pom (5.2 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/2.6.2/parent-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/2.6.2/parent-2.6.2.pom (24 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/2.6.2/californium-legal-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/2.6.2/californium-legal-2.6.2.pom (867 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/2.6.2/element-connector-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/2.6.2/element-connector-2.6.2.pom (3.0 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 357 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/2.6.2/scandium-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/2.6.2/scandium-2.6.2.pom (3.4 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/2.6.2/californium-core-2.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/2.6.2/element-connector-2.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/2.6.2/californium-legal-2.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/2.6.2/scandium-2.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/2.6.2/scandium-2.6.2.jar (567 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/2.6.2/element-connector-2.6.2.jar (201 kB at 138 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/2.6.2/californium-legal-2.6.2.jar (40 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/2.6.2/californium-core-2.6.2.jar (480 kB at 330 kB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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 23 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-coap-vertx-base --- [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 9 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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.CommandResponseResourceTest [INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest SLF4J: A number (3) 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s - in org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.EventResourceTest 00:55:43.953 [ForkJoinPool-1-worker-1] INFO io.jaegertracing.Configuration - Initialized tracer=JaegerTracer(version=Java-1.6.0, serviceName=test, reporter=RemoteReporter(sender=UdpSender(host=localhost, port=6831), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=my-agent-pod-1kttv-s0ctx, jaeger.version=Java-1.6.0, ip=10.40.18.60}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Running org.eclipse.hono.adapter.coap.TelemetryResourceTest 00:55:44.357 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1362481260] 00:55:44.363 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$2013596821] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s - in org.eclipse.hono.adapter.coap.TelemetryResourceTest 00:55:44.435 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1657791706] 00:55:44.437 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test] 00:55:44.451 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1362481260] 00:55:44.451 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$2013596821] 00:55:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1362481260] 00:55:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$2013596821] 00:55:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1657791706] 00:55:44.463 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1362481260] 00:55:44.463 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$2013596821] 00:55:44.463 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1657791706] 00:55:44.488 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1362481260] 00:55:44.488 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$2013596821] 00:55:44.499 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1657791706] 00:55:44.500 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: null] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 38, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-coap-vertx-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.coap... Loading source files for package org.eclipse.hono.adapter.coap.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/AbstractHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/AbstractVertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapErrorResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapOptionInjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CoapProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/CommandResponseResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/DeviceInfoSupplier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/DeviceRegistryBasedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/DeviceRegistryBasedPskStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/EventResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/MicrometerBasedCoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/PreSharedKeyDeviceIdentity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/RequestDeviceAndAuth.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/TelemetryResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/TracingSupportingHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/ConfigBasedCoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/VertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/AbstractHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/AbstractVertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapErrorResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapOptionInjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/CommandResponseResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceInfoSupplier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceRegistryBasedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceRegistryBasedPskStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/EventResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/MicrometerBasedCoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/PreSharedKeyDeviceIdentity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/RequestDeviceAndAuth.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/TelemetryResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/class-use/TracingSupportingHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/class-use/ConfigBasedCoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/class-use/VertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/org/eclipse/hono/adapter/coap/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-coap-vertx-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-coap-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-coap-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-coap-vertx-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-base/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >-------------- [INFO] Building Hono CoAP Adapter 1.8.0-SNAPSHOT [33/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/src/test/resources [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] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-coap-vertx --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.coap.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/org/eclipse/hono/adapter/coap/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-coap-vertx --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-coap-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-coap-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-coap-vertx --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-coap-vertx-quarkus >---------- [INFO] Building Hono CoAP Adapter (Quarkus) 1.8.0-SNAPSHOT [34/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-quarkus --- [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-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-coap-vertx-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.coap.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/QuarkusCoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/class-use/QuarkusCoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/coap/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2409ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-coap-vertx-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-coap-vertx-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-coap-vertx-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------ [INFO] Building Hono HTTP Adapter base 1.8.0-SNAPSHOT [35/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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 11 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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 00:56:15.146 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:15.151 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:15.175 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 00:56:15.184 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - vert.x uses native transport: false 00:56:15.234 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:15.235 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:15.238 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes 00:56:15.544 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:44637 00:56:15.560 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 00:56:15.565 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:15.925 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:15.925 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:15.974 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:15.975 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.038 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.039 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.064 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.064 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.141 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.141 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.174 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.174 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.229 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.229 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.242 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.243 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.257 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.258 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.258 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$393041611] 00:56:16.259 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false 00:56:16.259 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 00:56:16.261 [ForkJoinPool-1-worker-3] 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 00:56:16.270 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.270 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.272 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 00:56:16.275 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.339 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.339 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.352 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)] 00:56:16.353 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.353 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.355 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.366 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)] 00:56:16.369 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.370 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.370 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.425 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 00:56:16.427 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.428 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.429 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.429 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$393041611] 00:56:16.430 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false 00:56:16.430 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 00:56:16.430 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 00:56:16.438 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 00:56:16.441 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.441 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.441 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.450 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 00:56:16.454 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.460 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.460 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.460 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$393041611] 00:56:16.461 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false 00:56:16.461 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 00:56:16.462 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 00:56:16.462 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 00:56:16.464 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.469 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.470 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.472 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 00:56:16.474 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.526 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$1411716996] 00:56:16.526 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.532 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.565 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.HonoChainAuthHandlerTest 00:56:16.535 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.543 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 00:56:16.546 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.625 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 00:56:16.627 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.634 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] 00:56:16.637 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.641 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 00:56:16.644 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.648 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 00:56:16.651 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] 00:56:16.659 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 00:56:16.662 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$224937620] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.hono.adapter.http.HonoChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.http.X509AuthHandlerTest 00:56:16.672 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter 00:56:16.730 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.hono.adapter.http.X509AuthHandlerTest [INFO] Running org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 41, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-http-vertx-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.http... Loading source files for package org.eclipse.hono.adapter.http.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/AuthHandlerTools.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HonoBasicAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HonoChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HonoHttpAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HttpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HttpAuthProviderAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/HttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/MicrometerBasedHttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/impl/VertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/AbstractVertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/AuthHandlerTools.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HonoBasicAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HonoChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HonoHttpAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAuthProviderAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/HttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/MicrometerBasedHttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/class-use/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/impl/class-use/VertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/org/eclipse/hono/adapter/http/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-http-vertx-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-http-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-http-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http-vertx-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-base/1.8.0-SNAPSHOT/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-vertx >-------------- [INFO] Building Hono HTTP Adapter 1.8.0-SNAPSHOT [36/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-http-vertx --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.http.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/org/eclipse/hono/adapter/http/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-http-vertx --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-http-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-http-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http-vertx --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx/1.8.0-SNAPSHOT/hono-adapter-http-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >---------- [INFO] Building Hono HTTP Adapter (Quarkus) 1.8.0-SNAPSHOT [37/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-http-vertx-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.http.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/QuarkusHttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/class-use/QuarkusHttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/http/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-http-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2444ms [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-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-http-vertx-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http-vertx-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-mqtt-vertx-base >------------ [INFO] Building Hono MQTT Adapter base 1.8.0-SNAPSHOT [38/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/3.9.7/vertx-mqtt-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/3.9.7/vertx-mqtt-3.9.7.pom (8.3 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.58.Final/netty-codec-mqtt-4.1.58.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.58.Final/netty-codec-mqtt-4.1.58.Final.pom (2.1 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/3.9.7/vertx-mqtt-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.58.Final/netty-codec-mqtt-4.1.58.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/3.9.7/vertx-mqtt-3.9.7.jar (66 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.58.Final/netty-codec-mqtt-4.1.58.Final.jar (98 kB at 774 kB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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 18 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest 00:56:49.730 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.733 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.772 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.772 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.792 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.792 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.806 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.806 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.832 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.832 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.844 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.844 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.885 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.886 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.895 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.895 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.895 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$271348994] 00:56:49.896 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 00:56:49.899 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - vert.x uses native transport: false 00:56:49.900 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 00:56:49.901 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 00:56:49.930 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.930 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.943 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.943 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.955 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.955 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.966 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.966 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.978 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.978 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.987 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.987 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:49.997 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:49.997 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.027 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.027 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.041 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.041 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.064 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.064 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.082 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.082 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.091 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.092 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.106 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.106 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.131 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.131 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.148 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.148 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.158 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.158 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.167 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.167 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.176 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.177 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.186 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.186 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.192 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.192 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.201 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.201 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.230 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.230 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.243 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.243 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.264 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.264 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] 00:56:50.264 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$271348994] 00:56:50.265 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 00:56:50.270 [ForkJoinPool-1-worker-3] WARN o.e.h.a.l.DefaultConnectionLimitManager - Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. available memory: 1610MB) 00:56:50.270 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - vert.x uses native transport: false 00:56:50.270 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 00:56:50.271 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 00:56:50.276 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$2073256145] 00:56:50.276 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$94076786] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.96 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 128, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-mqtt-vertx-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.mqtt... Loading source files for package org.eclipse.hono.adapter.mqtt.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/AbstractSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/CommandSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/ConnectPacketAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/ErrorSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MappedMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MicrometerBasedMqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MqttAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MqttConnectContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MqttContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MqttContext.ErrorHandlingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/MqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/PendingPubAcks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/PropertyBag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/Subscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/Subscription.Key.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/HttpBasedMessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/VertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractVertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/CommandSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/ConnectPacketAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/ErrorSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MappedMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MicrometerBasedMqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttConnectContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttContext.ErrorHandlingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/PendingPubAcks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/PropertyBag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/Subscription.Key.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/class-use/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/class-use/HttpBasedMessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/class-use/VertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-mqtt-vertx-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-mqtt-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-mqtt-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt-vertx-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-kura >----------------- [INFO] Building Hono Kura Adapter 1.8.0-SNAPSHOT [39/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-kura --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-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.126 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-kura --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.kura.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/KuraAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/KuraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/KuraAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/KuraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/org/eclipse/hono/adapter/kura/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-kura --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-kura --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-kura --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-kura --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-kura --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.8.0-SNAPSHOT/hono-adapter-kura-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-lora-vertx-base >------------ [INFO] Building Hono LoRa Adapter 1.8.0-SNAPSHOT [40/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/LoraProtocolAdapter.java: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/LoraProtocolAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/LoraProtocolAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.lora.LoraProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.559 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.eclipse.hono.adapter.lora.LoraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-lora-vertx-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.lora... Loading source files for package org.eclipse.hono.adapter.lora.providers... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/GatewayInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/Location.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraMessageType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraMetaData.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/LoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/SubscriptionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/UplinkLoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/ActilityEnterpriseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/ActilityWirelessProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/ChirpStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/EverynetProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/FireflyProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/KerlinkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProviderDownlinkException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProviderMalformedPayloadException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/LoraUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/LoriotProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/MultiTechProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/ObjeniousProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/OrbiwiseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/ProximusProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/TheThingsStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/ThingsNetworkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/GatewayInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/Location.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMessageType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMetaData.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/SubscriptionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/class-use/UplinkLoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ActilityEnterpriseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ActilityWirelessProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ChirpStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/EverynetProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/FireflyProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/KerlinkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProviderDownlinkException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProviderMalformedPayloadException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoriotProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/MultiTechProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ObjeniousProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/OrbiwiseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ProximusProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/TheThingsStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ThingsNetworkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/org/eclipse/hono/adapter/lora/providers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/providers/JsonBasedLoraProvider.java:100: warning: no @param for payload [WARNING] protected JsonObject getCommandPayload(final Buffer payload, final String deviceId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/providers/JsonBasedLoraProvider.java:100: warning: no @param for deviceId [WARNING] protected JsonObject getCommandPayload(final Buffer payload, final String deviceId) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-lora-vertx-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-lora-vertx-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-lora-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-lora-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora-vertx-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-lora-vertx-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-base/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-lora-vertx-quarkus >---------- [INFO] Building Hono Lora Adapter (Quarkus) 1.8.0-SNAPSHOT [41/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx-quarkus --- [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-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-lora-vertx-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.lora.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/QuarkusLoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/class-use/QuarkusLoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/lora/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.lora.quarkus.QuarkusLoraProtocolAdapterProperties' does not have a setter for field 'commandEnabledTenants' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1713ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-lora-vertx-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-adapter-lora-vertx-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-lora-vertx-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >-------------- [INFO] Building Hono LoRa Adapter 1.8.0-SNAPSHOT [42/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-lora-vertx --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.lora.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/org/eclipse/hono/adapter/lora/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-lora-vertx --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-lora-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-lora-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-lora-vertx --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx/1.8.0-SNAPSHOT/hono-adapter-lora-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-vertx >-------------- [INFO] Building Hono MQTT Adapter 1.8.0-SNAPSHOT [43/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-mqtt-vertx --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.mqtt.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/org/eclipse/hono/adapter/mqtt/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-mqtt-vertx --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-mqtt-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-mqtt-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt-vertx --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus >---------- [INFO] Building Hono MQTT Adapter (Quarkus) 1.8.0-SNAPSHOT [44/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-mqtt-vertx-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.mqtt.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/QuarkusMqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/class-use/QuarkusMqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2050ms [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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.8.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >------------- [INFO] Building Hono Sigfox Adapter 1.8.0-SNAPSHOT [45/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-adapter-sigfox-vertx --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter.sigfox.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox-vertx --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-adapter-sigfox-vertx --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-adapter-sigfox-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-adapter-sigfox-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox-vertx --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-sigfox-vertx --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-sigfox-vertx/1.8.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 1.8.0-SNAPSHOT [46/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-application --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-application --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-application --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.application.client... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/ApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/CommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/DownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/Message.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/MessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/MessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/ApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/CommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/DownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/Message.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/MessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/class-use/MessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/org/eclipse/hono/application/client/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-application --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-application --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.8.0-SNAPSHOT/hono-client-application-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 1.8.0-SNAPSHOT [47/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application-amqp --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-application-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-application-amqp --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 s - in org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest [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-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-application-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.application.client.amqp... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/AmqpApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/AmqpMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/class-use/AmqpApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/class-use/AmqpMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/org/eclipse/hono/application/client/amqp/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-application-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-application-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application-amqp --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-amqp/1.8.0-SNAPSHOT/hono-client-application-amqp-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 1.8.0-SNAPSHOT [48/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application-kafka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-application-kafka --- [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-application-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-application-kafka --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s - in org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest 00:58:30.561 [vert.x-kafka-consumer-thread-9] ERROR o.e.h.c.k.consumer.HonoKafkaConsumer - consumer error occurred java.lang.IllegalStateException: MockConsumer didn't have end offset specified, but tried to seek to end at org.apache.kafka.clients.consumer.MockConsumer.resetOffsetPosition(MockConsumer.java:511) at org.apache.kafka.clients.consumer.MockConsumer.updateFetchPosition(MockConsumer.java:495) at org.apache.kafka.clients.consumer.MockConsumer.poll(MockConsumer.java:192) at org.eclipse.hono.kafka.test.KafkaMockConsumer.poll(KafkaMockConsumer.java:107) at io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl.lambda$pollRecords$6(KafkaReadStreamImpl.java:147) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest 00:58:31.069 [vert.x-kafka-consumer-thread-11] ERROR o.e.h.c.k.consumer.HonoKafkaConsumer - consumer error occurred java.lang.IllegalStateException: MockConsumer didn't have end offset specified, but tried to seek to end at org.apache.kafka.clients.consumer.MockConsumer.resetOffsetPosition(MockConsumer.java:511) at org.apache.kafka.clients.consumer.MockConsumer.updateFetchPosition(MockConsumer.java:495) at org.apache.kafka.clients.consumer.MockConsumer.poll(MockConsumer.java:192) at org.eclipse.hono.kafka.test.KafkaMockConsumer.poll(KafkaMockConsumer.java:107) at io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl.lambda$pollRecords$6(KafkaReadStreamImpl.java:147) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 00:58:31.140 [vert.x-kafka-consumer-thread-12] ERROR o.e.h.c.k.consumer.HonoKafkaConsumer - consumer error occurred java.lang.IllegalStateException: MockConsumer didn't have end offset specified, but tried to seek to end at org.apache.kafka.clients.consumer.MockConsumer.resetOffsetPosition(MockConsumer.java:511) at org.apache.kafka.clients.consumer.MockConsumer.updateFetchPosition(MockConsumer.java:495) at org.apache.kafka.clients.consumer.MockConsumer.poll(MockConsumer.java:192) at org.eclipse.hono.kafka.test.KafkaMockConsumer.poll(KafkaMockConsumer.java:107) at io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl.lambda$pollRecords$6(KafkaReadStreamImpl.java:147) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 00:58:31.145 [vert.x-eventloop-thread-0] WARN o.e.h.a.c.k.i.KafkaBasedCommandSender - response message has no status code header [tenant ID: 8a71b158-9aa3-430a-824f-71c273777586, device ID: 0585e9a0-b1ef-4150-b427-682fdcb42959, correlation ID: 91db8c23-e473-4514-8b61-f4885ed23dad] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-client-application-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.application.client.kafka... Loading source files for package org.eclipse.hono.application.client.kafka.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/KafkaApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/KafkaMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/KafkaMessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaApplicationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaMessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaApplicationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/org/eclipse/hono/application/client/kafka/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-client-application-kafka --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-application-kafka --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application-kafka --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-kafka/1.8.0-SNAPSHOT/hono-client-application-kafka-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 1.8.0-SNAPSHOT [49/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-maven-plugin/2.4.3/spring-boot-maven-plugin-2.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.4.3/spring-boot-maven-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.4.3/spring-boot-maven-plugin-2.4.3.pom (2.9 kB at 14 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-maven-plugin/2.4.3/spring-boot-maven-plugin-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.4.3/spring-boot-maven-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.4.3/spring-boot-maven-plugin-2.4.3.jar (101 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.4.3/spring-boot-starter-test-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.4.3/spring-boot-starter-test-2.4.3.pom (4.7 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.4.3/spring-boot-starter-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.4.3/spring-boot-starter-2.4.3.pom (3.1 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.4.3/spring-boot-test-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.4.3/spring-boot-test-2.4.3.pom (2.1 kB at 9.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.4.3/spring-boot-test-autoconfigure-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.4.3/spring-boot-test-autoconfigure-2.4.3.pom (2.5 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom (2.6 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 411 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.7.0/mockito-junit-jupiter-3.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.7.0/mockito-junit-jupiter-3.7.0.pom (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom (5.2 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom (2.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom (2.0 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.pom (2.7 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.7.0/xmlunit-parent-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.7.0/xmlunit-parent-2.7.0.pom (20 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.4.3/spring-boot-starter-test-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.4.3/spring-boot-test-autoconfigure-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.4.3/spring-boot-test-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.4.3/spring-boot-starter-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.4.3/spring-boot-starter-test-2.4.3.jar (4.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.4.3/spring-boot-test-autoconfigure-2.4.3.jar (182 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.4.3/spring-boot-starter-2.4.3.jar (4.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.7.0/mockito-junit-jupiter-3.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.7.0/mockito-junit-jupiter-3.7.0.jar (5.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.4.3/spring-boot-test-2.4.3.jar (219 kB at 884 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar (30 kB at 122 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 71 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.jar (168 kB at 440 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar (765 kB at 1.8 MB/s) [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-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-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 00:58:44.576 [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" 00:58:44.593 [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" 00:58:44.629 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit 00:58:44.638 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: event] created successfully, hit ctrl-c to exit 00:58:44.648 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit 00:58:44.652 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: all] created successfully, hit ctrl-c to exit 00:58:44.663 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.cli.app.Receiver - Receiver [tenant: TEST_TENANT, mode: telemetry] created successfully, hit ctrl-c to exit 00:58:44.671 [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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s - in org.eclipse.hono.cli.app.ReceiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-cli --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.cli... Loading source files for package org.eclipse.hono.cli.adapter... Loading source files for package org.eclipse.hono.cli.app... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/AbstractCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/AppConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/AmqpCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/CommandAndControlClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/TelemetryAndEventCli.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/Commander.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/Receiver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/ReceiverStatistics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/class-use/AbstractCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/class-use/AppConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/class-use/AmqpCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/class-use/CommandAndControlClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/class-use/TelemetryAndEventCli.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/class-use/Commander.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/class-use/Receiver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/class-use/ReceiverStatistics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/adapter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/org/eclipse/hono/cli/app/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.4.3:repackage (default) @ hono-cli --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.pom (3.1 kB at 23 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.pom (7.4 kB at 157 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-base/2.11.4/jackson-base-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.4/jackson-base-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.4/jackson-base-2.11.4.pom (7.5 kB at 125 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom (15 kB at 285 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.pom (4.6 kB at 72 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.pom (4.9 kB at 60 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.pom (4.0 kB at 48 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-modules-java8/2.11.4/jackson-modules-java8-2.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.11.4/jackson-modules-java8-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.11.4/jackson-modules-java8-2.11.4.pom (3.2 kB at 89 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna-platform/5.5.0/jna-platform-5.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.5.0/jna-platform-5.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.5.0/jna-platform-5.5.0.pom (1.8 kB at 38 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna/5.5.0/jna-5.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.5.0/jna-5.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.5.0/jna-5.5.0.pom (1.6 kB at 18 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 207 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 488 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.pom (2.3 kB at 20 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 42 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna-platform/5.5.0/jna-platform-5.5.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.jar (72 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.5.0/jna-platform-5.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.jar (352 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.jar (9.3 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar (1.5 MB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.jar (202 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.jar (243 kB at 614 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar (1.4 MB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.5.0/jna-platform-5.5.0.jar (2.7 MB at 3.6 MB/s) [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.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-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-cli --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.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-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-cli --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.8.0-SNAPSHOT/hono-cli-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----< org.eclipse.hono:client-device-connection-infinispan-quarkus >---- [INFO] Building Hotrod Device Connection client (Quarkus) 1.8.0-SNAPSHOT [50/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.pom (6.0 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar (43 kB at 903 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan-quarkus --- [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-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.quarkus.ConfigurationPropertiesTest May 20, 2021 12:59:00 AM org.jboss.threads.Version INFO: JBoss Threads version 3.2.0.Final May 20, 2021 12:59:00 AM io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil populateConfigObject WARN: Configuration properties class 'org.eclipse.hono.deviceconnection.infinispan.client.quarkus.InfinispanRemoteConfigurationProperties' does not have a setter for field 'props' nor is the field a public non-final field. It will therefore be ignored. May 20, 2021 12:59:00 AM io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil populateConfigObject WARN: Configuration properties class 'org.eclipse.hono.deviceconnection.infinispan.client.quarkus.InfinispanRemoteConfigurationProperties' does not have a setter for field 'props' nor is the field a public non-final field. It will therefore be ignored. May 20, 2021 12:59:01 AM org.jboss.threads.Version INFO: JBoss Threads version 3.2.0.Final May 20, 2021 12:59:01 AM io.quarkus.bootstrap.runner.Timing printStartupTime INFO: Quarkus 1.11.6.Final on JVM started in 2.011s. May 20, 2021 12:59:01 AM io.quarkus.bootstrap.runner.Timing printStartupTime INFO: Profile test activated. May 20, 2021 12:59:01 AM io.quarkus.bootstrap.runner.Timing printStartupTime INFO: Installed features: [cdi, config-yaml] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.868 s - in org.eclipse.hono.deviceconnection.infinispan.client.quarkus.ConfigurationPropertiesTest May 20, 2021 12:59:01 AM io.quarkus.bootstrap.runner.Timing printStopTime INFO: Quarkus stopped in 0.015s [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ client-device-connection-infinispan-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceconnection.infinispan.client.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/class-use/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/class-use/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ client-device-connection-infinispan-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ client-device-connection-infinispan-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-infinispan-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-device-connection-infinispan-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.8.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-deploy >-------------------- [INFO] Building Hono Deployment 1.8.0-SNAPSHOT [51/71] [INFO] --------------------------------[ jar ]--------------------------------- [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-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-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 37 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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/deploy/target/hono-deploy-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-deploy --- [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] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-deploy --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/deploy/target/hono-deploy-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/deploy/target/hono-deploy-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-deploy --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/deploy/target/hono-deploy-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.8.0-SNAPSHOT/hono-deploy-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/deploy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.8.0-SNAPSHOT/hono-deploy-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-deploy --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 1.8.0-SNAPSHOT [52/71] [INFO] --------------------------------[ pom ]--------------------------------- [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-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-example --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-example --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/1.8.0-SNAPSHOT/hono-example-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-example --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example/1.8.0-SNAPSHOT/hono-example-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 1.8.0-SNAPSHOT [53/71] [INFO] --------------------------------[ jar ]--------------------------------- [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-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/devices/HonoHttpDevice.java: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-example-client --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.devices... Loading source files for package org.eclipse.hono.vertx.example... Loading source files for package org.eclipse.hono.vertx.example.base... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/AmqpExampleDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/HonoHttpDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/HonoExampleApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/HonoExampleConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/class-use/AmqpExampleDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/class-use/HonoHttpDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/class-use/HonoExampleApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/class-use/HonoExampleApplicationBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/class-use/HonoExampleConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/devices/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/org/eclipse/hono/vertx/example/base/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-example-client --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.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-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-example-client --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.8.0-SNAPSHOT/hono-example-client-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 1.8.0-SNAPSHOT [54/71] [INFO] --------------------------------[ jar ]--------------------------------- [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-Nightly-Declarative-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-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ protocol-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ protocol-gateway --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.example.protocolgateway... Loading source files for package org.eclipse.hono.example.protocolgateway.controller... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/TcpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/controller/ProtocolGateway.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/class-use/TcpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/controller/class-use/ProtocolGateway.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.4.3:repackage (default) @ protocol-gateway --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.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-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ protocol-gateway --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ protocol-gateway --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.8.0-SNAPSHOT/protocol-gateway-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 1.8.0-SNAPSHOT [55/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-services --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/1.8.0-SNAPSHOT/hono-services-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-services/1.8.0-SNAPSHOT/hono-services-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-service-auth-base >--------------- [INFO] Building Hono Auth base 1.8.0-SNAPSHOT [56/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-auth-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth-base --- [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-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.authentication.SimpleAuthenticationServerTest [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest SLF4J: A number (36) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay 00:59:28.945 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.431 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.479 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.493 s - in org.eclipse.hono.authentication.SimpleAuthenticationServerTest 00:59:29.482 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.532 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.536 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.547 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.549 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.560 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.563 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.589 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.624 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.636 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.638 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.648 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.650 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.661 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.663 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.731 [vert.x-eventloop-thread-0] ERROR o.e.h.a.f.FileBasedAuthenticationService - cannot load permissions from path [/no/such/path] java.io.FileNotFoundException: no such file: /no/such/path at org.eclipse.hono.authentication.file.FileBasedAuthenticationService.lambda$load$3(FileBasedAuthenticationService.java:139) at io.vertx.core.Future.lambda$compose$3(Future.java:368) at io.vertx.core.impl.FutureImpl.dispatch(FutureImpl.java:105) at io.vertx.core.impl.FutureImpl.tryComplete(FutureImpl.java:150) at io.vertx.core.impl.FutureImpl.complete(FutureImpl.java:111) at io.vertx.core.impl.FutureImpl.handle(FutureImpl.java:176) at io.vertx.core.impl.FutureImpl.handle(FutureImpl.java:21) at io.vertx.core.impl.ContextImpl.lambda$null$0(ContextImpl.java:327) at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) at io.vertx.core.impl.EventLoopContext.lambda$executeAsync$0(EventLoopContext.java:38) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834) 00:59:29.748 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.750 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.759 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.761 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.770 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.772 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:59:29.779 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 00:59:29.781 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-auth-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.authentication... Loading source files for package org.eclipse.hono.authentication.file... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/AuthenticationEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/SimpleAuthenticationServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/class-use/AuthenticationEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/class-use/SimpleAuthenticationServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/org/eclipse/hono/authentication/file/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-auth-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-auth-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-base/1.8.0-SNAPSHOT/hono-service-auth-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-spring >---------------- [INFO] Building Hono Services (Spring) 1.8.0-SNAPSHOT [57/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services-spring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-services-spring --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services-spring --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-services-spring --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services-spring --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-services-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-services-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services-spring --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-spring/1.8.0-SNAPSHOT/hono-services-spring-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services-spring --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-spring/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-services-spring/1.8.0-SNAPSHOT/hono-services-spring-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth 1.8.0-SNAPSHOT [58/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-auth --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.authentication.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/class-use/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/org/eclipse/hono/authentication/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-auth --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.8.0-SNAPSHOT/hono-service-auth-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-quarkus >--------------- [INFO] Building Hono Services (Quarkus) 1.8.0-SNAPSHOT [59/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-services-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-services-quarkus --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-quarkus/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-services-quarkus --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-services-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-services-quarkus --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-services-quarkus --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-services-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-services-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-services-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-quarkus/1.8.0-SNAPSHOT/hono-services-quarkus-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-services-quarkus/1.8.0-SNAPSHOT/hono-services-quarkus-1.8.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-service-auth-quarkus >------------- [INFO] Building Hono Auth (Quarkus) 1.8.0-SNAPSHOT [60/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-auth-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-quarkus --- [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-auth-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-auth-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-auth-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.authentication.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/FileBasedAuthenticationServiceConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/class-use/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/class-use/FileBasedAuthenticationServiceConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/org/eclipse/hono/authentication/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-service-auth-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1431ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-auth-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-auth-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-auth-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-auth-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-quarkus/1.8.0-SNAPSHOT/hono-service-auth-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 1.8.0-SNAPSHOT [61/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-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 72 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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.tenant.TrustedCertificateAuthorityTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest 01:00:51.730 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 170891081 01:00:51.771 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 505634292 01:00:51.825 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1333435593 01:00:51.847 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1573063853 01:00:51.850 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1020845481 01:00:51.866 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 2107527956 01:00:51.871 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 139511421 01:00:51.875 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1715355300 01:00:51.925 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1433326224 01:00:51.929 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 379543204 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AutoProvisionerTest 01:00:51.959 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1726333546 01:00:52.034 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:00:52.046 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 497025535 01:00:52.050 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - device was auto-provisioned but notificationSent flag isn't set, wait 50ms, re-check flag and send event if needed [tenant-id: DEFAULT_TENANT, device-id: foobar42] 01:00:52.057 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 980925955 01:00:52.060 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - attempted to auto-provision device [foobar42] via gateway [another-barfoo4711] of tenant [DEFAULT_TENANT] but the registration data's via contains only [barfoo4711] 01:00:52.064 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 353589790 01:00:52.130 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1700867747 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.hono.deviceregistry.service.device.AutoProvisionerTest [INFO] Running org.eclipse.hono.service.registration.RegistrationMessageFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.service.registration.RegistrationMessageFilterTest [INFO] Running org.eclipse.hono.service.tenant.TenantMessageFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.01 s - in org.eclipse.hono.service.credentials.CredentialsMessageFilterTest [INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 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.083 s - in org.eclipse.hono.service.management.credentials.SecretsTest [INFO] Running org.eclipse.hono.service.management.device.FilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.service.management.device.FilterTest [INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningTest 01:00:52.479 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.538 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.547 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.556 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.572 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.626 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.639 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.648 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.656 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.663 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 01:00:52.726 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] Running org.eclipse.hono.service.management.device.DeviceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.service.management.device.DeviceTest 01:00:52.766 [ForkJoinPool-1-worker-1] WARN o.e.h.s.m.device.AutoProvisioning - auto-provisioning failed: credentials could not be set [tenant-id: d18ee254-df2b-4f53-bb39-eddd037c4840, device-id: 47d4bb6c-2528-4d36-9e16-1563e3f8e0a2, auth-id: CN=test.org, status: 500] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.hono.service.management.device.AutoProvisioningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 147, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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 52 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-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-device-registry-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceregistry.server... Loading source files for package org.eclipse.hono.deviceregistry.service.credentials... Loading source files for package org.eclipse.hono.deviceregistry.service.device... Loading source files for package org.eclipse.hono.deviceregistry.service.deviceconnection... Loading source files for package org.eclipse.hono.deviceregistry.service.tenant... Loading source files for package org.eclipse.hono.deviceregistry.util... Loading source files for package org.eclipse.hono.service.credentials... Loading source files for package org.eclipse.hono.service.management... Loading source files for package org.eclipse.hono.service.management.credentials... Loading source files for package org.eclipse.hono.service.management.device... Loading source files for package org.eclipse.hono.service.management.tenant... Loading source files for package org.eclipse.hono.service.registration... Loading source files for package org.eclipse.hono.service.tenant... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/DeviceRegistryAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/DeviceRegistryHttpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/CredentialKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/NoopCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/AutoProvisioner.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/AutoProvisionerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/DeviceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/NoopRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/DeviceConnectionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/MapBasedDeviceConnectionsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/MapBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AutowiredTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/DefaultTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/NoopTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/NoopTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/TenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/TenantKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/DeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/ServiceClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/Versioned.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/CredentialsMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/CredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/DelegatingCredentialsAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/AbstractDelegatingRegistryHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/BaseDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/Filter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/Filter.Operator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/Id.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/OperationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/Result.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/SearchResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/Sort.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/Sort.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/CommonCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/CommonCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/CommonSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/Credentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/CredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/CredentialTypeResolver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/DelegatingCredentialsManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/GenericCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/GenericSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/PasswordCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/PasswordSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/PskCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/PskSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/X509CertificateCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/X509CertificateSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/AutoProvisioning.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/DeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/DeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/DeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/DeviceStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/DeviceWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/Status.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/DelegatingTenantManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/Tenant.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/TenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/TenantWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/TrustedCertificateAuthority.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/DelegatingRegistrationAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/RegistrationMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/RegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/DelegatingTenantAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/TenantMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/TenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/class-use/DeviceRegistryAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/class-use/DeviceRegistryHttpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/AbstractCredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/AbstractCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/CredentialKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/NoopCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractDeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AutoProvisioner.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AutoProvisionerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/DeviceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/NoopRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/class-use/DeviceConnectionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/class-use/MapBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/class-use/MapBasedDeviceConnectionsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AbstractTenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AbstractTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AutowiredTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/DefaultTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/NoopTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/NoopTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/TenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/TenantKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/class-use/DeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/class-use/ServiceClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/class-use/Versioned.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/class-use/CredentialsMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/class-use/CredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/class-use/DelegatingCredentialsAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/AbstractDelegatingRegistryHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/BaseDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/Filter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/Filter.Operator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/Id.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/OperationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/Result.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/SearchResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/Sort.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/class-use/Sort.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialTypeResolver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/Credentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/DelegatingCredentialsManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/GenericCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/GenericSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/PasswordCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/PasswordSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/PskCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/PskSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/X509CertificateCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/class-use/X509CertificateSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/AutoProvisioning.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/DelegatingDeviceManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/class-use/Status.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/class-use/DelegatingTenantManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/class-use/Tenant.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/class-use/TrustedCertificateAuthority.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/class-use/DelegatingRegistrationAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/class-use/RegistrationMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/class-use/RegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/class-use/DelegatingTenantAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/class-use/TenantMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/class-use/TenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/server/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/deviceregistry/util/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/credentials/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/credentials/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/management/tenant/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/registration/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/org/eclipse/hono/service/tenant/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.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-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-device-registry-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-device-registry-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-device-registry-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-base/1.8.0-SNAPSHOT/hono-service-device-registry-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 1.8.0-SNAPSHOT [62/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/3.9.7/vertx-jdbc-client-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/3.9.7/vertx-jdbc-client-3.9.7.pom (5.4 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-common/3.9.7/vertx-sql-common-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-common/3.9.7/vertx-sql-common-3.9.7.pom (2.8 kB at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.pom (1.5 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.pom (3.7 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/3.9.7/vertx-jdbc-client-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-common/3.9.7/vertx-sql-common-3.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar (500 kB at 8.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar (624 kB at 9.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/3.9.7/vertx-jdbc-client-3.9.7.jar (57 kB at 364 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-common/3.9.7/vertx-sql-common-3.9.7.jar (29 kB at 86 kB/s) [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 10 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-Nightly-Declarative-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-Nightly-Declarative-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-Nightly-Declarative-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.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.StatementTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.hono.service.base.jdbc.store.StatementTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-base-jdbc --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.service.base.jdbc.config... Loading source files for package org.eclipse.hono.service.base.jdbc.store... Loading source files for package org.eclipse.hono.service.base.jdbc.store.devcon... Loading source files for package org.eclipse.hono.service.base.jdbc.store.device... Loading source files for package org.eclipse.hono.service.base.jdbc.store.model... Loading source files for package org.eclipse.hono.service.base.jdbc.store.tenant... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/AbstractStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/DuplicateKeyException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/EntityNotFoundException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/OptimisticLockingException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/SQL.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/Statement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/Statement.ExpandedStatement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/StatementConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/DeviceState.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/Store.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/Configurations.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceStores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceStores.StoreFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/TableAdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/TableManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/model/JdbcBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/AdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/ManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/Stores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcDeviceStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcTenantStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/AbstractStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/DuplicateKeyException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/EntityNotFoundException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/OptimisticLockingException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/SQL.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/Statement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/Statement.ExpandedStatement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/StatementConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/class-use/DeviceState.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/class-use/Store.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/AbstractDeviceStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/Configurations.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/CredentialsReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceStores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceStores.StoreFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/TableAdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/TableManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/model/class-use/JdbcBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/AbstractTenantStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/AdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/ManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/Stores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/TenantReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.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-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-base-jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.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-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base-jdbc --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-jdbc/1.8.0-SNAPSHOT/hono-service-base-jdbc-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-command-router-base >---------- [INFO] Building Hono Command Router base 1.8.0-SNAPSHOT [63/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router-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-command-router-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router-base --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 s - in org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest 01:01:25.263 [ForkJoinPool-1-worker-3] INFO o.e.h.c.i.k.KafkaCommandProcessingQueue - partition hono.command.DEFAULT_TENANT-0 not being handled anymore but its command queue isn't empty! 01:01:25.266 [ForkJoinPool-1-worker-3] INFO o.e.h.c.i.k.KafkaCommandProcessingQueue - command won't be sent - its partition isn't being handled anymore [Command [name: subject_1, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 00dcorrelationId]] 01:01:25.267 [ForkJoinPool-1-worker-3] INFO o.e.h.c.i.k.KafkaCommandProcessingQueue - command won't be sent - its partition isn't being handled anymore [Command [name: subject_2, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 00dcorrelationId]] 01:01:25.270 [ForkJoinPool-1-worker-3] INFO o.e.h.c.i.k.KafkaCommandProcessingQueue - command won't be sent - commands received from partition [hono.command.DEFAULT_TENANT-0] aren't handled by this consumer anymore [Command [name: subject_0, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 00dcorrelationId]] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-command-router-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.commandrouter... Loading source files for package org.eclipse.hono.commandrouter.impl... Loading source files for package org.eclipse.hono.commandrouter.impl.amqp... Loading source files for package org.eclipse.hono.commandrouter.impl.kafka... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/CommandRouterAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/AbstractMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/ProtonBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/ProtonBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaCommandProcessingQueue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/class-use/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/class-use/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/class-use/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/class-use/AbstractMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/class-use/CommandRouterServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/class-use/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/class-use/ProtonBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/class-use/ProtonBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaCommandProcessingQueue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-command-router-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-command-router-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-command-router-base --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-base/1.8.0-SNAPSHOT/hono-service-command-router-base-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hono:hono-service-command-router >------------ [INFO] Building Hono Command Router (Spring) 1.8.0-SNAPSHOT [64/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-command-router --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-command-router --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.commandrouter.spring... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/CacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/class-use/CacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/org/eclipse/hono/commandrouter/spring/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/apidocs/help-doc.html... 13 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant Scopes.GLOBAL [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-command-router --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-command-router --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-command-router --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router/1.8.0-SNAPSHOT/hono-service-command-router-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.hono:hono-service-command-router-quarkus >-------- [INFO] Building Hono Command Router (Quarkus) 1.8.0-SNAPSHOT [65/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-command-router-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router-quarkus --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-command-router-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router-quarkus --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-command-router-quarkus --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.commandrouter.quarkus... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/DeviceConnectionInfoProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/DeviceConnectionInfoProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/org/eclipse/hono/commandrouter/quarkus/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/apidocs/help-doc.html... 13 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant Scopes.GLOBAL [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-service-command-router-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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] Class 'org.infinispan.client.hotrod.impl.ConfigurationProperties' which is a parent class of 'org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationProperties' is not part of the Jandex index so its fields will be ignored. If you intended to include these fields, consider making the dependency part of the Jandex index by following the advice at: https://quarkus.io/guides/cdi-reference#bean_discovery [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Class 'org.infinispan.client.hotrod.impl.ConfigurationProperties' which is a parent class of 'org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationProperties' is not part of the Jandex index so its fields will be ignored. If you intended to include these fields, consider making the dependency part of the Jandex index by following the advice at: https://quarkus.io/guides/cdi-reference#bean_discovery [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1766ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-command-router-quarkus --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ hono-service-command-router-quarkus --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-command-router-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-command-router-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router-quarkus --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-command-router-quarkus --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router-quarkus/1.8.0-SNAPSHOT/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-service-device-connection >----------- [INFO] Building Hono Device Connection service 1.8.0-SNAPSHOT [66/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-connection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-connection --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.infinispan.CacheBasedDeviceConnectionServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-device-connection --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceconnection.infinispan... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/DeviceConnectionAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/EmbeddedCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/RemoteCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/DeviceConnectionAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/EmbeddedCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/RemoteCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/org/eclipse/hono/deviceconnection/infinispan/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/apidocs/help-doc.html... 13 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant Scopes.GLOBAL [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-device-connection --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-device-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-device-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-connection --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-connection --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-connection/1.8.0-SNAPSHOT/hono-service-device-connection-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-file >--------- [INFO] Building Hono File Based Device Registry 1.8.0-SNAPSHOT [67/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-file/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/src/test/java/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsServiceTest.java: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/src/test/java/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsServiceTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/src/test/java/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsServiceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-file --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest 01:02:06.442 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:07.143 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:07.844 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 01:02:07.855 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds 01:02:08.026 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 01:02:08.031 [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 01:02:08.031 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 01:02:08.041 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:08.044 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 01:02:08.044 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 01:02:08.173 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest 01:02:08.245 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 953884499 01:02:08.254 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:08.265 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 936100196 01:02:08.270 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1024846662 01:02:08.325 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 754363353 01:02:08.351 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 2112750526 01:02:08.354 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1562955646 01:02:08.363 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 306428234 01:02:08.366 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1400069810 01:02:08.370 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1631884590 01:02:08.372 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1443961127 01:02:08.433 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 953438449 01:02:08.437 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 41484119 01:02:08.440 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 386428577 01:02:08.446 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 902989795 01:02:08.449 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 239347082 01:02:08.454 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 735605588 01:02:08.457 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1641680624 01:02:08.460 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1424222764 01:02:08.462 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1957677132 01:02:08.465 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 822638307 01:02:08.467 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1445892531 01:02:08.471 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 662144676 01:02:08.473 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 848314617 01:02:08.476 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1126522065 01:02:08.479 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 01:02:08.480 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 688545936 01:02:08.524 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 757219794 01:02:08.526 [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 01:02:08.527 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:08.529 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1426184050 01:02:08.532 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 01:02:08.535 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1601976623 01:02:08.537 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1560436176 01:02:08.549 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json] 01:02:08.553 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 898462385 01:02:08.558 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 01:02:08.558 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:08.563 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1548881487 01:02:08.565 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 598331911 01:02:08.567 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:08.569 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 996104673 01:02:08.574 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 327190038 01:02:08.577 [ForkJoinPool-1-worker-3] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 01:02:08.577 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:08.625 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 427081933 01:02:08.628 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest 01:02:08.634 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 01:02:08.644 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext) 01:02:08.650 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext) 01:02:08.654 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext) 01:02:08.656 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext) 01:02:08.659 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext) 01:02:08.661 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext) 01:02:08.663 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageOffset(VertxTestContext) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest 01:02:08.851 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:08.963 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:09.064 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:09.165 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:09.636 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:09.753 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:10.340 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:10.443 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:10.550 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:10.661 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 01:02:10.667 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 01:02:10.668 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds 01:02:10.683 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 01:02:10.684 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:10.685 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json] 01:02:10.686 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 01:02:10.689 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:10.792 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:10.895 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:11.005 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json] 01:02:11.009 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:11.114 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:11.229 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:11.336 [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 01:02:11.336 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:11.336 [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 01:02:11.336 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 01:02:11.341 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 01:02:11.341 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 01:02:11.342 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json] 01:02:11.342 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.711 s - in org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 96, 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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-device-registry-file --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceregistry.file... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/AbstractFileBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedServiceConfig.DeprecatedEndpointConfigCondition.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/NoopServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/AbstractFileBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedServiceConfig.DeprecatedEndpointConfigCondition.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/class-use/NoopServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/org/eclipse/hono/deviceregistry/file/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-file --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-device-registry-file --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-device-registry-file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-device-registry-file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-file --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-file --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-file/1.8.0-SNAPSHOT/hono-service-device-registry-file-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 1.8.0-SNAPSHOT [68/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/3.9.7/vertx-auth-jdbc-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/3.9.7/vertx-auth-jdbc-3.9.7.pom (2.6 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/1.4.200/h2-1.4.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/1.4.200/h2-1.4.200.pom (958 B at 3.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.2.18/postgresql-42.2.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.2.18/postgresql-42.2.18.pom (3.0 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.15.2/postgresql-1.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.15.2/postgresql-1.15.2.pom (1.5 kB at 6.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.15.2/jdbc-1.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.15.2/jdbc-1.15.2.pom (1.5 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.15.2/database-commons-1.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.15.2/database-commons-1.15.2.pom (1.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.15.2/testcontainers-1.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.15.2/testcontainers-1.15.2.pom (2.8 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom (6.2 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.pom (6.6 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.3.1/jna-5.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.3.1/jna-5.3.1.pom (1.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.2.7/docker-java-api-3.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.2.7/docker-java-api-3.2.7.pom (1.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.2.7/docker-java-parent-3.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.2.7/docker-java-parent-3.2.7.pom (13 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.2.7/docker-java-transport-zerodep-3.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.2.7/docker-java-transport-zerodep-3.2.7.pom (4.0 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.2.7/docker-java-transport-3.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.2.7/docker-java-transport-3.2.7.pom (1.4 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/3.9.7/vertx-auth-jdbc-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.2.18/postgresql-42.2.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/1.4.200/h2-1.4.200.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.15.2/postgresql-1.15.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.15.2/jdbc-1.15.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/3.9.7/vertx-auth-jdbc-3.9.7.jar (20 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.15.2/database-commons-1.15.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.15.2/postgresql-1.15.2.jar (8.6 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.15.2/testcontainers-1.15.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.15.2/database-commons-1.15.2.jar (10 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.15.2/jdbc-1.15.2.jar (28 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.jar (12 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.2.7/docker-java-api-3.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.2.18/postgresql-42.2.18.jar (1.0 MB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.2.7/docker-java-transport-zerodep-3.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar (1.5 MB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.2.7/docker-java-transport-3.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.2.7/docker-java-transport-3.2.7.jar (14 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.2.7/docker-java-api-3.2.7.jar (434 kB at 657 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.2.7/docker-java-transport-zerodep-3.2.7.jar (2.0 MB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/1.4.200/h2-1.4.200.jar (2.3 MB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.15.2/testcontainers-1.15.2.jar (12 MB at 5.0 MB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 15 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-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.ResolveGroupsTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest 01:02:38.493 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/42381220-fa99-485c-9bae-d6d7cf0105b9","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.496 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/486e8d9b-4916-40ac-8629-26569ee13cd3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.746 [ForkJoinPool-1-worker-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@15d7ccf7 01:02:38.746 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b668c73 01:02:38.746 [ForkJoinPool-1-worker-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 01:02:38.746 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:38.746 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:38.746 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:38.798 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:38.824 [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 01:02:38.825 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/42381220-fa99-485c-9bae-d6d7cf0105b9","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/486e8d9b-4916-40ac-8629-26569ee13cd3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.827 [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@252d43eb 01:02:38.827 [ForkJoinPool-1-worker-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@31ae318b 01:02:38.828 [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 01:02:38.828 [ForkJoinPool-1-worker-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 01:02:38.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:38.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:38.831 [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 01:02:38.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:38.875 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6eff69b6-a5a8-4b81-8238-84d600f0448b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.877 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3abdbec7 01:02:38.877 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:38.877 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.880 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6eff69b6-a5a8-4b81-8238-84d600f0448b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@61f79e87 01:02:38.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:38.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.887 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.896 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5f6ac097-3d55-4fc6-89cf-690c029cb7a2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:38.924 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b1ab072 01:02:38.924 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:38.924 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6eff69b6-a5a8-4b81-8238-84d600f0448b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@11a5077a 01:02:38.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:38.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.927 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.927 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5f6ac097-3d55-4fc6-89cf-690c029cb7a2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.928 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@206e255a 01:02:38.928 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:38.928 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.931 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.932 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:38.932 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6eff69b6-a5a8-4b81-8238-84d600f0448b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.932 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5f6ac097-3d55-4fc6-89cf-690c029cb7a2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.932 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c987d49 01:02:38.932 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:38.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@41ec12cd 01:02:38.932 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.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 01:02:38.933 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.936 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.936 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:38.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5f6ac097-3d55-4fc6-89cf-690c029cb7a2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:38.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@337f3ceb 01:02:38.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 01:02:38.937 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:38.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 01:02:38.964 [MLog-Init-Reporter] INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging. 01:02:39.182 [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] 01:02:39.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 -> 2tg858ah11jfl58sw0v1i|5112fa90, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5112fa90, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/42381220-fa99-485c-9bae-d6d7cf0105b9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:39.330 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|f0ece25, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|f0ece25, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/486e8d9b-4916-40ac-8629-26569ee13cd3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:39.455 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|2dc962dc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|2dc962dc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5f6ac097-3d55-4fc6-89cf-690c029cb7a2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:39.644 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|477c16e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|477c16e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5f6ac097-3d55-4fc6-89cf-690c029cb7a2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:39.663 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/72560996-15ea-48a8-b9a7-79044fcbc29c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.664 [ForkJoinPool-1-worker-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@7b1dc12b 01:02:39.664 [ForkJoinPool-1-worker-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 01:02:39.664 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:39.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:39.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/72560996-15ea-48a8-b9a7-79044fcbc29c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.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@672ea080 01:02:39.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 01:02:39.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:39.672 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:39.763 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dd4eb97d-4396-4734-a1ee-7ebeb3cb15a7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.764 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c6a59ed 01:02:39.764 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.764 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.768 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dd4eb97d-4396-4734-a1ee-7ebeb3cb15a7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f94949d 01:02:39.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.772 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:39.772 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dd4eb97d-4396-4734-a1ee-7ebeb3cb15a7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.773 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20855926 01:02:39.773 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.773 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dd4eb97d-4396-4734-a1ee-7ebeb3cb15a7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.776 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7757b00a 01:02:39.776 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.776 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.778 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.796 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a8f92f4b-1292-491e-8726-c128948363d5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.824 [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@77525ca9 01:02:39.824 [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 01:02:39.824 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:39.826 [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 01:02:39.826 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a8f92f4b-1292-491e-8726-c128948363d5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.827 [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@195e0771 01:02:39.827 [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 01:02:39.827 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:39.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:39.842 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|34e8510, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|34e8510, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/72560996-15ea-48a8-b9a7-79044fcbc29c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:39.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f935e385-ef52-49bd-98b7-b24a3f596dec","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.872 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@634dfab7 01:02:39.872 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.872 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.875 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.875 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f935e385-ef52-49bd-98b7-b24a3f596dec","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02: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@2e63b658 01:02: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 01:02:39.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f51e519-fa5b-4833-a6b5-d914dfb39ef5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.925 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.925 [ForkJoinPool-1-worker-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@28be5069 01:02:39.925 [ForkJoinPool-1-worker-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 01:02:39.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:39.925 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:39.926 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f935e385-ef52-49bd-98b7-b24a3f596dec","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.926 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b171ece 01:02:39.926 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.926 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:39.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f51e519-fa5b-4833-a6b5-d914dfb39ef5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.927 [ForkJoinPool-1-worker-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@659fb1cb 01:02:39.927 [ForkJoinPool-1-worker-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 01:02:39.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:39.928 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.929 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f935e385-ef52-49bd-98b7-b24a3f596dec","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:39.929 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@142fa05e 01:02:39.929 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.929 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:39.931 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:39.951 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|12e7646a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|12e7646a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a8f92f4b-1292-491e-8726-c128948363d5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:39.963 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/64eefe9d-14b2-4d40-b46c-502587b33a93","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:39.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7888f294 01:02:39.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:39.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/64eefe9d-14b2-4d40-b46c-502587b33a93","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@63ba5ca7 01:02:40.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02: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 01:02:40.030 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/64eefe9d-14b2-4d40-b46c-502587b33a93","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02: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@513d656a 01:02: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 01:02:40.031 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.033 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/64eefe9d-14b2-4d40-b46c-502587b33a93","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2fe23ad9 01:02:40.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02: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 01:02:40.051 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|385dc5e1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|385dc5e1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f935e385-ef52-49bd-98b7-b24a3f596dec, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.052 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|28a5b295, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|28a5b295, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f935e385-ef52-49bd-98b7-b24a3f596dec, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.226 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|2cb8eba, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|2cb8eba, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f51e519-fa5b-4833-a6b5-d914dfb39ef5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 2.509 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest 01:02:40.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 -> 2tg858ah11jfl58sw0v1i|181bea99, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|181bea99, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f51e519-fa5b-4833-a6b5-d914dfb39ef5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.279 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/92f3eec0-7a62-4135-bf42-c2a25c9124b5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.325 [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@6759e648 01:02:40.325 [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 01:02:40.325 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.326 [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 01:02:40.326 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/92f3eec0-7a62-4135-bf42-c2a25c9124b5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.327 [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@696ebcf4 01:02:40.327 [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 01:02:40.327 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.328 [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 01:02:40.371 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7be3a74-b3fe-4947-9e1a-d4ed12ec733b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@dc018f9 01:02:40.372 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.373 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.377 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.378 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7be3a74-b3fe-4947-9e1a-d4ed12ec733b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.379 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b989d97 01:02:40.379 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.379 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.427 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.427 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:40.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7be3a74-b3fe-4947-9e1a-d4ed12ec733b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@466d8e68 01:02:40.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.431 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.431 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7be3a74-b3fe-4947-9e1a-d4ed12ec733b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.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@37b81c44 01:02:40.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 01:02:40.432 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.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 01:02:40.436 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/78dd8723-1e17-40f5-99c1-bf44ceecd4ea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2654bd62 01:02:40.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:40.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.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 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/78dd8723-1e17-40f5-99c1-bf44ceecd4ea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.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@74b086d7 01:02:40.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 01:02:40.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:40.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/69edea71-5b7f-40dd-9aef-318d5e21e7d3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3093fe79 01:02:40.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.514 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/69edea71-5b7f-40dd-9aef-318d5e21e7d3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7970f644 01:02:40.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.528 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.529 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:40.529 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/69edea71-5b7f-40dd-9aef-318d5e21e7d3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.529 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@701756e5 01:02:40.529 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.529 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.531 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.531 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/69edea71-5b7f-40dd-9aef-318d5e21e7d3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.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@5c459f59 01:02:40.532 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.532 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.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 01:02:40.550 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|16fa33cb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|16fa33cb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/78dd8723-1e17-40f5-99c1-bf44ceecd4ea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.628 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|10842b6d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|10842b6d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/78dd8723-1e17-40f5-99c1-bf44ceecd4ea, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.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 -> 2tg858ah11jfl58sw0v1i|522474e4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|522474e4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7be3a74-b3fe-4947-9e1a-d4ed12ec733b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.679 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8e39c289-443a-4332-a56e-50e92183c3f1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.680 [ForkJoinPool-1-worker-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@69d950a3 01:02:40.680 [ForkJoinPool-1-worker-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 01:02:40.680 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.724 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:40.724 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8e39c289-443a-4332-a56e-50e92183c3f1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1716710f 01:02:40.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 01:02:40.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:40.743 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|353487ca, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|353487ca, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7be3a74-b3fe-4947-9e1a-d4ed12ec733b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.779 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/450ad324-9e00-4ddf-b021-3206b59a1924","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.780 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@630b50db 01:02:40.780 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.780 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/450ad324-9e00-4ddf-b021-3206b59a1924","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67ea1527 01:02:40.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.827 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.827 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:40.827 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/450ad324-9e00-4ddf-b021-3206b59a1924","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ea813e 01:02:40.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/450ad324-9e00-4ddf-b021-3206b59a1924","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e3c21a1 01:02:40.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.833 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.857 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|403ed5a3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|403ed5a3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8e39c289-443a-4332-a56e-50e92183c3f1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:40.896 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7635d1ec-6bc4-4c43-b584-a41bddea050d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.897 [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@4c93f928 01:02:40.897 [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 01:02:40.897 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.925 [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 01:02:40.925 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7635d1ec-6bc4-4c43-b584-a41bddea050d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.925 [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@38578337 01:02:40.925 [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 01:02:40.925 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.926 [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 01:02:40.963 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1855c3a-c5b9-43e2-b4d6-85af1cf38c8b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.964 [ForkJoinPool-1-worker-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@683a4d48 01:02:40.964 [ForkJoinPool-1-worker-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 01:02:40.964 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1855c3a-c5b9-43e2-b4d6-85af1cf38c8b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.967 [ForkJoinPool-1-worker-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@428a8bdb 01:02:40.967 [ForkJoinPool-1-worker-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 01:02:40.967 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:40.968 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:40.972 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.972 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5670b0dc 01:02:40.973 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.973 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.974 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e4eaa4 01:02:40.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.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 01:02:40.976 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.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@43a827df 01:02:40.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 01:02:40.977 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.978 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:40.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:40.979 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1689c4de 01:02:40.979 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:40.979 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:40.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.013 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0cdf1796-e2ce-49f1-809e-d3a6fd8ba751","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65e61b35 01:02:41.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0cdf1796-e2ce-49f1-809e-d3a6fd8ba751","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@209a0f52 01:02:41.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.028 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.029 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:41.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0cdf1796-e2ce-49f1-809e-d3a6fd8ba751","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.029 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3dccc616 01:02:41.029 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.030 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.031 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.031 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0cdf1796-e2ce-49f1-809e-d3a6fd8ba751","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.032 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f1a0a12 01:02:41.032 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.032 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.033 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.040 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4d1e5f4e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4d1e5f4e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.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 -> 2tg858ah11jfl58sw0v1i|1a111243, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1a111243, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1855c3a-c5b9-43e2-b4d6-85af1cf38c8b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest 01:02:41.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 -> 2tg858ah11jfl58sw0v1i|58bed372, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|58bed372, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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.JdbcBasedTenantServiceTest 01:02:41.164 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|492cdf4b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|492cdf4b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/299ee17e-3dfe-4c86-b63f-c59fd5aef127, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.196 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1b0545d5-1844-4d70-b146-a006ee3b367b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.225 [ForkJoinPool-1-worker-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@1eebd198 01:02:41.225 [ForkJoinPool-1-worker-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 01:02:41.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:41.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1b0545d5-1844-4d70-b146-a006ee3b367b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.227 [ForkJoinPool-1-worker-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@55d1c3b 01:02:41.227 [ForkJoinPool-1-worker-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 01:02:41.227 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.228 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:41.271 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4aa949f5-2411-45bc-95e0-da22795f2595","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5cf66667 01:02:41.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4aa949f5-2411-45bc-95e0-da22795f2595","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9fd53bf 01:02:41.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.277 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:41.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4aa949f5-2411-45bc-95e0-da22795f2595","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.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@65ae44cb 01:02:41.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 01:02:41.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.279 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.279 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4aa949f5-2411-45bc-95e0-da22795f2595","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.280 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22771f74 01:02:41.280 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.280 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.353 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4d6fe8dd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4d6fe8dd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1b0545d5-1844-4d70-b146-a006ee3b367b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.496 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ece26d8c-4f61-495b-964b-300cc8e5b4ac","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@519d7750 01:02:41.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.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:41.498 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.498 [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 01:02:41.499 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ece26d8c-4f61-495b-964b-300cc8e5b4ac","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.499 [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@2f9f05de 01:02:41.499 [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 01:02:41.499 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.500 [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 01:02:41.531 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6d1ed5-13f1-4f92-8bf7-60930f1f39d4","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.532 [ForkJoinPool-1-worker-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@6364fdc1 01:02:41.532 [ForkJoinPool-1-worker-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 01:02:41.532 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.533 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:41.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6d1ed5-13f1-4f92-8bf7-60930f1f39d4","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.534 [ForkJoinPool-1-worker-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@5cd835b7 01:02:41.534 [ForkJoinPool-1-worker-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 01:02:41.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.534 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:41.563 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.564 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c50a1a2 01:02:41.564 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.564 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.565 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.566 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.566 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@32b4f92d 01:02:41.566 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.566 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.567 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.567 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:41.567 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ce59117 01:02:41.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57c42b7f 01:02:41.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.571 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:41.571 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c819c3dc-db94-4929-a2ad-17d6422e47a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.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@537dbc4f 01:02:41.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 01:02:41.572 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.573 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c819c3dc-db94-4929-a2ad-17d6422e47a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.574 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1dd0cf17 01:02:41.574 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.574 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.575 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.576 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:41.576 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c819c3dc-db94-4929-a2ad-17d6422e47a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.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@30d7cced 01:02:41.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 01:02:41.576 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.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 01:02:41.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c819c3dc-db94-4929-a2ad-17d6422e47a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.580 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@268ff87 01:02:41.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 01:02:41.581 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.583 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.653 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|6ac44a7e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|6ac44a7e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6d1ed5-13f1-4f92-8bf7-60930f1f39d4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.730 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5a6c9a52, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5a6c9a52, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6d1ed5-13f1-4f92-8bf7-60930f1f39d4, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.772 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7c073d09, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7c073d09, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/82fc975e-70af-4965-a360-cad130826b23","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.830 [ForkJoinPool-1-worker-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@3a08503a 01:02:41.830 [ForkJoinPool-1-worker-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 01:02:41.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:41.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/82fc975e-70af-4965-a360-cad130826b23","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.832 [ForkJoinPool-1-worker-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@29e9c369 01:02:41.832 [ForkJoinPool-1-worker-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 01:02:41.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:41.833 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:41.869 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5c485683, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5c485683, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.880 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/66dd77f1-857c-4323-8af7-14e9c65ce3b6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@558a5bf1 01:02:41.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/66dd77f1-857c-4323-8af7-14e9c65ce3b6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f497520 01:02:41.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.926 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:41.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/66dd77f1-857c-4323-8af7-14e9c65ce3b6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22bce2e6 01:02:41.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/66dd77f1-857c-4323-8af7-14e9c65ce3b6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:41.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40770ebf 01:02:41.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:41.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:41.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:41.940 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|66f0ee95, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|66f0ee95, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2e729221-4bed-425e-a58c-08347f50a082, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:41.954 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|528ed2ba, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|528ed2ba, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/82fc975e-70af-4965-a360-cad130826b23, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5fd59bad-b6ba-4f75-a5a3-122b794ecdab","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.072 [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@5d5db0a6 01:02:42.073 [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 01:02:42.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.074 [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 01:02:42.074 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5fd59bad-b6ba-4f75-a5a3-122b794ecdab","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.074 [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@60d19221 01:02:42.074 [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 01:02:42.074 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.075 [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 01:02:42.080 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b507c821-6c2b-4cde-818b-3846b1bab864","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.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@168e512a 01:02:42.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 01:02:42.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.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 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b507c821-6c2b-4cde-818b-3846b1bab864","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.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@7d918a81 01:02:42.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 01:02:42.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.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@4b763968 01:02:42.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 01:02:42.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.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 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69968f92 01:02:42.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.135 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.136 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:42.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.137 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68ebd223 01:02:42.137 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.137 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.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 01:02: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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/09d8ae9a-b535-45e2-800f-e56df8220395","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.138 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.139 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d8c06de 01:02:42.139 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.139 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.139 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@19e8832f 01:02: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 01:02:42.140 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.141 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.141 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/09d8ae9a-b535-45e2-800f-e56df8220395","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.142 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@781c83c5 01:02:42.142 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:42.142 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.142 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.143 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.144 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:42.144 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/09d8ae9a-b535-45e2-800f-e56df8220395","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.144 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24f1a3c2 01:02:42.144 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.144 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.145 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.145 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/09d8ae9a-b535-45e2-800f-e56df8220395","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.146 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@551b9f7 01:02:42.146 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.146 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.147 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.166 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|41d2a18d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|41d2a18d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b507c821-6c2b-4cde-818b-3846b1bab864, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.280 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3550aed9-f47a-491c-8827-536fc59af423","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.282 [ForkJoinPool-1-worker-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@4e4d7998 01:02:42.282 [ForkJoinPool-1-worker-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 01:02:42.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3550aed9-f47a-491c-8827-536fc59af423","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.284 [ForkJoinPool-1-worker-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@19beac43 01:02:42.284 [ForkJoinPool-1-worker-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 01:02:42.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.285 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5d918710-e4ae-4e43-b23d-a6a2686ad8ea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.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@ce1bb5d 01:02:42.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 01:02:42.356 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.357 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.357 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|16416f3e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|16416f3e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.357 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5d918710-e4ae-4e43-b23d-a6a2686ad8ea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.358 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a86f3ed 01:02:42.358 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.358 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.359 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.360 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5d918710-e4ae-4e43-b23d-a6a2686ad8ea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.360 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22bf0c65 01:02:42.360 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.360 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.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 01:02:42.361 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5d918710-e4ae-4e43-b23d-a6a2686ad8ea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@537d9571 01:02:42.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.362 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.363 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.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 -> 2tg858ah11jfl58sw0v1i|70eb92c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|70eb92c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.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 -> 2tg858ah11jfl58sw0v1i|58ee0620, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|58ee0620, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3550aed9-f47a-491c-8827-536fc59af423, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.563 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7f9dd5a5-3ce1-4a1e-a938-17eb32c38819","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@439b8464 01:02:42.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:42.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7f9dd5a5-3ce1-4a1e-a938-17eb32c38819","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.565 [ForkJoinPool-1-worker-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@7a65de1b 01:02:42.565 [ForkJoinPool-1-worker-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 01:02:42.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.566 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.605 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c398df55-c564-43c4-bb48-cfe633d0a5b8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.606 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@446a4e6c 01:02:42.606 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.606 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.625 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.625 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c398df55-c564-43c4-bb48-cfe633d0a5b8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.626 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@415e60cc 01:02:42.626 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.626 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.627 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.627 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:42.627 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c398df55-c564-43c4-bb48-cfe633d0a5b8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.628 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73c6e79c 01:02:42.628 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.628 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c398df55-c564-43c4-bb48-cfe633d0a5b8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6a00c71f 01:02:42.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.630 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.654 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|2615203c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|2615203c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7f9dd5a5-3ce1-4a1e-a938-17eb32c38819, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.772 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2962b7-59af-4c1e-a00c-3d3f266d28c6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b33bfa5 01:02:42.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:42.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2962b7-59af-4c1e-a00c-3d3f266d28c6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.775 [ForkJoinPool-1-worker-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@5a3f5b95 01:02:42.775 [ForkJoinPool-1-worker-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 01:02:42.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:42.776 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:42.863 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/820acec6-9cb1-4fa7-bb19-57f4a16d5baf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6932eee5 01:02:42.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.864 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/820acec6-9cb1-4fa7-bb19-57f4a16d5baf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62765714 01:02:42.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.867 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.867 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:42.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/820acec6-9cb1-4fa7-bb19-57f4a16d5baf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bcc11b6 01:02:42.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/820acec6-9cb1-4fa7-bb19-57f4a16d5baf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:42.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12642e54 01:02:42.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:42.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:42.870 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:42.927 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|6577aa8a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|6577aa8a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2962b7-59af-4c1e-a00c-3d3f266d28c6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:42.975 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|721d513c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|721d513c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fdac27e6-f70e-4a6c-b080-8b3b9b72ce41, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/28aa3b03-407e-4695-a2bf-30eb9a8ab023","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.025 [ForkJoinPool-1-worker-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@18f0494b 01:02:43.026 [ForkJoinPool-1-worker-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 01:02:43.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/28aa3b03-407e-4695-a2bf-30eb9a8ab023","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.027 [ForkJoinPool-1-worker-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@596f69e5 01:02:43.027 [ForkJoinPool-1-worker-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 01:02:43.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.028 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.080 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8cd95cf6-a7a8-4bdc-a243-c6c79cf0390b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fe6175 01:02:43.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8cd95cf6-a7a8-4bdc-a243-c6c79cf0390b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e80ecd4 01:02:43.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.084 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8cd95cf6-a7a8-4bdc-a243-c6c79cf0390b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@29c153ca 01:02:43.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.085 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.085 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8cd95cf6-a7a8-4bdc-a243-c6c79cf0390b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02: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.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a209b04 01:02:43.086 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.086 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.086 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.088 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2f7822c9-fe32-44fe-879d-4e67c5b19815","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.089 [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@5d4ba332 01:02:43.089 [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 01:02:43.089 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.089 [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 01:02:43.090 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2f7822c9-fe32-44fe-879d-4e67c5b19815","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.090 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@153acbbe 01:02:43.090 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 01:02:43.090 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.091 [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 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.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@486d67ac 01:02:43.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 01:02:43.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.131 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.132 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.132 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38a69018 01:02:43.132 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.132 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.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 01:02:43.133 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4cfc7e 01:02:43.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.134 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|16ffe5e5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|16ffe5e5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/28aa3b03-407e-4695-a2bf-30eb9a8ab023, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.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 01:02:43.134 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.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@4ee35175 01:02:43.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 01:02:43.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.136 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.137 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.217 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1be926ea-08a7-4da4-8577-8d1048e05acb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.224 [ForkJoinPool-1-worker-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@414e2655 01:02:43.224 [ForkJoinPool-1-worker-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 01:02:43.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1be926ea-08a7-4da4-8577-8d1048e05acb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.226 [ForkJoinPool-1-worker-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@bbba3b9 01:02:43.226 [ForkJoinPool-1-worker-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 01:02:43.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.280 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cecf13d7-d49e-4fb2-911b-90cd896ff03d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f6ae68e 01:02:43.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cecf13d7-d49e-4fb2-911b-90cd896ff03d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@648bc34c 01:02:43.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.284 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cecf13d7-d49e-4fb2-911b-90cd896ff03d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e9a581d 01:02:43.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.285 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.285 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cecf13d7-d49e-4fb2-911b-90cd896ff03d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c7eb29d 01:02:43.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.332 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|66ce7024, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|66ce7024, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1be926ea-08a7-4da4-8577-8d1048e05acb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.362 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5784a2e8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5784a2e8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.424 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6509f5-0785-4fdd-ad66-9940ef8dc463","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.425 [ForkJoinPool-1-worker-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@ca08fa9 01:02:43.425 [ForkJoinPool-1-worker-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 01:02:43.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.426 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.426 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6509f5-0785-4fdd-ad66-9940ef8dc463","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.426 [ForkJoinPool-1-worker-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@6adc95e3 01:02:43.426 [ForkJoinPool-1-worker-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 01:02:43.426 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.427 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.427 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5d5632dd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5d5632dd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.446 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|10cc60a1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|10cc60a1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aead7ce9-080e-4f7b-8b92-aad63f0a9a94, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.461 [vert.x-eventloop-thread-0] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9e9c5100-6256-4408-beb3-432ed3928e3c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@705caee6 01:02:43.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.465 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9e9c5100-6256-4408-beb3-432ed3928e3c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@511fde00 01:02:43.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.467 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9e9c5100-6256-4408-beb3-432ed3928e3c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.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@1cdd2586 01:02:43.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 01:02:43.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9e9c5100-6256-4408-beb3-432ed3928e3c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6535727d 01:02:43.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.468 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.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 01:02:43.534 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|1e3419cd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1e3419cd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2b6509f5-0785-4fdd-ad66-9940ef8dc463, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fbb7f9d8-8546-4387-a2fb-94dedeb4ed1a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.589 [ForkJoinPool-1-worker-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@37e4f570 01:02:43.589 [ForkJoinPool-1-worker-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 01:02:43.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fbb7f9d8-8546-4387-a2fb-94dedeb4ed1a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.624 [ForkJoinPool-1-worker-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@1c63974a 01:02:43.624 [ForkJoinPool-1-worker-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 01:02:43.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.625 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.664 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5ba548b-2ca5-4dcd-98d2-9e7373ab611c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.665 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bb48a72 01:02:43.665 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.665 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.666 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.666 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5ba548b-2ca5-4dcd-98d2-9e7373ab611c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7ded9f0 01:02:43.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.668 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.668 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5ba548b-2ca5-4dcd-98d2-9e7373ab611c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.668 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3cf810ae 01:02:43.668 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.668 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.669 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5ba548b-2ca5-4dcd-98d2-9e7373ab611c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@743e21f5 01:02:43.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.671 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e6895bf-6dcc-49ad-9033-4c26b9fe103c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.714 [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@20cfef8 01:02:43.714 [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 01:02:43.714 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.724 [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 01:02:43.724 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e6895bf-6dcc-49ad-9033-4c26b9fe103c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.724 [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@14e2e88b 01:02:43.724 [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 01:02:43.724 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.727 [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 01:02:43.731 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|72be89fe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|72be89fe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fbb7f9d8-8546-4387-a2fb-94dedeb4ed1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.756 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|3a130cae, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|3a130cae, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fbb7f9d8-8546-4387-a2fb-94dedeb4ed1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.764 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af919bbd-cba6-41b1-a951-253d46335d3e","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.765 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e04916b 01:02:43.765 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.765 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.766 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.766 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af919bbd-cba6-41b1-a951-253d46335d3e","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.767 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@37625cfa 01:02:43.767 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.767 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.767 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.768 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.768 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af919bbd-cba6-41b1-a951-253d46335d3e","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.768 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4133359f 01:02:43.768 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.768 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02: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 01:02: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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af919bbd-cba6-41b1-a951-253d46335d3e","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.769 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fd292fe 01:02:43.769 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.769 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.770 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.771 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/88d32587-f7a3-48ba-a992-f5c768a69adb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.806 [ForkJoinPool-1-worker-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@254d398d 01:02:43.806 [ForkJoinPool-1-worker-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 01:02:43.806 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/88d32587-f7a3-48ba-a992-f5c768a69adb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.824 [ForkJoinPool-1-worker-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@7a6ca5e6 01:02:43.824 [ForkJoinPool-1-worker-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 01:02:43.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:43.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d7683d6-bc1c-4b0e-96dd-6b8755cc84a1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26a973e7 01:02:43.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.865 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d7683d6-bc1c-4b0e-96dd-6b8755cc84a1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46fb2bca 01:02:43.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.866 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.867 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d7683d6-bc1c-4b0e-96dd-6b8755cc84a1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.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@52284f1b 01:02:43.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 01:02:43.867 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.868 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d7683d6-bc1c-4b0e-96dd-6b8755cc84a1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:43.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ec3ef4f 01:02:43.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:43.869 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:43.870 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:43.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 -> 2tg858ah11jfl58sw0v1i|1f83b259, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1f83b259, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/88d32587-f7a3-48ba-a992-f5c768a69adb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:43.962 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:43.976 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|53fde7a6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|53fde7a6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af919bbd-cba6-41b1-a951-253d46335d3e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8047ca1c-6ac2-4b3e-b27b-aa80231f21e1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.027 [ForkJoinPool-1-worker-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@40729a3f 01:02:44.027 [ForkJoinPool-1-worker-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 01:02:44.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.028 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.028 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8047ca1c-6ac2-4b3e-b27b-aa80231f21e1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.029 [ForkJoinPool-1-worker-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@16df8b27 01:02:44.029 [ForkJoinPool-1-worker-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 01:02:44.029 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.029 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.042 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5f958f2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5f958f2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af919bbd-cba6-41b1-a951-253d46335d3e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.064 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a131a7d1-ac4a-42ff-9284-6f9df032229f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.065 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24b36806 01:02:44.065 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.065 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.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 01:02:44.066 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a131a7d1-ac4a-42ff-9284-6f9df032229f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.067 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@294b2102 01:02:44.067 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.067 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.068 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a131a7d1-ac4a-42ff-9284-6f9df032229f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3255b7f 01:02:44.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a131a7d1-ac4a-42ff-9284-6f9df032229f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38369f04 01:02:44.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.070 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.071 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.132 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|524ea32b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|524ea32b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8047ca1c-6ac2-4b3e-b27b-aa80231f21e1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.151 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4a226e23, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4a226e23, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8047ca1c-6ac2-4b3e-b27b-aa80231f21e1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.222 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d232b0a8-d5c2-41f9-b722-0443895c77b2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.224 [ForkJoinPool-1-worker-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@5b9c5275 01:02:44.224 [ForkJoinPool-1-worker-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 01:02:44.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d232b0a8-d5c2-41f9-b722-0443895c77b2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.225 [ForkJoinPool-1-worker-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@7348fac7 01:02:44.225 [ForkJoinPool-1-worker-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 01:02:44.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58472e80-2748-4f6e-8a75-3d3a8965fea8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.231 [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@18131f79 01:02:44.231 [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 01:02:44.231 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.232 [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 01:02:44.232 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58472e80-2748-4f6e-8a75-3d3a8965fea8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.232 [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@3c10ee9a 01:02:44.232 [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 01:02:44.232 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.233 [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 01:02:44.272 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/238c999e-3e26-47cc-88b7-8e20e046baf0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42bf0f38 01:02:44.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.273 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/238c999e-3e26-47cc-88b7-8e20e046baf0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@750fe362 01:02:44.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.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 01:02:44.275 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/238c999e-3e26-47cc-88b7-8e20e046baf0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@118aba98 01:02:44.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/238c999e-3e26-47cc-88b7-8e20e046baf0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.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@1b30ac52 01:02:44.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 01:02:44.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.281 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f7c391af-f051-42bd-9744-669e013a9339","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.281 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d7210aa 01:02:44.281 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.281 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.282 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f7c391af-f051-42bd-9744-669e013a9339","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.282 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@10bb3a74 01:02:44.282 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.282 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.283 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.283 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f7c391af-f051-42bd-9744-669e013a9339","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e112c0e 01:02:44.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.284 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f7c391af-f051-42bd-9744-669e013a9339","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.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@4bfde7a3 01:02:44.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 01:02:44.285 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.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 01:02:44.293 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5ca4b8f4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5ca4b8f4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d232b0a8-d5c2-41f9-b722-0443895c77b2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.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 -> 2tg858ah11jfl58sw0v1i|7c61e706, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7c61e706, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f7c391af-f051-42bd-9744-669e013a9339, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.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 -> 2tg858ah11jfl58sw0v1i|1a202b56, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1a202b56, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f7c391af-f051-42bd-9744-669e013a9339, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c40c4d88-6422-4ca8-8cc3-59cca135cf7b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.381 [ForkJoinPool-1-worker-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@7e9a4c50 01:02:44.382 [ForkJoinPool-1-worker-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 01:02:44.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c40c4d88-6422-4ca8-8cc3-59cca135cf7b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76ad86f7 01:02:44.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.ManagementStore, name: base.h2.sql.yaml, input: null 01:02:44.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.422 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c32ea2b4-41d6-4a7d-9d0f-fa64c19b641c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.423 [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@144021a4 01:02:44.423 [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 01:02:44.423 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.423 [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 01:02:44.424 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c32ea2b4-41d6-4a7d-9d0f-fa64c19b641c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.424 [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@6d8da60a 01:02:44.424 [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 01:02:44.424 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.424 [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 01:02:44.431 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c14826e-4c8f-4b25-a194-28a3a147d600","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.431 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1f077bf4 01:02:44.432 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.432 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.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 01:02:44.432 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c14826e-4c8f-4b25-a194-28a3a147d600","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.433 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3678d7ea 01:02:44.433 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.433 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.433 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.434 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.434 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c14826e-4c8f-4b25-a194-28a3a147d600","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.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@3b80bfdc 01:02:44.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 01:02:44.434 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.435 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.435 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c14826e-4c8f-4b25-a194-28a3a147d600","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.435 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@918fc62 01:02:44.435 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.435 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.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 01:02:44.451 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|48609c3c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|48609c3c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c40c4d88-6422-4ca8-8cc3-59cca135cf7b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4d24e31a 01:02:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.456 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.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 01:02:44.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.459 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45203916 01:02:44.459 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.459 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.460 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.461 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.461 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.462 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@753e9818 01:02:44.462 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.462 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6071dc37 01:02:44.464 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.464 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.464 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.479 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|ac0ac1c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|ac0ac1c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c909d058-21e8-4dc9-9fe8-7f768e11880f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.528 [ForkJoinPool-1-worker-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@72b03bf9 01:02:44.528 [ForkJoinPool-1-worker-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 01:02:44.528 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.530 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c909d058-21e8-4dc9-9fe8-7f768e11880f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.530 [ForkJoinPool-1-worker-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@6f4bb3e3 01:02:44.530 [ForkJoinPool-1-worker-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 01:02:44.530 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.531 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.564 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/59f017cb-95d7-4f26-8b81-5a39355dbad6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f74943b 01:02:44.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.565 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.566 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.567 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/59f017cb-95d7-4f26-8b81-5a39355dbad6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.567 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36c47957 01:02:44.567 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.567 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.568 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.568 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.568 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/59f017cb-95d7-4f26-8b81-5a39355dbad6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.568 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d89c04a 01:02:44.568 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.568 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.569 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.569 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/59f017cb-95d7-4f26-8b81-5a39355dbad6","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.570 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5cd77c97 01:02:44.570 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.570 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.570 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.586 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7d6a7ff6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7d6a7ff6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c909d058-21e8-4dc9-9fe8-7f768e11880f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.645 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|39193d23, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|39193d23, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c909d058-21e8-4dc9-9fe8-7f768e11880f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.689 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c29f658-1bbe-4bc4-8313-43965f6b396a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.724 [ForkJoinPool-1-worker-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@20db80ca 01:02:44.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:44.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c29f658-1bbe-4bc4-8313-43965f6b396a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.726 [ForkJoinPool-1-worker-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@43788591 01:02:44.726 [ForkJoinPool-1-worker-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 01:02:44.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.727 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b2eba5c3-cc2d-42a5-ace9-31dcb250c523","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d12a1b4 01:02:44.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b2eba5c3-cc2d-42a5-ace9-31dcb250c523","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c1e8327 01:02:44.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.768 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.768 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:44.768 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b2eba5c3-cc2d-42a5-ace9-31dcb250c523","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@8e908b6 01:02:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.769 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b2eba5c3-cc2d-42a5-ace9-31dcb250c523","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.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@3a415cc5 01:02:44.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 01:02:44.770 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:44.771 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:44.787 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|53ba7721, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|53ba7721, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c29f658-1bbe-4bc4-8313-43965f6b396a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.858 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|255cc936, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|255cc936, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.860 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|62169fda, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|62169fda, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c29f658-1bbe-4bc4-8313-43965f6b396a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.906 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3798f311-9877-482f-96d8-d5833024a538","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.924 [ForkJoinPool-1-worker-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@1d8aba5c 01:02:44.924 [ForkJoinPool-1-worker-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 01:02:44.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3798f311-9877-482f-96d8-d5833024a538","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.926 [ForkJoinPool-1-worker-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@11178938 01:02:44.926 [ForkJoinPool-1-worker-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 01:02:44.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:44.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:44.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 -> 2tg858ah11jfl58sw0v1i|92d6f70, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|92d6f70, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0382b9e8-489c-4967-9588-8e4e94c630a3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:44.998 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/edf947ad-67fc-4f5d-aca6-593efcdff9b5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:44.999 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2bf8dabc 01:02:44.999 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:44.999 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.000 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.000 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/edf947ad-67fc-4f5d-aca6-593efcdff9b5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75afbfc3 01:02:45.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.001 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.002 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/edf947ad-67fc-4f5d-aca6-593efcdff9b5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d6b3815 01:02:45.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/edf947ad-67fc-4f5d-aca6-593efcdff9b5","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52474eea 01:02:45.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.003 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.004 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.006 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ed34b446-91dd-49f1-83f8-82035597dd5f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.024 [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@750e50d9 01:02:45.024 [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 01:02:45.024 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.025 [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 01:02:45.025 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ed34b446-91dd-49f1-83f8-82035597dd5f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.025 [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@65e05abc 01:02:45.025 [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 01:02:45.025 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.026 [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 01:02:45.039 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|70b6b43a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|70b6b43a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3798f311-9877-482f-96d8-d5833024a538, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.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@1b823639 01:02:45.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 01:02:45.065 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.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 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0","user":null,"driver_class":"org.h2.Driver"} - table: null [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.934 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 01:02:45.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@767a6d2 01:02:45.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 01:02:45.068 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.068 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.069 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3eead408 01:02:45.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.069 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.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 [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.072 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@14d6f64a 01:02:45.072 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.072 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.073 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.074 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5daf2b60-5e21-4af4-af28-654ec8cc1824","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.157 [ForkJoinPool-1-worker-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@370afb68 01:02:45.157 [ForkJoinPool-1-worker-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 01:02:45.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5daf2b60-5e21-4af4-af28-654ec8cc1824","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.159 [ForkJoinPool-1-worker-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@22f15eee 01:02:45.159 [ForkJoinPool-1-worker-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 01:02:45.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.190 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e29c14a9-8d0c-410f-958c-1ae987ddd18c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.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@15fcbd0b 01:02:45.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 01:02:45.190 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.191 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.191 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e29c14a9-8d0c-410f-958c-1ae987ddd18c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.192 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@181f48b6 01:02:45.192 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.192 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.192 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.193 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.193 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e29c14a9-8d0c-410f-958c-1ae987ddd18c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.193 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@275c7c3b 01:02:45.193 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.193 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.194 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.194 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e29c14a9-8d0c-410f-958c-1ae987ddd18c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.194 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6eb4a458 01:02:45.194 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.194 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.195 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.230 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4bb266af, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4bb266af, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e29c14a9-8d0c-410f-958c-1ae987ddd18c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.231 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.290 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b8c0685d-a31b-414f-a87e-1b7a5d2e1fea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.291 [ForkJoinPool-1-worker-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@1db9b2e4 01:02:45.291 [ForkJoinPool-1-worker-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 01:02:45.291 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.292 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.292 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b8c0685d-a31b-414f-a87e-1b7a5d2e1fea","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.292 [ForkJoinPool-1-worker-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@5828bac1 01:02:45.292 [ForkJoinPool-1-worker-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 01:02:45.293 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.293 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d29af06a-ca30-4a9b-92c1-f240fbc83da1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.332 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26551148 01:02:45.332 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.332 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d29af06a-ca30-4a9b-92c1-f240fbc83da1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e072e6b 01:02:45.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.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 01:02:45.334 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d29af06a-ca30-4a9b-92c1-f240fbc83da1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.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@2b51ed9e 01:02:45.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 01:02:45.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d29af06a-ca30-4a9b-92c1-f240fbc83da1","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.336 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f541bb7 01:02:45.336 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.336 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.336 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.350 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7d8d8005, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7d8d8005, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d29af06a-ca30-4a9b-92c1-f240fbc83da1, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6a3f004f-5808-43a4-b4da-ce5b300364ab","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.465 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a14ab87 01:02:45.465 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:45.465 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.466 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6a3f004f-5808-43a4-b4da-ce5b300364ab","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.467 [ForkJoinPool-1-worker-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@51489e7c 01:02:45.467 [ForkJoinPool-1-worker-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 01:02:45.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.467 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.498 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e76a996e-33de-4dff-b51d-14773a1db660","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.498 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d80ef52 01:02:45.498 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.499 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.524 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.524 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e76a996e-33de-4dff-b51d-14773a1db660","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.524 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35dec9c1 01:02:45.524 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.524 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.525 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.525 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.525 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e76a996e-33de-4dff-b51d-14773a1db660","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e46cabb 01:02:45.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e76a996e-33de-4dff-b51d-14773a1db660","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5987602e 01:02:45.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.541 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7ce907e8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7ce907e8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e76a996e-33de-4dff-b51d-14773a1db660, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.598 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/83de5464-ddd1-4c63-8b05-8b8186db51ba","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.599 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1fffc87c 01:02:45.599 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:45.599 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/83de5464-ddd1-4c63-8b05-8b8186db51ba","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.624 [ForkJoinPool-1-worker-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@1c3ae7d3 01:02:45.625 [ForkJoinPool-1-worker-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 01:02:45.625 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.625 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4ae33b57-2f03-440e-8451-5ccfc3e996be","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.657 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5acf5f91 01:02:45.657 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.657 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4ae33b57-2f03-440e-8451-5ccfc3e996be","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d7f78ab 01:02:45.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.659 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4ae33b57-2f03-440e-8451-5ccfc3e996be","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@59189148 01:02:45.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4ae33b57-2f03-440e-8451-5ccfc3e996be","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.661 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@19837c26 01:02:45.661 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.661 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.661 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.675 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|116c4e9e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|116c4e9e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4ae33b57-2f03-440e-8451-5ccfc3e996be, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.730 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|38717d4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|38717d4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4ae33b57-2f03-440e-8451-5ccfc3e996be, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/934cf22b-0b77-4adf-a4ca-f816a074ac44","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@733bd274 01:02:45.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:45.774 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/934cf22b-0b77-4adf-a4ca-f816a074ac44","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.775 [ForkJoinPool-1-worker-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@6efa5e34 01:02:45.775 [ForkJoinPool-1-worker-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 01:02:45.775 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.776 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4918243c-0ad8-4460-b4bf-f48fc5efa318","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.807 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e8fb29c 01:02:45.807 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.807 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.808 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.808 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4918243c-0ad8-4460-b4bf-f48fc5efa318","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3b0cbc58 01:02:45.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.825 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:45.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4918243c-0ad8-4460-b4bf-f48fc5efa318","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d0fb710 01:02:45.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4918243c-0ad8-4460-b4bf-f48fc5efa318","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77bcfbd5 01:02:45.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:45.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:45.827 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:45.843 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|68c3de90, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|68c3de90, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4918243c-0ad8-4460-b4bf-f48fc5efa318, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.862 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|46ef0983, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|46ef0983, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4918243c-0ad8-4460-b4bf-f48fc5efa318, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:45.965 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74b0e74a-fe2d-401a-9d44-3556ae3f5ef8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.965 [ForkJoinPool-1-worker-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@5f7119cd 01:02:45.965 [ForkJoinPool-1-worker-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 01:02:45.965 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:45.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74b0e74a-fe2d-401a-9d44-3556ae3f5ef8","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:45.967 [ForkJoinPool-1-worker-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@12835b99 01:02:45.967 [ForkJoinPool-1-worker-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 01:02:45.967 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:45.967 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f74ac557-10a8-4b2f-a4af-490259c2c356","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@18b6293f 01:02:46.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.015 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f74ac557-10a8-4b2f-a4af-490259c2c356","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6f3e8ac7 01:02:46.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.024 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.025 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:46.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f74ac557-10a8-4b2f-a4af-490259c2c356","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2d5b7c6d 01:02:46.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f74ac557-10a8-4b2f-a4af-490259c2c356","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1908b278 01:02:46.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.041 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|6c11e821, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|6c11e821, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f74ac557-10a8-4b2f-a4af-490259c2c356, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.098 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/bda6a61c-a4d4-4aea-a407-799f5e3a2cbd","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.099 [ForkJoinPool-1-worker-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@1c263de8 01:02:46.124 [ForkJoinPool-1-worker-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 01:02:46.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/bda6a61c-a4d4-4aea-a407-799f5e3a2cbd","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.125 [ForkJoinPool-1-worker-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@1b01ba4d 01:02:46.125 [ForkJoinPool-1-worker-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 01:02:46.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b189b458-b9ad-49fa-9156-82343cc4da50","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.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@2f5a3155 01:02:46.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 01:02:46.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.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 01:02:46.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b189b458-b9ad-49fa-9156-82343cc4da50","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.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@3865a231 01:02:46.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 01:02:46.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.160 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:46.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b189b458-b9ad-49fa-9156-82343cc4da50","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.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@104cdd9a 01:02:46.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b189b458-b9ad-49fa-9156-82343cc4da50","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.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@6bcdb10e 01:02:46.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 01:02:46.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.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 01:02:46.175 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|29e947d0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|29e947d0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b189b458-b9ad-49fa-9156-82343cc4da50, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.265 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74e073f3-a032-45c9-8c7a-847bad327803","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.266 [ForkJoinPool-1-worker-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@6d4ca252 01:02:46.266 [ForkJoinPool-1-worker-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 01:02:46.266 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.266 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.266 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74e073f3-a032-45c9-8c7a-847bad327803","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.267 [ForkJoinPool-1-worker-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@109f1a15 01:02:46.267 [ForkJoinPool-1-worker-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 01:02:46.267 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.267 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.298 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/87828f0d-a32f-4ab1-8331-f9945019f699","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.299 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@52e118dd 01:02:46.299 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.299 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.324 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.324 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/87828f0d-a32f-4ab1-8331-f9945019f699","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.325 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1caad3b6 01:02:46.325 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.325 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.326 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:46.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/87828f0d-a32f-4ab1-8331-f9945019f699","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@77cbd5c3 01:02:46.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/87828f0d-a32f-4ab1-8331-f9945019f699","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@240f9a38 01:02:46.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.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 01:02:46.340 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|519d2abe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|519d2abe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/87828f0d-a32f-4ab1-8331-f9945019f699, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.390 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/17802e79-889a-48af-b869-9f308243b06d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@562da090 01:02:46.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:46.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.424 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.424 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/17802e79-889a-48af-b869-9f308243b06d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.425 [ForkJoinPool-1-worker-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@488f1cc1 01:02:46.425 [ForkJoinPool-1-worker-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 01:02:46.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.426 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.457 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fda96ee1-6949-45c3-9f6b-9fbfd13ed633","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a29786c 01:02:46.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fda96ee1-6949-45c3-9f6b-9fbfd13ed633","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c285522 01:02:46.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.460 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02: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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fda96ee1-6949-45c3-9f6b-9fbfd13ed633","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64d64881 01:02:46.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fda96ee1-6949-45c3-9f6b-9fbfd13ed633","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@178e1b81 01:02:46.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.462 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.475 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|58dff949, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|58dff949, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fda96ee1-6949-45c3-9f6b-9fbfd13ed633, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ed87288e-d39a-4558-84fa-9a1e57e1692f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.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@4d72460a 01:02:46.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 01:02:46.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.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 01:02:46.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ed87288e-d39a-4558-84fa-9a1e57e1692f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.560 [ForkJoinPool-1-worker-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@56787f47 01:02:46.560 [ForkJoinPool-1-worker-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 01:02:46.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.590 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30213c14-3c06-412a-945f-36cee54e7396","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@447566f6 01:02:46.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.592 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.592 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30213c14-3c06-412a-945f-36cee54e7396","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67015620 01:02:46.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.593 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:46.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30213c14-3c06-412a-945f-36cee54e7396","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.594 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7b744861 01:02:46.594 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.594 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.594 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.595 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30213c14-3c06-412a-945f-36cee54e7396","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.595 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@262b145c 01:02:46.595 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.595 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.595 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.649 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|748fa141, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|748fa141, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30213c14-3c06-412a-945f-36cee54e7396, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.680 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|266b3533, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|266b3533, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30213c14-3c06-412a-945f-36cee54e7396, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.765 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dff4d2fd-a0a6-455e-8a75-45f426f68d03","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25fb9403 01:02:46.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:46.766 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dff4d2fd-a0a6-455e-8a75-45f426f68d03","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.767 [ForkJoinPool-1-worker-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@e61635e 01:02:46.767 [ForkJoinPool-1-worker-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 01:02:46.767 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.768 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.799 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c4985ef-31a2-4a87-b65b-366229e291f7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@570b56a0 01:02:46.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c4985ef-31a2-4a87-b65b-366229e291f7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3659b276 01:02:46.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.828 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:46.829 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c4985ef-31a2-4a87-b65b-366229e291f7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.829 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6be24c31 01:02:46.829 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.829 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c4985ef-31a2-4a87-b65b-366229e291f7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@509e1174 01:02:46.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.848 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|41c410b1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|41c410b1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.851 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5f7562e7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5f7562e7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9c4985ef-31a2-4a87-b65b-366229e291f7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.865 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|50edbb5d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|50edbb5d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1681d0b8-3ac5-4876-8fce-58a10bb5b850","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.927 [ForkJoinPool-1-worker-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@4e270070 01:02:46.927 [ForkJoinPool-1-worker-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 01:02:46.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1681d0b8-3ac5-4876-8fce-58a10bb5b850","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.929 [ForkJoinPool-1-worker-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@1b37fc17 01:02:46.929 [ForkJoinPool-1-worker-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 01:02:46.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:46.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:46.934 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|3841ccad, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|3841ccad, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/84b22a90-afd9-4be6-a1b5-c85fb35e35a0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:46.965 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a60bda4d-dace-479b-8ccc-23d64c8f4d25","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3767dd01 01:02:46.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.966 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.967 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.968 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a60bda4d-dace-479b-8ccc-23d64c8f4d25","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.968 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f58c34 01:02:46.968 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.968 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.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 01:02:46.969 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:46.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a60bda4d-dace-479b-8ccc-23d64c8f4d25","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.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@2418ed07 01:02:46.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 01:02:46.970 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.970 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:46.970 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a60bda4d-dace-479b-8ccc-23d64c8f4d25","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:46.971 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@781484aa 01:02:46.971 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:46.971 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:46.972 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/df3b9f45-f146-4db7-a91b-5572db942a9a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.034 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a4bef1e 01:02:47.034 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:47.034 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.035 [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 01:02:47.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/df3b9f45-f146-4db7-a91b-5572db942a9a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.035 [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@6678344d 01:02:47.035 [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 01:02:47.035 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.036 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.040 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|75ffa003, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|75ffa003, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a60bda4d-dace-479b-8ccc-23d64c8f4d25, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.099 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.099 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54a00c1c 01:02:47.099 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.099 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.100 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.100 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d87cc7 01:02:47.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.101 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.102 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1387b570 01:02:47.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.102 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.103 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ed9c087 01:02:47.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.104 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.105 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.105 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.107 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7333ed63-a59a-4a6d-bd1d-417666d8bd19","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.124 [ForkJoinPool-1-worker-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@7924f129 01:02:47.124 [ForkJoinPool-1-worker-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 01:02:47.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7333ed63-a59a-4a6d-bd1d-417666d8bd19","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.126 [ForkJoinPool-1-worker-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@cfb9032 01:02:47.126 [ForkJoinPool-1-worker-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 01:02:47.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.157 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0727e6d5-a1d9-40c5-aec7-97b7da5c5921","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a22735f 01:02:47.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.158 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0727e6d5-a1d9-40c5-aec7-97b7da5c5921","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.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@15e2134 01:02:47.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 01:02:47.159 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.160 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.160 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0727e6d5-a1d9-40c5-aec7-97b7da5c5921","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.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@7649acc 01:02:47.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 01:02:47.161 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.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 01:02:47.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0727e6d5-a1d9-40c5-aec7-97b7da5c5921","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b12d71d 01:02:47.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.162 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.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 01:02:47.177 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|1d445166, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1d445166, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0727e6d5-a1d9-40c5-aec7-97b7da5c5921, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.243 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|3f713914, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|3f713914, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0727e6d5-a1d9-40c5-aec7-97b7da5c5921, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.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 -> 2tg858ah11jfl58sw0v1i|347749f5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|347749f5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8e85ce87-82e3-46a0-9608-7b1fbdf11114","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.329 [ForkJoinPool-1-worker-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@245bd9c4 01:02:47.329 [ForkJoinPool-1-worker-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 01:02:47.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8e85ce87-82e3-46a0-9608-7b1fbdf11114","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@24851d17 01:02:47.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.ManagementStore, name: base.h2.sql.yaml, input: null 01:02:47.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.345 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|55174765, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|55174765, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.365 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|125fa98c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|125fa98c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2aff583e-3b1a-45ab-b1cf-710a8094485a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.374 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5e70e1f-7699-467a-8248-5da44ae92c36","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.375 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@180e0299 01:02:47.375 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.375 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.376 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.376 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5e70e1f-7699-467a-8248-5da44ae92c36","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@395ee966 01:02:47.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02: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 01:02:47.383 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5e70e1f-7699-467a-8248-5da44ae92c36","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@50d5d674 01:02:47.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.384 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5e70e1f-7699-467a-8248-5da44ae92c36","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.385 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@196db0ed 01:02:47.385 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.385 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.386 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.416 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b4b12696-44ed-40b7-bd0e-180cf169698d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.424 [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@67b3c647 01:02:47.424 [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 01:02:47.424 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.425 [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 01:02:47.425 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b4b12696-44ed-40b7-bd0e-180cf169698d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.425 [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@3f856375 01:02:47.425 [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 01:02:47.425 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.426 [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 01:02:47.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 -> 2tg858ah11jfl58sw0v1i|4790b5fb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4790b5fb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5e70e1f-7699-467a-8248-5da44ae92c36, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.457 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5151dcc4 01:02:47.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.458 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.459 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.460 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@cec50c3 01:02:47.460 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.460 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.461 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.461 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.461 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.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@1915bcda 01:02:47.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 01:02:47.462 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.462 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.462 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@433fe3f5 01:02:47.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.463 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.464 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.465 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|1d4f45a8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1d4f45a8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5e70e1f-7699-467a-8248-5da44ae92c36, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.558 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fd7a005f-995b-4e75-8778-0878f89cd0fb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1969fa2b 01:02:47.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:47.559 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fd7a005f-995b-4e75-8778-0878f89cd0fb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.560 [ForkJoinPool-1-worker-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@2b9a7823 01:02:47.560 [ForkJoinPool-1-worker-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 01:02:47.560 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.561 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.599 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0bb40209-c63a-4b47-92d0-56ed6c666e20","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.600 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1cc9d14 01:02:47.600 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.600 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.601 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.601 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0bb40209-c63a-4b47-92d0-56ed6c666e20","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.601 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@f505801 01:02:47.602 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.602 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.602 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.603 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.603 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0bb40209-c63a-4b47-92d0-56ed6c666e20","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.603 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ed04afc 01:02:47.603 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.603 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.604 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.604 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0bb40209-c63a-4b47-92d0-56ed6c666e20","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.604 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@678fad87 01:02:47.604 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.604 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.605 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.657 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7d0f940d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7d0f940d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.659 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|a0a21be, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|a0a21be, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0bb40209-c63a-4b47-92d0-56ed6c666e20, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.680 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7cfd70ef, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7cfd70ef, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.707 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/593c93bb-e499-455b-b456-ecd1a36f486a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.724 [ForkJoinPool-1-worker-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@510f9ce7 01:02:47.724 [ForkJoinPool-1-worker-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 01:02:47.724 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/593c93bb-e499-455b-b456-ecd1a36f486a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@78f8f07a 01:02:47.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 01:02:47.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.738 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5a729101, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5a729101, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1150531f-67b1-4b25-91d5-e6766458eaf7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.757 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1977714b-eb7b-486b-8529-88a7ac828986","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.758 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@227e7b49 01:02:47.758 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.758 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.759 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.759 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1977714b-eb7b-486b-8529-88a7ac828986","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.759 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54d14d4b 01:02:47.759 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.759 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.760 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.760 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.760 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1977714b-eb7b-486b-8529-88a7ac828986","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.760 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ee79523 01:02:47.760 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.760 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.761 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.761 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1977714b-eb7b-486b-8529-88a7ac828986","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.761 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ec5ede4 01:02:47.761 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.761 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.762 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.777 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|1a613100, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1a613100, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1977714b-eb7b-486b-8529-88a7ac828986, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.825 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c500c233-8ab9-4cd6-927d-9d7338bb3227","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.826 [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@27ba3f98 01:02:47.826 [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 01:02:47.826 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.827 [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 01:02:47.827 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c500c233-8ab9-4cd6-927d-9d7338bb3227","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.828 [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@3f4e3093 01:02:47.828 [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 01:02:47.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.829 [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 01:02:47.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.875 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c4857b0 01:02:47.875 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.875 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.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@6bda2b73 01:02:47.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 01:02:47.876 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.877 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.877 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.877 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.877 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1fc74eff 01:02:47.877 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.877 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.878 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.878 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.878 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1bf44eea 01:02:47.878 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.878 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.879 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.879 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/424b6b6d-717d-4d62-9938-86c3e13cd9f2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62892de5 01:02:47.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:47.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/424b6b6d-717d-4d62-9938-86c3e13cd9f2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.885 [ForkJoinPool-1-worker-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@1df6d221 01:02:47.885 [ForkJoinPool-1-worker-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 01:02:47.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:47.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:47.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ff887477-db38-4902-8443-6b77fe2d3ddb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c8cc10a 01:02:47.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.924 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ff887477-db38-4902-8443-6b77fe2d3ddb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7044e722 01:02:47.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.925 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.926 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:47.926 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ff887477-db38-4902-8443-6b77fe2d3ddb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2cdd5161 01:02:47.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ff887477-db38-4902-8443-6b77fe2d3ddb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:47.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e24f915 01:02:47.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:47.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:47.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:47.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 -> 2tg858ah11jfl58sw0v1i|5544c688, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5544c688, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ff887477-db38-4902-8443-6b77fe2d3ddb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:47.974 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|115cf6b8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|115cf6b8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ff887477-db38-4902-8443-6b77fe2d3ddb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.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 -> 2tg858ah11jfl58sw0v1i|5e30d01a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5e30d01a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.059 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1d12904-5fb1-4960-8bb1-0ae4837988bb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.059 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@259ab12 01:02:48.059 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 01:02:48.059 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.060 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.060 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1d12904-5fb1-4960-8bb1-0ae4837988bb","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.060 [ForkJoinPool-1-worker-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@65e8e5dc 01:02:48.060 [ForkJoinPool-1-worker-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 01:02:48.060 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.061 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.074 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|762e3c3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|762e3c3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.092 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74f4158a-a40b-43dc-86f4-59f7cd64f192","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@368e2fb0 01:02:48.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.124 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.125 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|16f95a78, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|16f95a78, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b7859e87-2170-4d22-850c-302f31aa6a1d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74f4158a-a40b-43dc-86f4-59f7cd64f192","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75cb34b 01:02:48.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.127 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.127 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74f4158a-a40b-43dc-86f4-59f7cd64f192","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.127 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35a18b0f 01:02:48.127 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.127 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.128 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74f4158a-a40b-43dc-86f4-59f7cd64f192","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.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@64af7564 01:02:48.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.h2.sql.yaml, input: null 01:02:48.128 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.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 01:02:48.147 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4b70dafb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4b70dafb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/74f4158a-a40b-43dc-86f4-59f7cd64f192, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.166 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/94010f2e-984e-4f6a-827d-f062273a2963","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.167 [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@625367fe 01:02:48.167 [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 01:02:48.167 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.168 [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 01:02:48.168 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/94010f2e-984e-4f6a-827d-f062273a2963","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.168 [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@aea34f3 01:02:48.168 [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 01:02:48.168 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.169 [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 01:02:48.199 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/829da290-ed6c-423b-94dd-386e2ee6db38","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.200 [ForkJoinPool-1-worker-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@13d5e62c 01:02:48.200 [ForkJoinPool-1-worker-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 01:02:48.200 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/829da290-ed6c-423b-94dd-386e2ee6db38","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.224 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.225 [ForkJoinPool-1-worker-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@4156b01e 01:02:48.225 [ForkJoinPool-1-worker-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 01:02:48.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.225 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b7d3506 01:02:48.225 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.225 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.239 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.239 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.239 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1eb3d77 01:02:48.239 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.239 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.240 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.240 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.241 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@177e3a1a 01:02:48.241 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.241 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4411fdf7 01:02:48.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.242 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.243 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.258 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|7ea85e12, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|7ea85e12, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.274 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|2687026c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|2687026c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.274 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d90900e0-1cd4-4752-ab99-fe58e743fa5c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e6b9906 01:02:48.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.275 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d90900e0-1cd4-4752-ab99-fe58e743fa5c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3350ee63 01:02:48.276 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.277 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.277 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d90900e0-1cd4-4752-ab99-fe58e743fa5c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.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@4a5b9496 01:02:48.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 01:02:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.278 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d90900e0-1cd4-4752-ab99-fe58e743fa5c","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.279 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@10aefa6a 01:02:48.279 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.279 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.279 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.328 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4a2f12, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4a2f12, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/13dfc0a6-2345-4834-8ba0-6b7e334bb886, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.335 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|a4eb34b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|a4eb34b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d90900e0-1cd4-4752-ab99-fe58e743fa5c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest 01:02:48.391 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/664abf7f-d3e3-4730-a44c-c0d8bbae791f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.392 [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@20a61838 01:02:48.392 [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 01:02:48.392 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.393 [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 01:02:48.393 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/664abf7f-d3e3-4730-a44c-c0d8bbae791f","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.393 [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@7fbd0b67 01:02:48.393 [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 01:02:48.393 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.394 [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 01:02:48.399 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a94bea78-e04c-4133-b30d-06827f7c0daa","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.400 [ForkJoinPool-1-worker-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@5e896f3f 01:02:48.400 [ForkJoinPool-1-worker-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 01:02:48.400 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.400 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.400 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a94bea78-e04c-4133-b30d-06827f7c0daa","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.401 [ForkJoinPool-1-worker-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@2d128650 01:02:48.401 [ForkJoinPool-1-worker-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 01:02:48.401 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.401 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.424 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/93be485f-d2f2-400a-b418-80a1deb76c0d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.425 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@359e7865 01:02:48.425 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.425 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.426 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.426 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/93be485f-d2f2-400a-b418-80a1deb76c0d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.426 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67ee08c7 01:02:48.426 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.426 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.427 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.427 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.427 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/93be485f-d2f2-400a-b418-80a1deb76c0d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.427 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e278111 01:02:48.427 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.427 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/93be485f-d2f2-400a-b418-80a1deb76c0d","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@623737a3 01:02:48.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.428 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.429 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.442 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|1c57f48, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|1c57f48, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/93be485f-d2f2-400a-b418-80a1deb76c0d, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.458 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58a4a5b6-74b1-4aa9-9590-411ddf4d5daf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@41850391 01:02:48.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.459 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58a4a5b6-74b1-4aa9-9590-411ddf4d5daf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26599a8f 01:02:48.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.460 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.461 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58a4a5b6-74b1-4aa9-9590-411ddf4d5daf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@233a447b 01:02:48.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.461 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.463 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58a4a5b6-74b1-4aa9-9590-411ddf4d5daf","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.463 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44bade42 01:02:48.463 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.464 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.480 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|66212408, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|66212408, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58a4a5b6-74b1-4aa9-9590-411ddf4d5daf, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.526 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/03654d30-81d6-4c8e-9211-ca5c732678ce","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.527 [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@4b3e42be 01:02:48.527 [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 01:02:48.527 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.528 [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 01:02:48.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/03654d30-81d6-4c8e-9211-ca5c732678ce","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.528 [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@56883cd 01:02:48.528 [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 01:02:48.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.529 [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 01:02:48.542 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4f6fba26, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4f6fba26, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/58a4a5b6-74b1-4aa9-9590-411ddf4d5daf, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.566 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.567 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70e7cae 01:02:48.567 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.567 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@76a2c89c 01:02:48.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.568 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.569 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.569 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@fd4b1b0 01:02:48.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ecd0396 01:02:48.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.570 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.571 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.591 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6a3f7b1c-653e-4d49-b5ee-c8c41d54453b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.592 [ForkJoinPool-1-worker-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@66087515 01:02:48.592 [ForkJoinPool-1-worker-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 01:02:48.592 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.624 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6a3f7b1c-653e-4d49-b5ee-c8c41d54453b","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.625 [ForkJoinPool-1-worker-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@6a702c42 01:02:48.625 [ForkJoinPool-1-worker-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 01:02:48.625 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.626 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.627 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|2246f2e7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|2246f2e7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.647 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|5309956e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|5309956e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/71ecee5b-405e-42bd-9ce2-b41b92df2dcc","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4bcd26a9 01:02:48.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/71ecee5b-405e-42bd-9ce2-b41b92df2dcc","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f02a5d 01:02:48.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.661 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.661 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/71ecee5b-405e-42bd-9ce2-b41b92df2dcc","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.662 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7870a3bb 01:02:48.662 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.662 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.662 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.662 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/71ecee5b-405e-42bd-9ce2-b41b92df2dcc","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.663 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d40d631 01:02:48.663 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.663 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.663 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.666 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|6f94fdb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|6f94fdb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2c999bc8-6449-45ee-bf70-b7c0ab663c97, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.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 -> 2tg858ah11jfl58sw0v1i|4f17c352, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4f17c352, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/71ecee5b-405e-42bd-9ce2-b41b92df2dcc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.766 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e78c507-a136-4b76-ab35-5103aea37876","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.767 [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@36e87a7 01:02:48.767 [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 01:02:48.767 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.768 [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 01:02:48.768 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e78c507-a136-4b76-ab35-5103aea37876","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.768 [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@1a58e3ae 01:02:48.768 [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 01:02:48.768 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.769 [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 01:02:48.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0976bd9d-e9fb-4d95-b476-90b319d7ca00","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.828 [ForkJoinPool-1-worker-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@6f762da0 01:02:48.828 [ForkJoinPool-1-worker-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 01:02:48.828 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.830 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0976bd9d-e9fb-4d95-b476-90b319d7ca00","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.831 [ForkJoinPool-1-worker-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@734387f5 01:02:48.831 [ForkJoinPool-1-worker-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 01:02:48.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:48.831 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:48.867 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a997152e-eaff-4a2c-9526-f417ace3e3b2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.867 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@157e432d 01:02:48.867 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.867 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.868 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.868 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a997152e-eaff-4a2c-9526-f417ace3e3b2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.868 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44aafbd0 01:02:48.869 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.869 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.869 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.869 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.869 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a997152e-eaff-4a2c-9526-f417ace3e3b2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.870 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@114031b6 01:02:48.870 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.870 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.870 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.870 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a997152e-eaff-4a2c-9526-f417ace3e3b2","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.871 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@56eb7ae1 01:02:48.871 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.871 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.871 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.875 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/447520d5-f610-46d8-9bce-1aae04831c59","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.875 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b16ce23 01:02:48.875 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.875 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/447520d5-f610-46d8-9bce-1aae04831c59","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@524118d 01:02:48.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.876 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.877 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.877 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:48.877 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/447520d5-f610-46d8-9bce-1aae04831c59","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.878 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d96193b 01:02:48.878 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.878 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.878 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/447520d5-f610-46d8-9bce-1aae04831c59","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:48.879 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ada9393 01:02:48.879 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:48.879 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:48.880 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:48.943 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|4da0bdf1, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|4da0bdf1, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a997152e-eaff-4a2c-9526-f417ace3e3b2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:48.950 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|bd6a2c4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|bd6a2c4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/447520d5-f610-46d8-9bce-1aae04831c59, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 01:02:49.029 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|34ac2e2d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|34ac2e2d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a997152e-eaff-4a2c-9526-f417ace3e3b2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest 01:02:49.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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/541ee7f8-9d22-4ae7-bdd5-f45be127b86a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:49.068 [ForkJoinPool-1-worker-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@7a709809 01:02:49.068 [ForkJoinPool-1-worker-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 01:02:49.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:49.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:49.068 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/541ee7f8-9d22-4ae7-bdd5-f45be127b86a","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:49.069 [ForkJoinPool-1-worker-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@26c40737 01:02:49.069 [ForkJoinPool-1-worker-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 01:02:49.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 01:02:49.069 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 01:02:49.167 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/558511f7-fe6f-4754-8aaf-e0562f711a00","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:49.168 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@536bd65 01:02:49.168 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:49.168 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:49.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 01:02:49.169 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/558511f7-fe6f-4754-8aaf-e0562f711a00","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:49.169 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@488c1c91 01:02:49.169 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:49.169 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:49.170 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:49.170 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 01:02:49.170 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/558511f7-fe6f-4754-8aaf-e0562f711a00","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:49.170 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@427e4ee0 01:02:49.170 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:49.170 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:49.171 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02: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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/558511f7-fe6f-4754-8aaf-e0562f711a00","user":null,"driver_class":"org.h2.Driver"} - table: null 01:02:49.171 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1974694a 01:02:49.171 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 01:02:49.171 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 01:02:49.172 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 01:02:49.240 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tg858ah11jfl58sw0v1i|64046a71, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tg858ah11jfl58sw0v1i|64046a71, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/558511f7-fe6f-4754-8aaf-e0562f711a00, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 66, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (postgresql-tests) @ hono-service-device-registry-jdbc --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-device-registry-jdbc --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceregistry.jdbc... Loading source files for package org.eclipse.hono.deviceregistry.jdbc.config... Loading source files for package org.eclipse.hono.deviceregistry.jdbc.impl... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/Profiles.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/SchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/DeviceServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/TenantServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/ClasspathSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/CredentialsManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/CredentialsServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/DeviceManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/NoOpSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/RegistrationServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/Services.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/TenantManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/TenantServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/Profiles.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/SchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/DeviceServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/TenantServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/ClasspathSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/CredentialsManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/CredentialsServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/DeviceManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/NoOpSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/RegistrationServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/Services.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/TenantManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/TenantServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-device-registry-jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-device-registry-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-device-registry-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-jdbc --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-jdbc --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-jdbc/1.8.0-SNAPSHOT/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 1.8.0-SNAPSHOT [69/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/3.9.7/vertx-mongo-client-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/3.9.7/vertx-mongo-client-3.9.7.pom (4.6 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-async/3.10.1/mongodb-driver-async-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-async/3.10.1/mongodb-driver-async-3.10.1.pom (1.7 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.10.1/bson-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.10.1/bson-3.10.1.pom (1.3 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.10.1/mongodb-driver-core-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.10.1/mongodb-driver-core-3.10.1.pom (2.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/3.9.7/vertx-auth-mongo-3.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/3.9.7/vertx-auth-mongo-3.9.7.pom (2.9 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.15.2/mongodb-1.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.15.2/mongodb-1.15.2.pom (1.5 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/3.9.7/vertx-mongo-client-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-async/3.10.1/mongodb-driver-async-3.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/3.9.7/vertx-auth-mongo-3.9.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.10.1/mongodb-driver-core-3.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.10.1/bson-3.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/3.9.7/vertx-mongo-client-3.9.7.jar (88 kB at 907 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.15.2/mongodb-1.15.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/3.9.7/vertx-auth-mongo-3.9.7.jar (23 kB at 164 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.15.2/mongodb-1.15.2.jar (4.1 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/3.10.1/bson-3.10.1.jar (489 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-async/3.10.1/mongodb-driver-async-3.10.1.jar (219 kB at 968 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/3.10.1/mongodb-driver-core-3.10.1.jar (1.4 MB at 5.1 MB/s) [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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 9 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-service-device-registry-mongodb --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.deviceregistry.mongodb... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.config... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.model... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.service... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.utils... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/AbstractMongoDbBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/CredentialsDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/TenantDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbCallExecutor.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbDeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbDocumentBuilder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/AbstractMongoDbBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/CredentialsDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/MongoDbBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/TenantDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbCallExecutor.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbDeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbDocumentBuilder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar [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-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-service-device-registry-mongodb --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.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] --- jacoco-maven-plugin:0.8.6:report (default-report) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:check (default_check) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-mongodb --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-mongodb --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-registry-mongodb/1.8.0-SNAPSHOT/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 1.8.0-SNAPSHOT [70/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom (13 kB at 339 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 715 kB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar (58 kB at 1.9 MB/s) [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 --- [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 2.2 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.6 MB/s) [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from eclipse-repo: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 3.3 MB/s) 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-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-site --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-site --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-site --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-site/1.8.0-SNAPSHOT/hono-site-1.8.0-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-site --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] --------------------< org.eclipse.hono:hono-tests >--------------------- [INFO] Building Hono Integration Tests 1.8.0-SNAPSHOT [71/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.36.Final/netty-tcnative-boringssl-static-2.0.36.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.36.Final/netty-tcnative-boringssl-static-2.0.36.Final.pom (46 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.36.Final/netty-tcnative-parent-2.0.36.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.36.Final/netty-tcnative-parent-2.0.36.Final.pom (32 kB at 785 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom (964 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/0.55.0/qpid-jms-client-0.55.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/0.55.0/qpid-jms-client-0.55.0.pom (8.6 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/0.55.0/qpid-jms-parent-0.55.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/0.55.0/qpid-jms-parent-0.55.0.pom (15 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0-alpha-2/geronimo-jms_2.0_spec-1.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0-alpha-2/geronimo-jms_2.0_spec-1.0-alpha-2.pom (4.3 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java6-flava/2.2/genesis-java6-flava-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java6-flava/2.2/genesis-java6-flava-2.2.pom (5.5 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.2/genesis-default-flava-2.2.pom (15 kB at 682 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom (16 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.36.Final/netty-tcnative-boringssl-static-2.0.36.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0-alpha-2/geronimo-jms_2.0_spec-1.0-alpha-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/0.55.0/qpid-jms-client-0.55.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-jms_2.0_spec/1.0-alpha-2/geronimo-jms_2.0_spec-1.0-alpha-2.jar (47 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar (16 kB at 137 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.36.Final/netty-tcnative-boringssl-static-2.0.36.Final.jar (4.0 MB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/0.55.0/qpid-jms-client-0.55.0.jar (801 kB at 939 kB/s) [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 36 resources to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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 36 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/src/test/java/org/eclipse/hono/tests/mqtt/MqttTestBase.java: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/src/test/java/org/eclipse/hono/tests/mqtt/MqttTestBase.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/src/test/java/org/eclipse/hono/tests/mqtt/MqttTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/src/test/java/org/eclipse/hono/tests/mqtt/EventMqttIT.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/src/test/java/org/eclipse/hono/tests/mqtt/EventMqttIT.java: Recompile with -Xlint:unchecked for details. [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-javadoc-plugin:3.2.0:jar (attach-javadocs) @ hono-tests --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-tests --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign-jars) @ hono-tests --- [WARNING] Can not read file '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/tests/target/classes', it will not be signed [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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-tests --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 1.8.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [ 34.907 s] [INFO] Legal Documents .................................... SUCCESS [ 10.686 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.021 s] [INFO] Hono Test Utils .................................... SUCCESS [ 25.817 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 5.079 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 1.454 s] [INFO] Hono Core .......................................... SUCCESS [ 58.624 s] [INFO] Hono Client ........................................ SUCCESS [ 30.542 s] [INFO] Hono Clients ....................................... SUCCESS [ 1.220 s] [INFO] Hono Client Common ................................. SUCCESS [ 10.685 s] [INFO] Hono Client for Protocol Adapters .................. SUCCESS [ 11.551 s] [INFO] Hono Service base .................................. SUCCESS [ 20.742 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 18.202 s] [INFO] Hono Service Base (Quarkus) ........................ SUCCESS [ 18.339 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 1.675 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 16.128 s] [INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [ 15.608 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 4.467 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 17.461 s] [INFO] Hono Client for Protocol Adapters (Kafka) .......... SUCCESS [ 13.526 s] [INFO] Hono Adapter Base (Quarkus) ........................ SUCCESS [ 39.928 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 25.646 s] [INFO] Hono Service Base (Spring) ......................... SUCCESS [ 10.480 s] [INFO] Hono Adapter Base (Spring) ......................... SUCCESS [ 9.078 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 2.493 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.116 s] [INFO] Hono AMQP Adapter base ............................. SUCCESS [ 18.135 s] [INFO] Hono Protocol Adapters (Spring) .................... SUCCESS [ 1.948 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 9.719 s] [INFO] Hono Protocol Adapters (Quarkus) ................... SUCCESS [ 19.246 s] [INFO] Hono AMQP Adapter (Quarkus) ........................ SUCCESS [ 12.507 s] [INFO] Hono CoAP Adapter base ............................. SUCCESS [ 16.721 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 7.550 s] [INFO] Hono CoAP Adapter (Quarkus) ........................ SUCCESS [ 10.073 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 13.252 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 7.924 s] [INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [ 10.545 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 14.951 s] [INFO] Hono Kura Adapter .................................. SUCCESS [ 10.766 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 16.034 s] [INFO] Hono Lora Adapter (Quarkus) ........................ SUCCESS [ 10.119 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 7.470 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 7.362 s] [INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [ 10.009 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 7.977 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 8.144 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 10.651 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 11.648 s] [INFO] Hono command-line interface ........................ SUCCESS [ 16.283 s] [INFO] Hotrod Device Connection client (Quarkus) .......... SUCCESS [ 14.857 s] [INFO] Hono Deployment .................................... SUCCESS [ 1.461 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.009 s] [INFO] Hono Client Examples ............................... SUCCESS [ 6.807 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 8.400 s] [INFO] Hono Services ...................................... SUCCESS [ 0.071 s] [INFO] Hono Auth base ..................................... SUCCESS [ 12.010 s] [INFO] Hono Services (Spring) ............................. SUCCESS [ 0.111 s] [INFO] Hono Auth .......................................... SUCCESS [ 7.651 s] [INFO] Hono Services (Quarkus) ............................ SUCCESS [ 0.074 s] [INFO] Hono Auth (Quarkus) ................................ SUCCESS [ 9.908 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [01:13 min] [INFO] Base classes for JDBC services ..................... SUCCESS [ 12.000 s] [INFO] Hono Command Router base ........................... SUCCESS [ 12.621 s] [INFO] Hono Command Router (Spring) ....................... SUCCESS [ 7.486 s] [INFO] Hono Command Router (Quarkus) ...................... SUCCESS [ 9.808 s] [INFO] Hono Device Connection service ..................... SUCCESS [ 10.809 s] [INFO] Hono File Based Device Registry .................... SUCCESS [ 17.714 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [01:07 min] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 10.614 s] [INFO] Hono Site .......................................... SUCCESS [ 0.559 s] [INFO] Hono Integration Tests ............................. SUCCESS [01:17 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:10 min [INFO] Finished at: 2021-05-20T01:04:56Z [INFO] ------------------------------------------------------------------------ [Pipeline] echo recording JUnit test results ... [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] echo publishing JavaDoc ... [Pipeline] sh + mvn package javadoc:aggregate -DskipTests -DnoDocker [INFO] Scanning for projects... [INFO] Inspecting build with total of 71 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 71 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Legal Documents [jar] [INFO] Hono Dependencies [pom] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [bundle] [INFO] Hono Client [bundle] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client for Protocol Adapters [jar] [INFO] Hono Service base [jar] [INFO] Hono Adapter Base [jar] [INFO] Hono Service Base (Quarkus) [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Client for Protocol Adapters (AMQP) [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Client for Protocol Adapters (Kafka) [jar] [INFO] Hono Adapter Base (Quarkus) [jar] [INFO] Hotrod Device Connection client [jar] [INFO] Hono Service Base (Spring) [jar] [INFO] Hono Adapter Base (Spring) [jar] [INFO] Hono Adapter Base Test Utils [jar] [INFO] Hono Protocol Adapters [pom] [INFO] Hono AMQP Adapter base [jar] [INFO] Hono Protocol Adapters (Spring) [pom] [INFO] Hono AMQP Adapter [jar] [INFO] Hono Protocol Adapters (Quarkus) [pom] [INFO] Hono AMQP Adapter (Quarkus) [jar] [INFO] Hono CoAP Adapter base [jar] [INFO] Hono CoAP Adapter [jar] [INFO] Hono CoAP Adapter (Quarkus) [jar] [INFO] Hono HTTP Adapter base [jar] [INFO] Hono HTTP Adapter [jar] [INFO] Hono HTTP Adapter (Quarkus) [jar] [INFO] Hono MQTT Adapter base [jar] [INFO] Hono Kura Adapter [jar] [INFO] Hono LoRa Adapter [jar] [INFO] Hono Lora Adapter (Quarkus) [jar] [INFO] Hono LoRa Adapter [jar] [INFO] Hono MQTT Adapter [jar] [INFO] Hono MQTT Adapter (Quarkus) [jar] [INFO] Hono Sigfox Adapter [jar] [INFO] Hono Client for Business Applications [jar] [INFO] Hono Client for Business Applications (AMQP) [jar] [INFO] Hono Client for Business Applications (Kafka) [jar] [INFO] Hono command-line interface [jar] [INFO] Hotrod Device Connection client (Quarkus) [jar] [INFO] Hono Deployment [jar] [INFO] Hono Examples [pom] [INFO] Hono Client Examples [jar] [INFO] Hono Protocol Gateway example [jar] [INFO] Hono Services [pom] [INFO] Hono Auth base [jar] [INFO] Hono Services (Spring) [pom] [INFO] Hono Auth [jar] [INFO] Hono Services (Quarkus) [pom] [INFO] Hono Auth (Quarkus) [jar] [INFO] Hono Service Device Registry Base [jar] [INFO] Base classes for JDBC services [jar] [INFO] Hono Command Router base [jar] [INFO] Hono Command Router (Spring) [jar] [INFO] Hono Command Router (Quarkus) [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 1.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 2.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 2.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 3.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom (16 kB at 2.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar (242 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.34.1/docker-maven-plugin-0.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.34.1/docker-maven-plugin-0.34.1.pom (19 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.34.1/docker-maven-plugin-0.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.34.1/docker-maven-plugin-0.34.1.jar (656 kB at 103 kB/s) [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 1.8.0-SNAPSHOT [1/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 1.8.0-SNAPSHOT [2/71] [INFO] --------------------------------[ jar ]--------------------------------- [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 54 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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 1.8.0-SNAPSHOT [3/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 1.8.0-SNAPSHOT [4/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 1.8.0-SNAPSHOT [5/71] [INFO] --------------------------------[ jar ]--------------------------------- [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-Nightly-Declarative-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils --- [INFO] Nothing to compile - all classes are up to date [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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/core-test-utils/target/core-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 1.8.0-SNAPSHOT [6/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 49 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-demo-certs --- [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 1.8.0-SNAPSHOT [7/71] [INFO] -------------------------------[ bundle ]------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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-Nightly-Declarative-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-core --- [INFO] Tests are skipped. [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] [INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ hono-core --- [INFO] [INFO] --------------------< org.eclipse.hono:hono-client >-------------------- [INFO] Building Hono Client 1.8.0-SNAPSHOT [8/71] [INFO] -------------------------------[ bundle ]------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/client/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 1.8.0-SNAPSHOT [9/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-clients-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 1.8.0-SNAPSHOT [10/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.8.0-SNAPSHOT.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-adapter >---------------- [INFO] Building Hono Client for Protocol Adapters 1.8.0-SNAPSHOT [11/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-Pipeline/clients/adapter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-adapter --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 1.8.0-SNAPSHOT [12/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-base --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-base >----------------- [INFO] Building Hono Adapter Base 1.8.0-SNAPSHOT [13/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-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-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-service-base-quarkus >------------- [INFO] Building Hono Service Base (Quarkus) 1.8.0-SNAPSHOT [14/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 1.8.0-SNAPSHOT [15/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/target/client-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 1.8.0-SNAPSHOT [16/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-amqp-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-amqp-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-amqp-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-amqp-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-amqp-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-adapter-amqp >-------------- [INFO] Building Hono Client for Protocol Adapters (AMQP) 1.8.0-SNAPSHOT [17/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-Pipeline/clients/adapter-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-amqp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter-amqp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-amqp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-adapter-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 1.8.0-SNAPSHOT [18/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ kafka-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kafka-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kafka-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ kafka-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ kafka-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 1.8.0-SNAPSHOT [19/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-kafka-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-kafka-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-kafka-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-kafka-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-kafka-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-adapter-kafka >------------- [INFO] Building Hono Client for Protocol Adapters (Kafka) 1.8.0-SNAPSHOT [20/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-kafka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-kafka --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-adapter-kafka --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-adapter-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-adapter-kafka --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-adapter-kafka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-adapter-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-adapter-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-quarkus >------------- [INFO] Building Hono Adapter Base (Quarkus) 1.8.0-SNAPSHOT [21/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base-quarkus --- [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-base-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-base-quarkus --- [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-base-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-base-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-base-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 1.8.0-SNAPSHOT [22/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-Pipeline/client-device-connection-infinispan/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-service-base-spring >-------------- [INFO] Building Hono Service Base (Spring) 1.8.0-SNAPSHOT [23/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-spring --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-spring --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-service-base-spring --- [INFO] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-spring --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-base-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-base-spring >-------------- [INFO] Building Hono Adapter Base (Spring) 1.8.0-SNAPSHOT [24/71] [INFO] --------------------------------[ jar ]--------------------------------- [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-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-base-spring --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-base-spring --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-base-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-base-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-base-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.hono:adapter-base-test-utils >-------------- [INFO] Building Hono Adapter Base Test Utils 1.8.0-SNAPSHOT [25/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ adapter-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ adapter-base-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ adapter-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ adapter-base-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ adapter-base-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ adapter-base-test-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ adapter-base-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 1.8.0-SNAPSHOT [26/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-amqp-vertx-base >------------ [INFO] Building Hono AMQP Adapter base 1.8.0-SNAPSHOT [27/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-amqp-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-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-amqp-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-spring >---------------- [INFO] Building Hono Protocol Adapters (Spring) 1.8.0-SNAPSHOT [28/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters-spring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-amqp-vertx >-------------- [INFO] Building Hono AMQP Adapter 1.8.0-SNAPSHOT [29/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-quarkus >--------------- [INFO] Building Hono Protocol Adapters (Quarkus) 1.8.0-SNAPSHOT [30/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapters-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapters-quarkus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapters-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapters-quarkus --- [INFO] Type of the artifact is POM, skipping build goal [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-amqp-vertx-quarkus >---------- [INFO] Building Hono AMQP Adapter (Quarkus) 1.8.0-SNAPSHOT [31/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-amqp-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.amqp.quarkus.QuarkusAmqpProtocolAdapterProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2298ms [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-coap-vertx-base >------------ [INFO] Building Hono CoAP Adapter base 1.8.0-SNAPSHOT [32/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-coap-vertx-base --- [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-base --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-coap-vertx >-------------- [INFO] Building Hono CoAP Adapter 1.8.0-SNAPSHOT [33/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/src/test/resources [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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-coap-vertx-quarkus >---------- [INFO] Building Hono CoAP Adapter (Quarkus) 1.8.0-SNAPSHOT [34/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-coap-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-coap-vertx-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.coap.quarkus.QuarkusCoapAdapterProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2341ms [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-http-vertx-base >------------ [INFO] Building Hono HTTP Adapter base 1.8.0-SNAPSHOT [35/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-http-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-http-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-http-vertx-base --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-vertx >-------------- [INFO] Building Hono HTTP Adapter 1.8.0-SNAPSHOT [36/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-http-vertx-quarkus >---------- [INFO] Building Hono HTTP Adapter (Quarkus) 1.8.0-SNAPSHOT [37/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-http-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-http-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.http.quarkus.QuarkusHttpProtocolAdapterProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2037ms [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-mqtt-vertx-base >------------ [INFO] Building Hono MQTT Adapter base 1.8.0-SNAPSHOT [38/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-mqtt-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-mqtt-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-mqtt-vertx-base --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-kura >----------------- [INFO] Building Hono Kura Adapter 1.8.0-SNAPSHOT [39/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-kura --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-kura --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-kura --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-adapter-lora-vertx-base >------------ [INFO] Building Hono LoRa Adapter 1.8.0-SNAPSHOT [40/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-lora-vertx-quarkus >---------- [INFO] Building Hono Lora Adapter (Quarkus) 1.8.0-SNAPSHOT [41/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora-vertx-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.lora.quarkus.QuarkusLoraProtocolAdapterProperties' does not have a setter for field 'commandEnabledTenants' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.lora.quarkus.QuarkusLoraProtocolAdapterProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1885ms [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-lora-vertx >-------------- [INFO] Building Hono LoRa Adapter 1.8.0-SNAPSHOT [42/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-adapter-lora-vertx --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-adapter-lora-vertx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-vertx >-------------- [INFO] Building Hono MQTT Adapter 1.8.0-SNAPSHOT [43/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-adapter-mqtt-vertx-quarkus >---------- [INFO] Building Hono MQTT Adapter (Quarkus) 1.8.0-SNAPSHOT [44/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'mapperEndpoints' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'deviceIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'tenantIdPattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.mqtt.quarkus.QuarkusMqttProtocolAdapterProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.resourcelimits.quarkus.PrometheusBasedResourceLimitChecksConfig' 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.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'debugLogLevel' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.adapter.monitoring.quarkus.ConnectionEventProducerConfig' does not have a setter for field 'type' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2804ms [INFO] [INFO] -------------< org.eclipse.hono:hono-adapter-sigfox-vertx >------------- [INFO] Building Hono Sigfox Adapter 1.8.0-SNAPSHOT [45/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox-vertx --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 1.8.0-SNAPSHOT [46/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-application --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 1.8.0-SNAPSHOT [47/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application-amqp --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application-amqp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-application-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-client-application-amqp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-application-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 1.8.0-SNAPSHOT [48/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application-kafka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application-kafka --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-application-kafka --- [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-application-kafka --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-client-application-kafka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 1.8.0-SNAPSHOT [49/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.4.3:repackage (default) @ hono-cli --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.8.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] ----< org.eclipse.hono:client-device-connection-infinispan-quarkus >---- [INFO] Building Hotrod Device Connection client (Quarkus) 1.8.0-SNAPSHOT [50/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-device-connection-infinispan-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ client-device-connection-infinispan-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-device-connection-infinispan-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan-quarkus/target/client-device-connection-infinispan-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-deploy >-------------------- [INFO] Building Hono Deployment 1.8.0-SNAPSHOT [51/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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-Nightly-Declarative-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 37 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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-deploy --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/deploy/target/hono-deploy-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 1.8.0-SNAPSHOT [52/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 1.8.0-SNAPSHOT [53/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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] Nothing to compile - all classes are up to date [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-Nightly-Declarative-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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.8.0-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 1.8.0-SNAPSHOT [54/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] Nothing to compile - all classes are up to date [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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ protocol-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.4.3:repackage (default) @ protocol-gateway --- [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.8.0-SNAPSHOT-exec.jar with classifier exec [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 1.8.0-SNAPSHOT [55/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --------------< org.eclipse.hono:hono-service-auth-base >--------------- [INFO] Building Hono Auth base 1.8.0-SNAPSHOT [56/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-auth-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth-base --- [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-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-spring >---------------- [INFO] Building Hono Services (Spring) 1.8.0-SNAPSHOT [57/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services-spring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services-spring --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-spring/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth 1.8.0-SNAPSHOT [58/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-quarkus >--------------- [INFO] Building Hono Services (Quarkus) 1.8.0-SNAPSHOT [59/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-services-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-services-quarkus --- [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-services-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-services-quarkus --- [INFO] Type of the artifact is POM, skipping build goal [INFO] [INFO] -------------< org.eclipse.hono:hono-service-auth-quarkus >------------- [INFO] Building Hono Auth (Quarkus) 1.8.0-SNAPSHOT [60/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-auth-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-quarkus --- [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-auth-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-auth-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-auth-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-auth-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-auth-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-auth-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-auth-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-service-auth-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1589ms [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 1.8.0-SNAPSHOT [61/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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-Nightly-Declarative-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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-base --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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 52 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-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.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-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.8.0-SNAPSHOT-tests.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 1.8.0-SNAPSHOT [62/71] [INFO] --------------------------------[ jar ]--------------------------------- [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 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Nothing to compile - all classes are up to date [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-Nightly-Declarative-Pipeline/services/base-jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-base-jdbc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-base-jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-base-jdbc --- [INFO] [INFO] ---------< org.eclipse.hono:hono-service-command-router-base >---------- [INFO] Building Hono Command Router base 1.8.0-SNAPSHOT [63/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router-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-command-router-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.8.0-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-service-command-router >------------ [INFO] Building Hono Command Router (Spring) 1.8.0-SNAPSHOT [64/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-command-router --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.8.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.hono:hono-service-command-router-quarkus >-------- [INFO] Building Hono Command Router (Quarkus) 1.8.0-SNAPSHOT [65/71] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-command-router-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- jandex-maven-plugin:1.0.8:jandex (make-index) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-service-command-router-quarkus --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-command-router-quarkus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-quarkus --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-service-command-router-quarkus --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- quarkus-maven-plugin:1.11.6.Final:build (default) @ hono-service-command-router-quarkus --- [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' does not have a setter for field 'trustOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewritePattern' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'addressRewriteReplacement' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'LOG' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' does not have a setter for field 'keyCertOptions' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.service.auth.delegating.quarkus.AuthenticationServerClientConfigProperties' 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] Class 'org.infinispan.client.hotrod.impl.ConfigurationProperties' which is a parent class of 'org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationProperties' is not part of the Jandex index so its fields will be ignored. If you intended to include these fields, consider making the dependency part of the Jandex index by following the advice at: https://quarkus.io/guides/cdi-reference#bean_discovery [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.commandrouter.quarkus.CommandRouterServiceConfigProperties' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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.config.quarkus.ServerConfig' 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] Class 'org.infinispan.client.hotrod.impl.ConfigurationProperties' which is a parent class of 'org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationProperties' is not part of the Jandex index so its fields will be ignored. If you intended to include these fields, consider making the dependency part of the Jandex index by following the advice at: https://quarkus.io/guides/cdi-reference#bean_discovery [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.config.quarkus.ServiceConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.ClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' does not have a setter for field 'hostConfigured' nor is the field a public non-final field. It will therefore be ignored. [WARNING] [io.quarkus.arc.deployment.configproperties.ClassConfigPropertiesUtil] Configuration properties class 'org.eclipse.hono.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.client.quarkus.RequestResponseClientConfigProperties' 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.deployment.pkg.steps.JarResultBuildStep] Building thin jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.8.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1792ms [INFO] [INFO] ----------< org.eclipse.hono:hono-service-device-connection >----------- [INFO] Building Hono Device Connection service 1.8.0-SNAPSHOT [66/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-connection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_legal_docs) @ hono-service-device-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-file >--------- [INFO] Building Hono File Based Device Registry 1.8.0-SNAPSHOT [67/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-file --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 1.8.0-SNAPSHOT [68/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-service-device-registry-jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (postgresql-tests) @ hono-service-device-registry-jdbc --- [INFO] Tests are skipped. [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.8.0-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 1.8.0-SNAPSHOT [69/71] [INFO] --------------------------------[ jar ]--------------------------------- [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [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] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [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-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.8.0-SNAPSHOT.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 1.8.0-SNAPSHOT [70/71] [INFO] --------------------------------[ pom ]--------------------------------- [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] --------------------< org.eclipse.hono:hono-tests >--------------------- [INFO] Building Hono Integration Tests 1.8.0-SNAPSHOT [71/71] [INFO] --------------------------------[ jar ]--------------------------------- [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 36 resources to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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 36 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hono-tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ hono-tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 1.8.0-SNAPSHOT [72/71] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> maven-javadoc-plugin:3.2.0:aggregate (default-cli) > compile @ hono-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Legal Documents 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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 54 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Dependencies 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Test Utils 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Core Test Utils 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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-Nightly-Declarative-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ core-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Demo Certs 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 49 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Core 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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-Nightly-Declarative-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Clients 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Common 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Protocol Adapters 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-Pipeline/clients/adapter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service Base (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-quarkus --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Test Utils 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client AMQP Common 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-amqp-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-amqp-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-amqp-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Protocol Adapters (AMQP) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-Pipeline/clients/adapter-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-amqp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Kafka Test Utils 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ kafka-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ kafka-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ kafka-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Kafka Common 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-kafka-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-kafka-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-kafka-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Protocol Adapters (Kafka) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-adapter-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-adapter-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-adapter-kafka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-adapter-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-adapter-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-adapter-kafka --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base-quarkus --- [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-base-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hotrod Device Connection client 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-Pipeline/client-device-connection-infinispan/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service Base (Spring) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-base-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-base-spring --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-spring --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base (Spring) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-base-spring --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base Test Utils 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ adapter-base-test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ adapter-base-test-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Adapters 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono AMQP Adapter base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-amqp-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Adapters (Spring) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters-spring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono AMQP Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Adapters (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapters-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapters-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapters-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapters-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono AMQP Adapter (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-amqp-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-amqp-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp-vertx-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono CoAP Adapter base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono CoAP Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono CoAP Adapter (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-coap-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-coap-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-coap-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap-vertx-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-http-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-http-vertx-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Kura Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-kura --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono LoRa Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-lora-vertx-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Lora Adapter (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-adapter-lora-vertx-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-adapter-lora-vertx-quarkus --- [INFO] Set 2 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora-vertx-quarkus --- [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-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono LoRa Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-lora-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-adapter-mqtt-vertx-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Sigfox Adapter 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox-vertx --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications (AMQP) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application-amqp --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application-amqp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications (Kafka) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-client-application-kafka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-client-application-kafka --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono command-line interface 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hotrod Device Connection client (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ client-device-connection-infinispan-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-device-connection-infinispan-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Deployment 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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-Nightly-Declarative-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 37 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-deploy --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Examples 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Examples 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] org.eclipse.hono:hono-demo-certs:jar:1.8.0-SNAPSHOT already exists in destination. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Gateway example 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Services 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Services (Spring) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-spring --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services-spring --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services-spring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services-spring --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-auth --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Services (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-services-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-services-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-services-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-services-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-auth-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-auth-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-auth-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-auth-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-quarkus --- [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-auth-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service Device Registry Base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-Nightly-Declarative-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-Nightly-Declarative-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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Base classes for JDBC services 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Command Router base 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router-base --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Command Router (Spring) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Command Router (Quarkus) 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ hono-service-command-router-quarkus --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java-11) @ hono-service-command-router-quarkus --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-command-router-quarkus --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-command-router-quarkus --- [INFO] Set 3 system properties [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-command-router-quarkus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hono-service-command-router-quarkus --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Device Connection service 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono File Based Device Registry 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-file --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono JDBC Based Device Registry 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Mongodb Based Device Registry 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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] Nothing to compile - all classes are up to date [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Site 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Integration Tests 1.8.0-SNAPSHOT [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [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 36 resources to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-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-javadoc-plugin:3.2.0:aggregate (default-cli) < compile @ hono-parent <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:aggregate (default-cli) @ hono-parent --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.hono.adapter... Loading source files for package org.eclipse.hono.adapter.auth.device... Loading source files for package org.eclipse.hono.adapter.limiting... Loading source files for package org.eclipse.hono.adapter.metric... Loading source files for package org.eclipse.hono.adapter.monitoring... Loading source files for package org.eclipse.hono.adapter.resourcelimits... Loading source files for package org.eclipse.hono.adapter.monitoring.quarkus... Loading source files for package org.eclipse.hono.adapter.quarkus... Loading source files for package org.eclipse.hono.adapter.resourcelimits.quarkus... Loading source files for package org.eclipse.hono.adapter.spring... Loading source files for package org.eclipse.hono.adapter.amqp.spring... Loading source files for package org.eclipse.hono.adapter.amqp... Loading source files for package org.eclipse.hono.adapter.amqp.quarkus... Loading source files for package org.eclipse.hono.adapter.coap.spring... Loading source files for package org.eclipse.hono.adapter.coap... Loading source files for package org.eclipse.hono.adapter.coap.impl... Loading source files for package org.eclipse.hono.adapter.coap.quarkus... Loading source files for package org.eclipse.hono.adapter.http.spring... Loading source files for package org.eclipse.hono.adapter.http... Loading source files for package org.eclipse.hono.adapter.http.impl... Loading source files for package org.eclipse.hono.adapter.http.quarkus... Loading source files for package org.eclipse.hono.adapter.kura.impl... Loading source files for package org.eclipse.hono.adapter.lora... Loading source files for package org.eclipse.hono.adapter.lora.providers... Loading source files for package org.eclipse.hono.adapter.lora.quarkus... Loading source files for package org.eclipse.hono.adapter.lora.impl... Loading source files for package org.eclipse.hono.adapter.mqtt.spring... Loading source files for package org.eclipse.hono.adapter.mqtt... Loading source files for package org.eclipse.hono.adapter.mqtt.impl... Loading source files for package org.eclipse.hono.adapter.mqtt.quarkus... Loading source files for package org.eclipse.hono.adapter.sigfox.impl... Loading source files for package org.eclipse.hono.annotation... Loading source files for package org.eclipse.hono.auth... Loading source files for package org.eclipse.hono.cache... Loading source files for package org.eclipse.hono.config... Loading source files for package org.eclipse.hono.connection... Loading source files for package org.eclipse.hono.connection.impl... Loading source files for package org.eclipse.hono.tracing... Loading source files for package org.eclipse.hono.util... Loading source files for package org.eclipse.hono.cli... Loading source files for package org.eclipse.hono.cli.adapter... Loading source files for package org.eclipse.hono.cli.app... Loading source files for package org.eclipse.hono.client... Loading source files for package org.eclipse.hono.client.device.amqp... Loading source files for package org.eclipse.hono.client.device.amqp.internal... Loading source files for package org.eclipse.hono.client.impl... Loading source files for package org.eclipse.hono.deviceconnection.infinispan.client... Loading source files for package org.eclipse.hono.deviceconnection.infinispan.client.quarkus... Loading source files for package org.eclipse.hono.adapter.client.command... Loading source files for package org.eclipse.hono.adapter.client.registry... Loading source files for package org.eclipse.hono.adapter.client.telemetry... Loading source files for package org.eclipse.hono.adapter.client.command.amqp... Loading source files for package org.eclipse.hono.adapter.client.registry.amqp... Loading source files for package org.eclipse.hono.adapter.client.telemetry.amqp... Loading source files for package org.eclipse.hono.adapter.client.command.kafka... Loading source files for package org.eclipse.hono.adapter.client.telemetry.kafka... Loading source files for package org.eclipse.hono.client.amqp... Loading source files for package org.eclipse.hono.application.client... Loading source files for package org.eclipse.hono.application.client.amqp... Loading source files for package org.eclipse.hono.application.client.kafka... Loading source files for package org.eclipse.hono.application.client.kafka.impl... Loading source files for package org.eclipse.hono.client.util... Loading source files for package org.eclipse.hono.client.kafka... Loading source files for package org.eclipse.hono.client.kafka.consumer... Loading source files for package org.eclipse.hono.client.kafka.producer... Loading source files for package org.eclipse.hono.client.kafka.tracing... Loading source files for package org.eclipse.hono.devices... Loading source files for package org.eclipse.hono.vertx.example... Loading source files for package org.eclipse.hono.vertx.example.base... Loading source files for package org.eclipse.hono.example.protocolgateway... Loading source files for package org.eclipse.hono.example.protocolgateway.controller... Loading source files for package org.eclipse.hono.service... Loading source files for package org.eclipse.hono.service.amqp... Loading source files for package org.eclipse.hono.service.auth... Loading source files for package org.eclipse.hono.service.auth.delegating... Loading source files for package org.eclipse.hono.service.cache... Loading source files for package org.eclipse.hono.service.commandrouter... Loading source files for package org.eclipse.hono.service.deviceconnection... Loading source files for package org.eclipse.hono.service.http... Loading source files for package org.eclipse.hono.service.metric... Loading source files for package org.eclipse.hono.service.util... Loading source files for package org.eclipse.hono.client.quarkus... Loading source files for package org.eclipse.hono.config.quarkus... Loading source files for package org.eclipse.hono.service.auth.delegating.quarkus... Loading source files for package org.eclipse.hono.service.quarkus... Loading source files for package org.eclipse.hono.service.quarkus.metric... Loading source files for package org.eclipse.hono.service.util.quarkus... Loading source files for package org.eclipse.hono.service.metric.spring... Loading source files for package org.eclipse.hono.service.spring... Loading source files for package org.eclipse.hono.authentication.spring... Loading source files for package org.eclipse.hono.authentication... Loading source files for package org.eclipse.hono.authentication.file... Loading source files for package org.eclipse.hono.authentication.quarkus... Loading source files for package org.eclipse.hono.service.base.jdbc.config... Loading source files for package org.eclipse.hono.service.base.jdbc.store... Loading source files for package org.eclipse.hono.service.base.jdbc.store.devcon... Loading source files for package org.eclipse.hono.service.base.jdbc.store.device... Loading source files for package org.eclipse.hono.service.base.jdbc.store.model... Loading source files for package org.eclipse.hono.service.base.jdbc.store.tenant... Loading source files for package org.eclipse.hono.commandrouter.spring... Loading source files for package org.eclipse.hono.commandrouter... Loading source files for package org.eclipse.hono.commandrouter.impl... Loading source files for package org.eclipse.hono.commandrouter.impl.amqp... Loading source files for package org.eclipse.hono.commandrouter.impl.kafka... Loading source files for package org.eclipse.hono.commandrouter.quarkus... Loading source files for package org.eclipse.hono.deviceconnection.infinispan... Loading source files for package org.eclipse.hono.deviceregistry.server... Loading source files for package org.eclipse.hono.deviceregistry.service.credentials... Loading source files for package org.eclipse.hono.deviceregistry.service.device... Loading source files for package org.eclipse.hono.deviceregistry.service.deviceconnection... Loading source files for package org.eclipse.hono.deviceregistry.service.tenant... Loading source files for package org.eclipse.hono.deviceregistry.util... Loading source files for package org.eclipse.hono.service.credentials... Loading source files for package org.eclipse.hono.service.management... Loading source files for package org.eclipse.hono.service.management.credentials... Loading source files for package org.eclipse.hono.service.management.device... Loading source files for package org.eclipse.hono.service.management.tenant... Loading source files for package org.eclipse.hono.service.registration... Loading source files for package org.eclipse.hono.service.tenant... Loading source files for package org.eclipse.hono.deviceregistry.file... Loading source files for package org.eclipse.hono.deviceregistry.jdbc... Loading source files for package org.eclipse.hono.deviceregistry.jdbc.config... Loading source files for package org.eclipse.hono.deviceregistry.jdbc.impl... Loading source files for package org.eclipse.hono.deviceregistry.mongodb... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.config... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.model... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.service... Loading source files for package org.eclipse.hono.deviceregistry.mongodb.utils... Constructing Javadoc information... Standard Doclet version 11.0.10 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AbstractProtocolAdapterBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AdapterConfigurationSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AdapterConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AdapterDisabledException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AuthorizationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/ConnectionDurationExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/DataVolumeExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/DeviceDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/GatewayDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/MessagingClients.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/ProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/RegistrationAssertionException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/TenantConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/TenantDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/MicrometerBasedAmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/SaslExternalAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/SaslPlainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/SaslResponseContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/VertxBasedAmqpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/QuarkusAmqpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/AbstractDeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/ChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCertificateValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCredentialsAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/ExecutionContextAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/PreCredentialsValidationHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/SubjectDnCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/TenantServiceBasedX509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/UsernamePasswordAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/UsernamePasswordCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/X509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/X509AuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandHandlers.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/CommandRouterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/Commands.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/DeviceConnectionClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/InternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedCommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedDelegatingCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedLegacyCommandContextWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/ProtonBasedLegacyCommandWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/KafkaBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/DeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/ProtonBasedCredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/ProtonBasedDeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/ProtonBasedTenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/ProtonBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/AbstractKafkaBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/KafkaBasedEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/KafkaBasedTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/AbstractHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/AbstractVertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapErrorResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapOptionInjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CommandResponseResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/DeviceInfoSupplier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/DeviceRegistryBasedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/DeviceRegistryBasedPskStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/EventResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/MicrometerBasedCoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/PreSharedKeyDeviceIdentity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/RequestDeviceAndAuth.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/TelemetryResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/TracingSupportingHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/ConfigBasedCoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/VertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/QuarkusCoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/AuthHandlerTools.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HonoBasicAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HonoChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HonoHttpAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpAuthProviderAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/MicrometerBasedHttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/VertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/QuarkusHttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/KuraAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/KuraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitAutoConfigException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/DefaultConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/MemoryBasedConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/GatewayInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/Location.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraMessageType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraMetaData.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/SubscriptionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/UplinkLoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ActilityEnterpriseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ActilityWirelessProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ChirpStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/EverynetProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/FireflyProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/KerlinkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProviderDownlinkException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProviderMalformedPayloadException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoriotProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/MultiTechProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ObjeniousProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/OrbiwiseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ProximusProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/TheThingsStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ThingsNetworkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/QuarkusLoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/DeviceConnectionDurationTracker.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/DeviceConnectionDurationTracker.Builder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/Metrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/MicrometerBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/NoopBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/AbstractMessageSenderConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducer.Context.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.ConnectionEventProducerType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/HonoEventConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/LoggingConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/AbstractSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/CommandSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/ConnectPacketAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/ErrorSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MappedMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MicrometerBasedMqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttConnectContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttContext.ErrorHandlingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/PendingPubAcks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/PropertyBag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/Subscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/Subscription.Key.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/HttpBasedMessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/VertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/QuarkusMqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/AbstractProtocolAdapterApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/ConnectedDevicesAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/ConnectionDurationAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/DataVolumeAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/LimitedResourceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/NoopResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/ResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/AbstractAdapterConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/AbstractMessagingClientConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/HonoTimestamp.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/ApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/CommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/DownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/Message.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/MessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/MessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/AmqpApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/AmqpMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaMessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaApplicationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/Activity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/Authorities.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/AuthoritiesImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/BCryptHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/EncodedPassword.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/HonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/HonoUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/HonoUserAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/MessageDigestPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/SpringBasedHonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/AuthenticationEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/SimpleAuthenticationServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/FileBasedAuthenticationServiceConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/BasicExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/CacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/ExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/ExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/AbstractCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/AppConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/AmqpCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/CommandAndControlClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/TelemetryAndEventCli.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/Commander.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/Receiver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/ReceiverStatistics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ApplicationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/AsyncCommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/AuthenticationServerClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/BasicDeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ClientErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CommandTargetMapper.CommandTargetMapperContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ConnectionLifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CredentialsClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/CreditBasedSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/DelegatedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/DeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/DisconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/DownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/DownstreamSenderFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/HonoConnection.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/MessageNotProcessedException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/MessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/MessageUndeliverableException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/NoConsumerException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ProtocolAdapterCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ProtocolAdapterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ProtocolAdapterCommandConsumerFactory.CommandHandlingAdapterInfoAccess.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ReconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/RegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/RegistrationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ResourceConflictException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ResourceLimitExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/SendMessageSampler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/SendMessageSampler.Factory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/SendMessageSampler.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/SendMessageSampler.Sample.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/SendMessageTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ServerErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/ServiceInvocationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/StatusCodeMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/TenantClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/AbstractServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/GenericReceiverLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/GenericSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/SenderCachingServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/AmqpAdapterClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/AmqpSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/CommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/TraceableCommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/TraceableEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/TraceableTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientEventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/AmqpAdapterClientTelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AbstractConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AbstractDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AbstractHonoClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AbstractRequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AbstractSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AdapterInstanceCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AmqpAdapterClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/ApplicationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AsyncCommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/AsyncCommandResponseConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CachingClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CommandResponseSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/ConnectionLifecycleWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CredentialsClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/CredentialsClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/DeferredConnectionCheckHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/DelegatedCommandSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/DeviceConnectionClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/DeviceConnectionClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/DownstreamSenderFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/EventConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/EventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/HonoConnectionImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/MappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/ProtocolAdapterCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/ProtocolAdapterCommandConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/RegistrationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/RegistrationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/TelemetryConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/TelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/TenantClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/TenantClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/AbstractKafkaConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/CachingKafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/HonoTopic.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/HonoTopic.Type.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaAdminClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaProducerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaRecordHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/AsyncHandlingAutoCommitKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumerHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/KafkaConsumerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/AbstractKafkaBasedMessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaHeadersExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaHeadersInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaTracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/LongTag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/MessagingClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/ServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/AbstractMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/ProtonBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/ProtonBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaCommandProcessingQueue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/DeviceConnectionInfoProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/CacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/AbstractConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/AuthenticatingClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/FileFormat.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/KeyLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/MapperEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/PemReader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/PemReader.Entry.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/ProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/VertxProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/ConnectionFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/ConnectTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/impl/ConnectionFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/DeviceConnectionAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/EmbeddedCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/RemoteCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/Cache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CacheBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CacheBasedDeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/DeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/EmbeddedCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/HotrodCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/HotrodCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/AbstractFileBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedServiceConfig.DeprecatedEndpointConfigCondition.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/FileBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/NoopServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/Profiles.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/SchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/DeviceServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/TenantServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/ClasspathSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/CredentialsManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/CredentialsServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/DeviceManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/NoOpSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/RegistrationServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/Services.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/TenantManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/TenantServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/AbstractMongoDbBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/CredentialsDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/TenantDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbCallExecutor.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbDeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbDocumentBuilder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/DeviceRegistryAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/DeviceRegistryHttpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/CredentialKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/NoopCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AutoProvisioner.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AutoProvisionerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/DeviceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/NoopRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/DeviceConnectionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/MapBasedDeviceConnectionsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/MapBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AutowiredTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/DefaultTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/NoopTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/NoopTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/TenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/TenantKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/DeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/ServiceClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/Versioned.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/AmqpExampleDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/HonoHttpDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/TcpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/ProtocolGateway.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/AbstractEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/AbstractServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/Endpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/HealthCheckProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/HealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/NoopHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/VertxBasedHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AbstractAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AbstractDelegatingRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AbstractRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AmqpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AbstractHonoAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AddressAuthzHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthorizationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthTokenHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthTokenHelperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/BaseAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/ClaimsBasedAuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/DeviceUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/EventBusAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/EventBusAuthenticationService.HonoUserImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/HonoSaslAuthenticator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/HonoSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/ValidityBasedTrustOptions.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/ValidityOnlyTrustManagerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/X509CertificateChainValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/DelegatingAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/DelegatingAuthenticationServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/AuthenticationServerClientConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/DelegatingAuthenticationServiceProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/AbstractStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/DuplicateKeyException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/EntityNotFoundException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/OptimisticLockingException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/SQL.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/Statement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/Statement.ExpandedStatement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/StatementConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/DeviceState.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/Store.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/Configurations.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceStores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceStores.StoreFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/TableAdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/TableManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/JdbcBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/AdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/ManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/Stores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/Caches.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/CaffeineBasedExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/CaffeineCacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/CommandRouterMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/CommandRouterResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/CommandRouterService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/DelegatingCommandRouterAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/CredentialsMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/CredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/DelegatingCredentialsAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/DelegatingDeviceConnectionAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/DeviceConnectionMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/DeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/AbstractDelegatingHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/AbstractEventBusHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/AbstractHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/ComponentMetaDataDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/DefaultFailureHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/TracingHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/WebSpanDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/WebSpanDecorator.StandardTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/AbstractDelegatingRegistryHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/BaseDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Filter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Filter.Operator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Id.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/OperationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Result.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/SearchResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Sort.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Sort.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CommonCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CommonCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CommonSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/Credentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CredentialTypeResolver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/DelegatingCredentialsManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/GenericCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/GenericSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PasswordCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PasswordSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PskCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PskSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/X509CertificateCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/X509CertificateSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/AutoProvisioning.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/Status.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/DelegatingTenantManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/Tenant.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TenantWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TrustedCertificateAuthority.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.ComponentType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.ConnectionAttemptOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.EndpointType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.ProcessingOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.TtdStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/PrometheusScrapingResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/spring/PrometheusSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/TracerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/HealthCheckServerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/MeterRegistryProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/DelegatingRegistrationAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/RegistrationMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/RegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/AbstractApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/AbstractBaseApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/DelegatingTenantAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/TenantMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/TenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/ServiceBaseUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/quarkus/ConfigPropertiesHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/JsonObjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/JsonObjectInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/MessageAnnotationsExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/MessageAnnotationsInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/MultiMapExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/MultiMapInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/SpanContextHolder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/TenantTraceSamplingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/TracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Adapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/AddressHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/AmqpErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/AuthenticationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/BaseMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/BufferResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CacheDirective.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandRouterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandRouterConstants.CommandRouterAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ConfigurationSupportingVerticle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ConnectionDuration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Constants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsConstants.CredentialsAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/DataVolume.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/DeviceConnectionConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/DeviceConnectionConstants.DeviceConnectionAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/DeviceConnectionResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/EventBusMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/EventConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/EventConstants.RegistrationStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Futures.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Futures.BlockingCode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/HonoProtonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Hostnames.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/JsonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/JwtHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Lifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/MapBasedExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/MapBasedTelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/MessageHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/MessageTap.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/MessagingType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Pair.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/PortConfigurationHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistrationAssertion.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistrationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistrationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistryManagementConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/RequestResponseApiConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/RequestResponseResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceIdentifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceLimits.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceLimitsPeriod.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceLimitsPeriod.PeriodMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/Strings.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TelemetryConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantConstants.TenantAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantTracingConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TimeUntilDisconnectNotification.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TracingSamplingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/TriTuple.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/HonoExampleApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/HonoExampleConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/quarkus/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/quarkus/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/package-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/package-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AbstractProtocolAdapterBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AdapterConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/MessagingClients.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/TenantDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/ProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/GatewayDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/RegistrationAssertionException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AdapterConfigurationSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AdapterDisabledException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/ConnectionDurationExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/DeviceDisabledOrNotRegisteredException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/TenantConnectionsExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AuthorizationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/DataVolumeExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/UsernamePasswordAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/UsernamePasswordCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/TenantServiceBasedX509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/X509AuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCertificateValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/ChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/SubjectDnCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/X509Authentication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/PreCredentialsValidationHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/ExecutionContextAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/AbstractDeviceCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCredentialsAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/CredentialsApiAuthProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/DefaultConnectionLimitManager.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/MemoryBasedConnectionLimitStrategy.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitAutoConfigException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/class-use/MicrometerBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/class-use/DeviceConnectionDurationTracker.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/class-use/DeviceConnectionDurationTracker.Builder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/class-use/Metrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/class-use/NoopBasedMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/HonoEventConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerConfig.ConnectionEventProducerType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/LoggingConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducer.Context.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/AbstractMessageSenderConnectionEventProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/NoopResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ResourceLimitChecks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ConnectionDurationAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ConnectedDevicesAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/LimitedResourceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/DataVolumeAsyncCacheLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/class-use/ConnectionEventProducerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/class-use/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/class-use/AbstractProtocolAdapterApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/class-use/PrometheusBasedResourceLimitChecksConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/class-use/AbstractAdapterConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/class-use/AbstractMessagingClientConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/VertxBasedAmqpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/MicrometerBasedAmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslPlainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslResponseContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslExternalAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/class-use/QuarkusAmqpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CommandResponseResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/TelemetryResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapOptionInjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/EventResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/MicrometerBasedCoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceRegistryBasedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/AbstractHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapErrorResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceRegistryBasedPskStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceInfoSupplier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/TracingSupportingHonoResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/RequestDeviceAndAuth.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/PreSharedKeyDeviceIdentity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/AbstractVertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/class-use/ConfigBasedCoapEndpointFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/class-use/VertxBasedCoapAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/class-use/QuarkusCoapAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/MicrometerBasedHttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HonoBasicAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/AuthHandlerTools.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HonoChainAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/AbstractVertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HonoHttpAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAuthProviderAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/class-use/VertxBasedHttpProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/class-use/QuarkusHttpProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/KuraAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/KuraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/SubscriptionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/UplinkLoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/GatewayInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/Location.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMetaData.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMessageType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ActilityEnterpriseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/OrbiwiseProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ChirpStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoriotProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/KerlinkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProviderDownlinkException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/MultiTechProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ThingsNetworkProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ObjeniousProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ActilityWirelessProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProviderMalformedPayloadException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/TheThingsStackProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ProximusProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/EverynetProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/FireflyProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/class-use/QuarkusLoraProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/X509AuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MicrometerBasedMqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/ConnectPacketAuthHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/PendingPubAcks.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/ErrorSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/CommandSubscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/Subscription.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/Subscription.Key.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttConnectContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttAdapterMetrics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttAdapterMetrics.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MappedMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractVertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttContext.ErrorHandlingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/PropertyBag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/class-use/HttpBasedMessageMapping.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/class-use/VertxBasedMqttProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/class-use/MetricsFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/class-use/QuarkusMqttProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/Config.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/class-use/HonoTimestamp.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/SpringBasedHonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/MessageDigestPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/HonoUserAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/HonoUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/HonoPasswordEncoder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/EncodedPassword.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/BCryptHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/AuthoritiesImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/Authorities.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/Activity.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/class-use/ExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/class-use/ExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/class-use/CacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/class-use/BasicExpiringValue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/VertxProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ProtocolAdapterProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/PemReader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/PemReader.Entry.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/MapperEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/KeyLoader.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/FileFormat.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/AuthenticatingClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/AbstractConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/class-use/ConnectionFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/class-use/ConnectTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/impl/class-use/ConnectionFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/TracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/TenantTraceSamplingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/SpanContextHolder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/MultiMapInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/MultiMapExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/MessageAnnotationsInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/MessageAnnotationsExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/JsonObjectInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/JsonObjectExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TriTuple.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TracingSamplingMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TimeUntilDisconnectNotification.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantTracingConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantConstants.TenantAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TelemetryConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Strings.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceLimitsPeriod.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceLimitsPeriod.PeriodMode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceLimits.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceIdentifier.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RequestResponseResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RequestResponseApiConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistryManagementConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistrationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistrationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistrationAssertion.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/PortConfigurationHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Pair.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MessagingType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MessageTap.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MessageHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MapBasedTelemetryExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MapBasedExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/LimitedResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Lifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/JwtHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Hostnames.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/HonoProtonHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Futures.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Futures.BlockingCode.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ExecutionContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/EventConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/EventConstants.RegistrationStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/EventBusMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionConstants.DeviceConnectionAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/DataVolume.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsObject.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsConstants.CredentialsAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Constants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ConnectionDuration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ConfigurationSupportingVerticle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandRouterConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandRouterConstants.CommandRouterAction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CacheDirective.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/BufferResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/BaseMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/AuthenticationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/AmqpErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/AddressHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Adapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/class-use/AppConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/class-use/AbstractCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/class-use/CommandAndControlClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/class-use/AmqpCliClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/class-use/TelemetryAndEventCli.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/class-use/ReceiverStatistics.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/class-use/Receiver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/class-use/Commander.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/TenantClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/StatusCodeMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ServiceInvocationException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ServerErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/SendMessageTimeoutException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.Sample.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.Noop.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/SendMessageSampler.Factory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ResourceLimitExceededException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ResourceConflictException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/RegistrationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/RegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ReconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ProtocolAdapterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ProtocolAdapterCommandConsumerFactory.CommandHandlingAdapterInfoAccess.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ProtocolAdapterCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/NoConsumerException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/MessageUndeliverableException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/MessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/MessageNotProcessedException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/HonoConnection.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/DownstreamSenderFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/DownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/DisconnectListener.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/DeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/DelegatedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CreditBasedSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CredentialsClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ConnectionLifecycle.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CommandTargetMapper.CommandTargetMapperContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/CommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ClientErrorException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/BasicDeviceConnectionClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/AuthenticationServerClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/AsyncCommandClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ApplicationClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/TraceableTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/TraceableEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/TraceableCommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/CommandResponder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/AmqpSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/AmqpAdapterClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientTelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientEventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/class-use/AmqpAdapterClientCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/TenantClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/TenantClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/TelemetrySenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/TelemetryConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/RegistrationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/RegistrationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/ProtocolAdapterCommandConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/ProtocolAdapterCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/MappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/HonoConnectionImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/EventSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/EventConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/DownstreamSenderFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/DeviceConnectionClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/DeviceConnectionClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/DelegatedCommandSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/DeferredConnectionCheckHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CredentialsClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CredentialsClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/ConnectionLifecycleWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CommandResponseSenderImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/CachingClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AsyncCommandResponseConsumerImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AsyncCommandClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/ApplicationClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AmqpAdapterClientFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AdapterInstanceCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AbstractSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AbstractRequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AbstractHonoClientFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AbstractDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/class-use/AbstractConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/EmbeddedCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CacheBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/HotrodCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/BasicCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/HotrodCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/Cache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CacheBasedDeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/DeviceConnectionInfo.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/class-use/InfinispanRemoteConfigurationProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/class-use/CommonCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/DeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/DeviceConnectionClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/InternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/Command.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandHandlerWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandHandlers.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandRouterCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandResponse.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/Commands.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/class-use/CommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/class-use/DeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/class-use/CredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/class-use/TenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/class-use/EventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/class-use/TelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommandRouterClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedLegacyCommandContextWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedDelegatingCommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedLegacyCommandWrapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/class-use/ProtonBasedDeviceConnectionClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/class-use/ProtonBasedDeviceRegistrationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/class-use/ProtonBasedTenantClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/class-use/ProtonBasedCredentialsClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/class-use/ProtonBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedCommandContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedInternalCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedInternalCommandConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedCommandResponseSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/class-use/KafkaBasedCommand.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/class-use/KafkaBasedTelemetrySender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/class-use/AbstractKafkaBasedDownstreamSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/class-use/KafkaBasedEventSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractRequestResponseServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/GenericReceiverLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/RequestResponseClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractHonoClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/GenericSenderLink.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/SenderCachingServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/MessageConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/ApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/MessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/Message.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/DownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/MessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/CommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/AmqpApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/AmqpMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaMessageContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaApplicationClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaMessageProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaDownstreamMessage.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaBasedCommandSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaApplicationClientImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/ServiceClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/MessagingClient.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/HonoTopic.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/HonoTopic.Type.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaAdminClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/CachingKafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaProducerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/AbstractKafkaConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaProducerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaRecordHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/AsyncHandlingAutoCommitKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/KafkaConsumerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/HonoKafkaConsumer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/HonoKafkaConsumerHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/AbstractKafkaBasedMessageSender.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaTracingHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/LongTag.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaHeadersInjectAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaHeadersExtractAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/class-use/HonoHttpDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/class-use/AmqpExampleDevice.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/class-use/HonoExampleApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/class-use/HonoExampleConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/class-use/HonoExampleApplicationBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/class-use/TcpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/class-use/ProtocolGateway.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/VertxBasedHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/AbstractEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/NoopHealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/AbstractServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/Endpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/HealthCheckServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/HealthCheckProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AmqpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractDelegatingRequestResponseEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/DeviceUser.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/X509CertificateChainValidator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthorizationConstants.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AddressAuthzHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthTokenHelperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/HonoSaslAuthenticator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/ClaimsBasedAuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthorizationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/HonoSaslAuthenticatorFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthTokenHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/EventBusAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/EventBusAuthenticationService.HonoUserImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/ValidityOnlyTrustManagerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/ValidityBasedTrustOptions.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/BaseAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AbstractHonoAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/DelegatingAuthenticationServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/DelegatingAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/class-use/CaffeineBasedExpiringValueCache.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/class-use/Caches.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/class-use/CaffeineCacheProvider.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/class-use/DelegatingCommandRouterAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/class-use/CommandRouterResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/class-use/CommandRouterService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/class-use/CommandRouterMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/class-use/DelegatingDeviceConnectionAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/class-use/DeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/class-use/DeviceConnectionMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/AbstractDelegatingHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/DefaultFailureHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/AbstractEventBusHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/AbstractHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/TracingHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceBase.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpContext.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/WebSpanDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/WebSpanDecorator.StandardTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/ComponentMetaDataDecorator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/PrometheusScrapingResource.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.QoS.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.TtdStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ProcessingOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ComponentType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.EndpointType.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ConnectionAttemptOutcome.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/class-use/ServiceBaseUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/class-use/ClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/class-use/RequestResponseClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/class-use/ServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/class-use/ServerConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/class-use/ApplicationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/DelegatingAuthenticationServiceProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/AuthenticationServerClientConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/AuthenticationServerClientConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/class-use/TracerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/class-use/HealthCheckServerProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/class-use/MeterRegistryProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/quarkus/class-use/ConfigPropertiesHelper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/spring/class-use/PrometheusSupport.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/class-use/AbstractBaseApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/class-use/AbstractApplication.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/class-use/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/AuthenticationEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/SimpleAuthenticationServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/class-use/FileBasedAuthenticationServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/class-use/FileBasedAuthenticationServiceConfigProperties.SignatureSupportingConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcDeviceStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcTenantStoreProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/EntityNotFoundException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/StatementConfiguration.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/AbstractStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/SQL.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/Statement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/Statement.ExpandedStatement.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/OptimisticLockingException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/DuplicateKeyException.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/class-use/DeviceState.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/class-use/Store.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceStores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceStores.StoreFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/TableManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/Configurations.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/CredentialsReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/AbstractDeviceStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/TableAdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/class-use/JdbcBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/AdapterStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/Stores.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/TenantReadResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/AbstractTenantStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/ManagementStore.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/class-use/CacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandConsumerFactory.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandTargetMapper.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/CommandRouterServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/CommandTargetMapperImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/AbstractMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/class-use/ProtonBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/class-use/ProtonBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaCommandProcessingQueue.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaBasedMappingAndDelegatingCommandHandler.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaBasedCommandConsumerFactoryImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/DeviceConnectionInfoProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/CommandRouterServiceConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/class-use/KafkaRuntimeConfigProducer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/RemoteCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/DeviceConnectionAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/CacheBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/class-use/EmbeddedCacheConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/class-use/DeviceRegistryHttpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/class-use/DeviceRegistryAmqpServer.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/CredentialKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/AbstractCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/NoopCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/AbstractCredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/NoopRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AutoProvisionerConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AutoProvisioner.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractDeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/DeviceKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/class-use/MapBasedDeviceConnectionsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/class-use/MapBasedDeviceConnectionService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/class-use/DeviceConnectionKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/DefaultTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AbstractTenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AbstractTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AutowiredTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/NoopTenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/NoopTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/TenantKey.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/TenantInformationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/DeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/Versioned.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/ServiceClientAdapter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/class-use/CredentialsMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/class-use/DelegatingCredentialsAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/class-use/CredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/AbstractDelegatingRegistryHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/SearchResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Sort.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Sort.Direction.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Filter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Filter.Operator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Id.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Result.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/OperationResult.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/BaseDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonCredentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/DelegatingCredentialsManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialTypeResolver.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PskSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PasswordSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PasswordCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PskCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/Credentials.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/GenericSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/GenericCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/X509CertificateSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/X509CertificateCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonSecret.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonCredential.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialsManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DelegatingDeviceManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/AutoProvisioning.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/Status.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceStatus.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/Device.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantWithId.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantManagementService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/DelegatingTenantManagementHttpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TrustedCertificateAuthority.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/Tenant.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/class-use/DelegatingRegistrationAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/class-use/RegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/class-use/RegistrationMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/class-use/TenantMessageFilter.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/class-use/DelegatingTenantAmqpEndpoint.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/class-use/TenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedServiceConfig.DeprecatedEndpointConfigCondition.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/NoopServiceConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/AbstractFileBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/class-use/FileBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/Profiles.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/class-use/SchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/TenantServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/DeviceServiceProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/TenantManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/Services.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/RegistrationServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/NoOpSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/CredentialsManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/DeviceManagementServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/TenantServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/CredentialsServiceImpl.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/ClasspathSchemaCreator.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/class-use/ApplicationConfig.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/class-use/Application.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedTenantsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedCredentialsConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedRegistrationConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/AbstractMongoDbBasedRegistryConfigProperties.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/CredentialsDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/MongoDbBasedDeviceDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/TenantDto.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedTenantService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedDeviceBackend.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedCredentialsService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedRegistrationService.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbDocumentBuilder.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbCallExecutor.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbDeviceRegistryUtils.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/command/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/registry/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/client/telemetry/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/kura/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/metric/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/auth/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cache/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/adapter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/cli/app/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/internal/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/config/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/connection/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/file/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/deviceconnection/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/devices/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/devcon/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/commandrouter/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/deviceconnection/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/quarkus/metric/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/spring/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/quarkus/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/util/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/package-use.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/index.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/site/apidocs/help-doc.html... 15 warnings [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/providers/JsonBasedLoraProvider.java:100: warning: no @param for payload [WARNING] protected JsonObject getCommandPayload(final Buffer payload, final String deviceId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/src/main/java/org/eclipse/hono/adapter/lora/providers/JsonBasedLoraProvider.java:100: warning: no @param for deviceId [WARNING] protected JsonObject getCommandPayload(final Buffer payload, final String deviceId) { [WARNING] ^ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 1.8.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [ 19.618 s] [INFO] Legal Documents .................................... SUCCESS [ 15.359 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.010 s] [INFO] Hono Test Utils .................................... SUCCESS [ 23.544 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 0.147 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 10.759 s] [INFO] Hono Core .......................................... SUCCESS [ 37.490 s] [INFO] Hono Client ........................................ SUCCESS [ 16.701 s] [INFO] Hono Clients ....................................... SUCCESS [ 8.032 s] [INFO] Hono Client Common ................................. SUCCESS [ 8.011 s] [INFO] Hono Client for Protocol Adapters .................. SUCCESS [ 8.884 s] [INFO] Hono Service base .................................. SUCCESS [ 11.335 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 11.169 s] [INFO] Hono Service Base (Quarkus) ........................ SUCCESS [ 15.038 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 4.126 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 12.437 s] [INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [ 0.399 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 6.702 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 11.016 s] [INFO] Hono Client for Protocol Adapters (Kafka) .......... SUCCESS [ 1.039 s] [INFO] Hono Adapter Base (Quarkus) ........................ SUCCESS [ 10.301 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 12.986 s] [INFO] Hono Service Base (Spring) ......................... SUCCESS [ 1.855 s] [INFO] Hono Adapter Base (Spring) ......................... SUCCESS [ 6.985 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 10.259 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 7.485 s] [INFO] Hono AMQP Adapter base ............................. SUCCESS [ 12.567 s] [INFO] Hono Protocol Adapters (Spring) .................... SUCCESS [ 6.409 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 1.217 s] [INFO] Hono Protocol Adapters (Quarkus) ................... SUCCESS [ 0.764 s] [INFO] Hono AMQP Adapter (Quarkus) ........................ SUCCESS [ 6.783 s] [INFO] Hono CoAP Adapter base ............................. SUCCESS [ 0.877 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 0.732 s] [INFO] Hono CoAP Adapter (Quarkus) ........................ SUCCESS [ 3.596 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 0.699 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 0.438 s] [INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [ 3.384 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 0.105 s] [INFO] Hono Kura Adapter .................................. SUCCESS [ 0.094 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 0.124 s] [INFO] Hono Lora Adapter (Quarkus) ........................ SUCCESS [ 2.540 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 0.102 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 0.135 s] [INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [ 3.515 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 0.435 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 0.064 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 0.146 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 0.117 s] [INFO] Hono command-line interface ........................ SUCCESS [ 0.627 s] [INFO] Hotrod Device Connection client (Quarkus) .......... SUCCESS [ 0.200 s] [INFO] Hono Deployment .................................... SUCCESS [ 0.124 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.004 s] [INFO] Hono Client Examples ............................... SUCCESS [ 0.077 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 0.170 s] [INFO] Hono Services ...................................... SUCCESS [ 0.027 s] [INFO] Hono Auth base ..................................... SUCCESS [ 0.067 s] [INFO] Hono Services (Spring) ............................. SUCCESS [ 0.031 s] [INFO] Hono Auth .......................................... SUCCESS [ 0.079 s] [INFO] Hono Services (Quarkus) ............................ SUCCESS [ 0.042 s] [INFO] Hono Auth (Quarkus) ................................ SUCCESS [ 2.240 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 0.203 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 0.046 s] [INFO] Hono Command Router base ........................... SUCCESS [ 0.123 s] [INFO] Hono Command Router (Spring) ....................... SUCCESS [ 0.098 s] [INFO] Hono Command Router (Quarkus) ...................... SUCCESS [ 2.559 s] [INFO] Hono Device Connection service ..................... SUCCESS [ 0.097 s] [INFO] Hono File Based Device Registry .................... SUCCESS [ 0.112 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 0.171 s] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 0.126 s] [INFO] Hono Site .......................................... SUCCESS [ 0.113 s] [INFO] Hono Integration Tests ............................. SUCCESS [ 0.170 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:44 min [INFO] Finished at: 2021-05-20T01:12:00Z [INFO] ------------------------------------------------------------------------ [Pipeline] javadoc Publishing Javadoc [Pipeline] echo archiving Command Line Client ... [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS