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 Still waiting to schedule task Waiting for next available executor Created Pod: hono/my-agent-pod-5hfp7-2p8tf [Normal][hono/my-agent-pod-5hfp7-2p8tf][Scheduled] Successfully assigned hono/my-agent-pod-5hfp7-2p8tf to okdnode-23 [Normal][hono/my-agent-pod-5hfp7-2p8tf][AddedInterface] Add eth0 [10.40.61.54/23] [Normal][hono/my-agent-pod-5hfp7-2p8tf][Pulled] Container image "maven:3.6-openjdk-11" already present on machine [Normal][hono/my-agent-pod-5hfp7-2p8tf][Created] Created container maven [Normal][hono/my-agent-pod-5hfp7-2p8tf][Started] Started container maven [Normal][hono/my-agent-pod-5hfp7-2p8tf][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine [Normal][hono/my-agent-pod-5hfp7-2p8tf][Created] Created container jnlp [Normal][hono/my-agent-pod-5hfp7-2p8tf][Started] Started container jnlp Agent my-agent-pod-5hfp7-2p8tf is provisioned from template my-agent-pod-5hfp7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Nightly-Declarative-Pipeline/1011/" runUrl: "job/Hono-Nightly-Declarative-Pipeline/1011/" labels: jenkins: "slave" jenkins/label: "my-agent-pod" name: "my-agent-pod-5hfp7-2p8tf" 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-5hfp7-2p8tf" - name: "JENKINS_NAME" value: "my-agent-pod-5hfp7-2p8tf" - 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-5hfp7-2p8tf 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 7dd15c9ff52b9d42fcd54973518e3a6e3b7cd037 (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 7dd15c9ff52b9d42fcd54973518e3a6e3b7cd037 # timeout=10 Commit message: "Add version 1.8.0 download link" > git rev-list --no-walk 784518ac36b21dabb7acc09dc9903f31d377b63d # 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@80e0822e; decorates RemoteLauncher[hudson.remoting.Channel@b19fdeb1:JNLP4-connect connection from 10.40.61.54/10.40.61.54:33176] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Checking out Revision 7dd15c9ff52b9d42fcd54973518e3a6e3b7cd037 (refs/remotes/origin/master) > 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 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7dd15c9ff52b9d42fcd54973518e3a6e3b7cd037 # timeout=10 Commit message: "Add version 1.8.0 download link" [Pipeline] echo building and deploying nightly artifacts ... [Pipeline] sh + 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 51 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 24 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 160 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 359 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 38 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 64 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 324 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 350 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 48 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 161 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 322 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 57 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 34 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 201 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 26 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 33 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 415 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.6 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 220 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 26 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 19 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 15 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 50 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 22 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 19 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 25 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 60 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 41 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 29 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 17 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 44 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 40 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 45 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 32 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 39 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 16 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 64 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 46 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 49 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 62 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 37 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 50 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 81 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 495 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 55 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 383 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 507 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 352 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 158 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 567 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 54 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 25 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 565 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 1.9 MB/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 309 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 110 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 268 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 103 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 6.0 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 24 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 279 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 307 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 400 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 451 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 8.6 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 166 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.0 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 101 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 4.3 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 439 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 38 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 105 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 121 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 351 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 68 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 154 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 85 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 65 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 66 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 118 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 302 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 908 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 822 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 84 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 243 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 531 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 1.9 MB/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 38 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 38 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 35 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 539 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 110 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 324 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 40 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 29 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 40 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 58 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 47 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 72 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 27 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 96 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 81 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 175 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 239 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 68 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 68 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 399 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 260 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 565 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 31 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 886 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 55 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 633 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 65 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 177 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 264 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/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/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/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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.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/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/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-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 660 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/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 301 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/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 185 kB/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/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 2.1 MB/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/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 227 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/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 1.9 MB/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/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 17 MB/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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 240 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/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 1.2 MB/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/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 67 kB/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/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 41 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/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 806 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 117 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 819 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/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.2 MB/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/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 77 kB/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/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 107 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/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 23 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/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 131 kB/s) [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 959 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] 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/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 389 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/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 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-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/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 28 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/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 921 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/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 225 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-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 63 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/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 983 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/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 44 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/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 317 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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 371 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 25 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/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 46 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 3.6 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/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 855 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/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 394 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/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 37 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/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 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.15/plexus-interpolation-1.15.jar [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 65 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/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.2 MB/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 297 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/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 155 kB/s) [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 114 kB/s) [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 77 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 499 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 306 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 1.2 MB/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 156 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.5 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 188 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 1.0 MB/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 2.6 MB/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 4.6 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 228 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 1.2 MB/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 26 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 185 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 110 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 176 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 358 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 248 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 15 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 170 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 284 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 1.1 MB/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 2.3 MB/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 44 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 95 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 206 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.4 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 203 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 450 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 45 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 424 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 84 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 11 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 234 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 591 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 1.0 MB/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 137 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 46 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 85 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 254 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 464 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 37 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 365 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 180 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 26 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 249 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 877 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 32 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 90 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 264 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 209 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 22 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 59 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 495 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 157 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 99 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 30 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 41 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 32 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 370 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 40 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 92 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 70 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 598 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 103 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 98 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 359 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 60 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 38 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 41 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 26 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 64 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 100 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 40 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 39 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 166 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 616 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 31 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 35 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 148 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 26 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 222 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 148 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 271 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 71 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 98 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 232 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 1.0 MB/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 773 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 72 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 1.2 MB/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 125 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 306 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 91 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 658 B/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 34 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 94 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.2 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 3.0 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 116 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 72 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 88 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 77 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 2.2 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 55 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 109 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 81 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 102 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 948 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 166 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 818 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 53 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 70 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 187 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 1.8 MB/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 29 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 61 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 106 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 212 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 1.1 MB/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 20 kB/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 151 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 618 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 97 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 450 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 157 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 188 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 323 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 45 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 482 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 1.4 MB/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 85 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 160 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 51 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 183 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 29 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 200 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 55 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 93 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 83 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 61 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 52 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 452 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 50 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 452 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 409 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 89 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 432 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 6.7 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 73 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 221 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 44 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 56 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 59 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 34 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 52 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 40 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/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-jdk14/1.5.6/slf4j-jdk14-1.5.6.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/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] 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] 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 6.9 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/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 2.2 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/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 571 kB/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.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 615 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 4.2 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/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar (232 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-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/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 257 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/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 45 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 114 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-core/2.2.0/maven-core-2.2.0.jar (175 kB at 880 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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 83 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/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 42 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/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 95 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 139 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/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 329 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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 719 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-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 276 kB/s) [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 1.1 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.0/maven-repository-metadata-2.2.0.jar [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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 153 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-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 41 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/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 82 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-project/2.2.0/maven-project-2.2.0.jar (156 kB at 466 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-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 88 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-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 35 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 104 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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 108 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 34 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-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 164 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 827 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/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 94 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/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 70 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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 33 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/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 53 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/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 1.1 MB/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/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 24 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/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 5.7 MB/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 159 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/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 357 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/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 277 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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 8.1 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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 256 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-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 440 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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 16 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/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 19 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] 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 108 kB/s) [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/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 108 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/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 655 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 18 kB/s) [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 13 kB/s) [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 95 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] 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] 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/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 78 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/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 654 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 107 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-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 80 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/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 324 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-fml/1.0/doxia-module-fml-1.0.jar (19 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-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-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 67 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/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 39 kB/s) [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 29 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 743 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 182 kB/s) [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 9.3 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.9.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 204 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 3.9 MB/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 15 MB/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 4.3 MB/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 540 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 227 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 254 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 1.8 MB/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 614 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 5.7 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 282 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 704 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 672 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 385 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 396 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 1.2 MB/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 13 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 105 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 185 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 1.2 MB/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 148 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 161 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 1.2 MB/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 644 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 435 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.2 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 491 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 1.2 MB/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 233 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 108 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 28 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 39 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 12 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 52 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 11 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 7.8 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 28 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 28 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 17 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 290 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 2.1 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 24 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 39 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 21 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 20 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 42 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 30 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 28 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 27 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 132 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 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.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 38 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 48 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 235 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 7.7 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 30 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 345 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 21 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 42 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 197 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 40 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 29 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 87 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 81 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 23 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 11 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 24 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 45 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 124 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 24 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 30 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 17 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 50 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 64 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 24 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 14 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 5.0 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 7.3 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 57 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-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/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/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-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-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-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-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-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-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/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/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/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.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.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.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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 3.2 MB/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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 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-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/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 5.8 MB/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-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.9 MB/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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 3.0 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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.7 MB/s) [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 1.6 MB/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-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.1 MB/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] 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] 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 672 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 5.4 MB/s) [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] 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/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 733 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-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 873 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.1/maven-plugin-api-2.2.1.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 232 kB/s) [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] 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 263 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 277 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-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/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 156 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/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 1.2 MB/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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 88 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/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 1.5 MB/s) [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-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 539 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] 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 417 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-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 67 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-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 316 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-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 146 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-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 367 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-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 163 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-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 154 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-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 283 kB/s) [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-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 255 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] 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 297 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/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 218 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/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 235 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 13 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 28 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/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 375 kB/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.7 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/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 24 kB/s) [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.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 12 kB/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] 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 2.2 MB/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 7.6 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-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 9.7 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/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/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/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 394 kB/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 12 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 102 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 356 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 4.1 MB/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 964 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 1.2 MB/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 12 MB/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 984 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 288 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 978 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 114 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 122 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 256 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 149 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 97 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 39 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 268 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 717 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 18 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 174 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 860 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 200 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 838 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 260 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 481 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 390 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 72 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 148 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 40 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 243 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 39 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 150 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 88 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 76 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 407 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 98 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 194 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 79 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 157 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 123 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 230 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 139 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 222 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 192 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 191 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 2.0 MB/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 825 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 699 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.8 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 1.6 MB/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 3.1 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 815 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 678 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 60 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 71 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 484 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 187 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 551 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 188 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 149 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 39 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 495 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/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-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/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/3.0/maven-settings-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-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/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/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-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/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/beanshell/bsh/2.0b4/bsh-2.0b4.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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.8 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/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 5.5 MB/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] 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 12 MB/s) [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-core/3.0/maven-core-3.0.jar (527 kB at 13 MB/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-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 859 kB/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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 3.4 MB/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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 4.5 MB/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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 654 kB/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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.0 MB/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/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 952 kB/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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.0 MB/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 266 kB/s) [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 3.0 MB/s) [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] 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] 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 2.1 MB/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] 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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 870 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-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 4.5 MB/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 1.0 MB/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/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.3 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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.8 MB/s) [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 195 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] 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 544 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/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 1.5 MB/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/shared/maven-shared-utils/3.1.0/maven-shared-utils-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/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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.7 MB/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/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 5.3 MB/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/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 3.4 MB/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/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.7 MB/s) [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 1.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/2.2/maven-dependency-tree-2.2.jar [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/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 26 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/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 383 kB/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/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 1.2 MB/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/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 892 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 313 kB/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.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 360 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 980 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 1.7 MB/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 1.7 MB/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 9.3 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 320 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 1.7 MB/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 82 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 97 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 170 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 467 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 1.0 MB/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 248 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 141 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 186 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 207 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 679 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.5 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 759 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.9 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 727 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 71 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 98 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 99 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 188 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 9.5 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 284 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 1.7 MB/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 266 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 232 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 1.5 MB/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 1.0 MB/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 204 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 151 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 291 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 310 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 192 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 492 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 32 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 235 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 29 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 67 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 118 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 320 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 85 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 328 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 34 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 53 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 34 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 102 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 96 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 262 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 103 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 237 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 256 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 50 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 25 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 1.1 MB/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 1.6 MB/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 110 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 420 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 1.3 MB/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 91 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 229 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 960 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 87 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 98 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 52 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 57 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 51 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 47 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 40 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 64 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 140 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 241 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 313 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 997 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 451 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 423 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 17 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 48 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 132 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 129 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 2.9 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 3.9 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 2.8 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 123 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 30 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 165 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 11 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 2.9 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 43 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 150 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 3.7 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 119 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 620 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 27 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 520 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 386 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 386 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 61 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 106 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 639 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 134 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 510 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 528 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 255 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 10 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 18 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 61 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 22 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/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/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/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.8 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] 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 879 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.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-util/1.13.1/aether-util-1.13.1.jar (130 kB at 4.1 MB/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/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 5.0 MB/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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 304 kB/s) [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 429 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] 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/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 8.2 MB/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 593 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/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 444 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.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-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 120 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-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 99 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-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 548 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-core/1.9.1/doxia-core-1.9.1.jar (217 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-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-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 357 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-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 93 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 87 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/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 53 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/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 70 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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 14 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/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 438 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 397 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/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 845 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/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 26 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-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 570 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/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 172 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/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.4 MB/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-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.0 MB/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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.7 MB/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] 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 401 kB/s) [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 1.3 MB/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/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 246 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/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 645 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 166 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/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 138 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.2 MB/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/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 299 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/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 506 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/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 838 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/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.6 MB/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/tukaani/xz/1.8/xz-1.8.jar (109 kB at 272 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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 188 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/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 140 kB/s) [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 114 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 693 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 25 kB/s) [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 1.6 MB/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 462 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 5.4 MB/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 1.9 MB/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 916 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 151 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 32 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 41 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 117 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 152 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 151 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 330 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 84 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 84 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 273 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 493 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 60 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 263 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 291 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 441 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 455 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 16 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 127 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 558 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 7.8 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 206 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 228 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 202 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 298 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 67 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 196 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 91 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 70 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 101 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 135 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 56 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 148 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 176 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 123 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 107 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 158 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 28 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 112 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 392 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 114 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 449 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 608 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 2.4 MB/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 133 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/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-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-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-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-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-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-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 342 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 26 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 104 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-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] 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] 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 28 MB/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-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 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-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-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 1.6 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-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.2 MB/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 4.3 MB/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-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.1 MB/s) [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 4.1 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-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.5 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 443 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 3.4 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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 136 kB/s) [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 3.1 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] 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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 97 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 7.4 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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 817 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-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 610 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 623 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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 269 kB/s) [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 261 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] 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/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.2 MB/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 1.2 MB/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/commons/commons-compress/1.13/commons-compress-1.13.jar (467 kB at 2.6 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 1.5 MB/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/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 12 MB/s) [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 3.3 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 6.3 MB/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 160 kB/s) [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 1.2 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 291 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 4.5 MB/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 3.8 MB/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 1.7 MB/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 68 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 27 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 80 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 41 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 52 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 18 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 38 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 28 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 34 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 21 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 75 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 142 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-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-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-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-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 230 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-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 597 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 818 kB/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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 362 kB/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-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 882 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-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.1 MB/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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 533 kB/s) [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 785 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 217 kB/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 96 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.8 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/1.9.0-SNAPSHOT/hono-parent-1.9.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.9.0-SNAPSHOT/hono-parent-1.9.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 1.9.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 159 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 297 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 7.2 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 734 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 416 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 3.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 135 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 717 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 2.0 MB/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 382 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 1.4 MB/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 100 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 31 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 101 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/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.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] 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 11 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 2.5 MB/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 4.4 MB/s) [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 876 kB/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 2.4 MB/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 450 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 290 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 284 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 230 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 163 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 41 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 241 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 12 kB/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 51 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 79 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/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/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-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-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 8.2 MB/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-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.4 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/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 903 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/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 665 kB/s) [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 338 kB/s) [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 2.7 MB/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 4.5 MB/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 64 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 1.6 MB/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 41 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 5.1 MB/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 1.8 MB/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 85 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 298 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 239 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 352 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-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/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/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-api/2.22.2/surefire-api-2.22.2.jar (186 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.15/plexus-utils-1.5.15.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 342 kB/s) [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/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 13 MB/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/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 918 kB/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 5.4 MB/s) [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 6.4 MB/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 4.0 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 158 kB/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 469 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 1.4 MB/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 980 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 96 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 513 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 2.1 MB/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 1.8 MB/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 2.4 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/1.9.0-SNAPSHOT/hono-legal-1.9.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.9.0-SNAPSHOT/hono-legal-1.9.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.9.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.9.0-SNAPSHOT/hono-bom-1.9.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.9.0-SNAPSHOT/hono-bom-1.9.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 1.9.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 289 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 2.6 MB/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 79 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 168 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 268 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 58 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 62 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 89 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 69 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 159 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 123 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 71 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 243 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 38 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 395 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 1.1 MB/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 995 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 39 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 1.7 MB/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 53 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 60 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 27 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 87 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 17 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 96 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 9.6 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 96 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 64 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 122 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 82 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 36 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 325 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 1.1 MB/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 266 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 1.2 MB/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 929 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 8.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/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar (176 kB at 2.0 MB/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/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 86 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/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 25 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.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 143 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 4.5 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-engine/1.7.0/junit-platform-engine-1.7.0.jar (181 kB at 673 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/io/netty/netty-transport/4.1.58.Final/netty-transport-4.1.58.Final.jar (477 kB at 1.6 MB/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-buffer/4.1.58.Final/netty-buffer-4.1.58.Final.jar (299 kB at 912 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.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 300 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.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 3.4 MB/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 63 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-handler/4.1.58.Final/netty-handler-4.1.58.Final.jar (477 kB at 1.2 MB/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-socks/4.1.58.Final/netty-codec-socks-4.1.58.Final.jar (119 kB at 296 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 74 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/4.1.58.Final/netty-codec-4.1.58.Final.jar (320 kB at 707 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/netty/netty-codec-http/4.1.58.Final/netty-codec-http-4.1.58.Final.jar (624 kB at 1.3 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/io/netty/netty-resolver-dns/4.1.58.Final/netty-resolver-dns-4.1.58.Final.jar (154 kB at 317 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 127 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/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 119 kB/s) [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 904 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 418 kB/s) [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 900 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 4.3 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 238 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 307 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 136 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 762 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 97 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 167 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 183 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 188 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 111 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 217 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 298 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 232 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 94 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 51 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 181 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 47 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 35 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 62 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.0 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 226 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 182 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 13 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 106 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 241 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 79 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 55 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 100 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 20 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 330 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 26 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 93 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 60 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 226 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 41 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 37 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 35 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 34 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 27 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 175 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 1.3 MB/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 870 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 75 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 211 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 40 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 65 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 104 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 40 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 17 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 125 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 27 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 106 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/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.5 MB/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 216 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-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 1.0 MB/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/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 287 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/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 3.2 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/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 163 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/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.8 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/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 2.8 MB/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/doxia-module-xhtml5-1.9.jar [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.8 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] 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/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 122 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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 958 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/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 181 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/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 121 kB/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/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 708 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/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 1.1 MB/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/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 364 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/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 3.5 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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.3 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/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.8 MB/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/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 600 kB/s) [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.5 MB/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 157 kB/s) [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 535 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 141 kB/s) [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/legal/target/hono-legal-1.9.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 2.6 MB/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 35 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 18 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 71 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 119 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 600 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 496 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 940 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 110 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 679 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 99 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 238 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 87 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 42 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 160 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 115 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 293 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 166 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 80 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 111 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 98 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 46 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 448 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 510 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 25 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 48 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 22 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 26 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 85 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 309 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 87 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 44 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 64 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 181 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 33 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 315 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 47 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 55 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 505 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 133 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 92 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 26 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 73 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 91 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 148 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 320 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 227 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 287 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 38 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 542 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 61 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 497 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 74 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 190 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 336 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 180 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 81 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 332 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/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/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/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/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/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/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 7.1 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/com/google/guava/guava/30.0-jre/guava-30.0-jre.jar (2.9 MB at 39 MB/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/com/puppycrawl/tools/checkstyle/8.39/checkstyle-8.39.jar (1.6 MB at 17 MB/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/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 23 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 199 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/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 2.1 MB/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/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 131 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/info/picocli/picocli/4.5.2/picocli-4.5.2.jar (390 kB at 3.6 MB/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/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 81 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/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 784 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/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 3.3 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.3/maven-reporting-impl-2.3.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 115 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/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 732 kB/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/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 3.3 MB/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 624 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 725 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/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 17 kB/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/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 571 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/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.jar (338 kB at 1.1 MB/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-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 550 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/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 4.0 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.4/doxia-logging-api-1.4.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 924 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-logging-api/1.4/doxia-logging-api-1.4.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-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/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 149 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.4/doxia-sink-api-1.4.jar (11 kB at 31 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] 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/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 131 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-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 168 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/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 39 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/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 273 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] 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 95 kB/s) [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/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 111 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/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 206 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 55 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 130 kB/s) [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 292 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 13 MB/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.9.0-SNAPSHOT/test-utils-1.9.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.9.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 52 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 847 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 337 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/1.9.0-SNAPSHOT/core-test-utils-1.9.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.9.0-SNAPSHOT/core-test-utils-1.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/demo-certs/target/hono-demo-certs-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/1.9.0-SNAPSHOT/hono-demo-certs-1.9.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.9.0-SNAPSHOT/hono-demo-certs-1.9.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.9.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 788 B/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 37 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 508 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 823 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 1.2 MB/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 1.4 MB/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 777 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 74 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 824 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 1.2 MB/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 63 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 142 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 1.2 MB/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 71 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 117 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 25 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 178 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 1.9 MB/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 4.6 MB/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 3.7 MB/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 623 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 1.3 MB/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 1.6 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.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 86 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 53 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 39 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 495 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 37 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 74 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 532 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 277 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 3.3 MB/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 1.1 MB/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 2.1 MB/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 710 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 123 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 34 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 43 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 55 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 160 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 90 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 120 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 78 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 414 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 133 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 39 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 34 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 58 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 58 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 133 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 49 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 221 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 443 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/io/vertx/vertx-proton/3.9.7/vertx-proton-3.9.7.jar (119 kB at 2.8 MB/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/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar (41 kB at 934 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.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 1.5 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-core/2.11.3/jackson-core-2.11.3.jar (351 kB at 7.0 MB/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/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar (1.4 MB at 22 MB/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 141 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/io/jsonwebtoken/jjwt-api/0.11.2/jjwt-api-0.11.2.jar (79 kB at 463 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/org/springframework/security/spring-security-crypto/5.4.5/spring-security-crypto-5.4.5.jar (80 kB at 456 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-impl/0.11.2/jjwt-impl-0.11.2.jar (79 kB at 441 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/org/apache/qpid/proton-j/0.33.8/proton-j-0.33.8.jar (742 kB at 4.1 MB/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.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 1.5 MB/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] 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 2.4 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/javax/xml/bind/jaxb-api/2.2.12/jaxb-api-2.2.12.jar (102 kB at 497 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/io/jsonwebtoken/jjwt-jackson/0.11.2/jjwt-jackson-0.11.2.jar (8.4 kB at 39 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/opentracing/contrib/opentracing-tracerresolver/0.1.8/opentracing-tracerresolver-0.1.8.jar (7.8 kB at 34 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-tracerresolver/1.6.0/jaeger-tracerresolver-1.6.0.jar (2.6 kB at 11 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-client/1.6.0/jaeger-client-1.6.0.jar (1.1 kB at 4.5 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] 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 29 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.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 566 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/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar (240 kB at 826 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/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 90 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.jar [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 2.3 MB/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/org/apache/thrift/libthrift/0.14.1/libthrift-0.14.1.jar (306 kB at 782 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 444 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/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.jar (1.5 MB at 3.1 MB/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 35 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 477 kB/s) [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 1.3 MB/s) [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.2 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 2.4 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 2.1 MB/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 8.7 MB/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 353 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 402 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 1.3 MB/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 162 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 99 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 850 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 22 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 599 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 58 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 24 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 380 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 8.6 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 305 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 98 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 295 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 653 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 79 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 68 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 694 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 80 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 176 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 72 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 123 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 66 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 58 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 54 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 144 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 60 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 75 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 1.2 MB/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 63 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 248 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 376 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 123 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 41 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 155 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 485 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 159 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 291 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 1.0 MB/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 157 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 114 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 106 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 239 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 349 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 25 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 113 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 51 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 89 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 88 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 52 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 99 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 52 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/ow2/asm/asm-tree/8.0.1/asm-tree-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.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/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] 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] 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 987 kB/s) [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 939 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.1/maven-reporting-impl-2.1.jar [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/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 386 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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 5.4 MB/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/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 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-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 2.6 MB/s) [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 785 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-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 646 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] 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/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 222 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-core/1.1.2/doxia-core-1.1.2.jar (158 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.2/commons-codec-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 528 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.1.2/doxia-site-renderer-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 814 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.1.2/doxia-decoration-model-1.1.2.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 3.9 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.1.2/doxia-module-xhtml-1.1.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.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 646 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 181 kB/s) [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/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 15 MB/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] 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 445 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/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 427 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-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 1.0 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/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 1.2 MB/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/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar (292 kB at 1.8 MB/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/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 253 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/8.0.1/asm-8.0.1.jar (122 kB at 712 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-tree/8.0.1/asm-tree-8.0.1.jar (53 kB at 246 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/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar (33 kB at 151 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 311 kB/s) [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 847 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 490 kB/s) [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 756 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.9.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 1.1 MB/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 354 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 1.4 MB/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 965 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 150 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 123 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 169 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 98 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 331 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 634 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 111 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 314 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 480 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 282 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 1.7 MB/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/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/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-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 2.3 MB/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-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 1.8 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 1.9 MB/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-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 7.2 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-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 13 MB/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 5.3 MB/s) [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 4.4 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 3.1 MB/s) [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 4.3 MB/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 111 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 83 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 34 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 69 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 56 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 45 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 47 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.jar [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/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/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.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] 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] 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] 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.4 MB/s) [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-engine/1.3.1/junit-platform-engine-1.3.1.jar [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 1.7 MB/s) [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 766 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 24 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/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 1.5 MB/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 203 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.config.AuthenticatingClientConfigPropertiesTest [INFO] Running org.eclipse.hono.connection.impl.ConnectionFactoryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 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:48:01.182 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 00:48:01.185 [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.064 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.KeyLoaderTest 00:48:01.684 [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: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s - in org.eclipse.hono.config.KeyLoaderTest [INFO] Running org.eclipse.hono.config.ClientConfigPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.config.ClientConfigPropertiesTest [INFO] Running org.eclipse.hono.config.PemReaderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.util.MessageHelperTest 00:48:01.843 [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.176 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.002 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.006 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.185 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.003 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.001 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.001 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.007 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.001 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.106 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.003 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.066 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.016 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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.hono.auth.SpringBasedHonoPasswordEncoderTest [INFO] Running org.eclipse.hono.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 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.004 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.052 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.002 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.002 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: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 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 19 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 25 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 7.1 MB/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 75 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 207 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 40 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 198 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 436 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 16 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 50 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 45 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 54 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 82 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 28 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 34 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 48 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 119 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 344 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 91 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 618 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 124 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/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] 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] 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 17 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/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 3.9 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 295 kB/s) [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 326 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 37 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 43 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 24 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.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 203 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 122 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-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 1.2 MB/s) [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.3 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.9.0-SNAPSHOT/hono-core-1.9.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.9.0-SNAPSHOT/hono-core-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.9.0-SNAPSHOT/hono-core-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/1.9.0-SNAPSHOT/hono-core-1.9.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.9.0-SNAPSHOT/hono-core-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.9.0-SNAPSHOT/hono-core-1.9.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.9.0-SNAPSHOT/hono-core-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.9.0-SNAPSHOT/hono-core-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/core/target/hono-core-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-core/1.9.0-SNAPSHOT/hono-core-1.9.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-client >-------------------- [INFO] Building Hono Client 1.9.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 49 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 38 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 50 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 150 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 10 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 380 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 6.3 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.295 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.001 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.33 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.367 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.001 s - in org.eclipse.hono.client.impl.AbstractHonoClientTest [INFO] Running org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.client.device.amqp.TelemetrySenderTest [INFO] Running org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.impl.AbstractSenderTest [INFO] Running org.eclipse.hono.client.impl.TelemetrySenderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.client.device.amqp.internal.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.client.impl.TelemetrySenderImplTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.client.device.amqp.AmqpAdapterClientFactoryTest [INFO] Running org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTelemetryTest [INFO] Running org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.client.device.amqp.EventSenderTest [INFO] Running org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.client.device.amqp.CommandResponderTest [INFO] Running org.eclipse.hono.client.CommandResponseTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.impl.EventSenderImplTest [INFO] Running org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.client.CommandResponseTest [INFO] Running org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.client.impl.CommandTargetMapperImplTest [INFO] Running org.eclipse.hono.client.impl.ProtocolAdapterCommandConsumerFactoryImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 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.007 s - in org.eclipse.hono.client.impl.RegistrationClientImplTest [INFO] Running org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.hono.client.impl.RegistrationClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.client.impl.AbstractRequestResponseClientTest [INFO] Running org.eclipse.hono.client.impl.HonoConnectionImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.client.impl.CredentialsClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.client.impl.EventConsumerImplTest [INFO] Running org.eclipse.hono.client.impl.CredentialsClientImplTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 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.057 s - in org.eclipse.hono.client.impl.AdapterInstanceCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.hono.client.impl.HonoConnectionImplTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.impl.MappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.impl.CachingClientFactoryTest [INFO] Running org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.impl.DeviceConnectionClientFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.DeviceConnectionClientImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.impl.DownstreamSenderFactoryImplTest [INFO] Running org.eclipse.hono.client.impl.CommandClientImplTest [INFO] Tests run: 3, 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: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.hono.client.impl.TenantClientImplTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.9.0-SNAPSHOT/hono-client-1.9.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.9.0-SNAPSHOT/hono-client-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.9.0-SNAPSHOT/hono-client-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client/1.9.0-SNAPSHOT/hono-client-1.9.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.9.0-SNAPSHOT/hono-client-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.9.0-SNAPSHOT/hono-client-1.9.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.9.0-SNAPSHOT/hono-client-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.9.0-SNAPSHOT/hono-client-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client/target/hono-client-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client/1.9.0-SNAPSHOT/hono-client-1.9.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 1.9.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 432 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 39 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 81 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 237 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 136 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 355 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 239 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 4.0 MB/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 1.0 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 129 kB/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.9.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.9.0-SNAPSHOT/hono-clients-parent-1.9.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.9.0-SNAPSHOT/hono-clients-parent-1.9.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 1.9.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 70 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 226 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 70 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 22 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 241 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-bridge-common/3.9.7/vertx-bridge-common-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] 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 1.2 MB/s) [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 23 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 21 kB/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 10 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.375 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.9.0-SNAPSHOT/hono-client-common-1.9.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.9.0-SNAPSHOT/hono-client-common-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.9.0-SNAPSHOT/hono-client-common-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/1.9.0-SNAPSHOT/hono-client-common-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.9.0-SNAPSHOT/hono-client-common-1.9.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.9.0-SNAPSHOT/hono-client-common-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.9.0-SNAPSHOT/hono-client-common-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/client-common/target/hono-client-common-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-common/1.9.0-SNAPSHOT/hono-client-common-1.9.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.9.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.CommandRouterCommandConsumerFactoryTest [INFO] Running org.eclipse.hono.adapter.client.command.CommandsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.hono.adapter.client.command.CommandsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.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.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.9.0-SNAPSHOT/hono-client-adapter-1.9.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.9.0-SNAPSHOT/hono-client-adapter-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.9.0-SNAPSHOT/hono-client-adapter-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter/1.9.0-SNAPSHOT/hono-client-adapter-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.9.0-SNAPSHOT/hono-client-adapter-1.9.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.9.0-SNAPSHOT/hono-client-adapter-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.9.0-SNAPSHOT/hono-client-adapter-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter/target/hono-client-adapter-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter/1.9.0-SNAPSHOT/hono-client-adapter-1.9.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.9.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 97 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 100 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 128 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 165 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 157 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 658 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 310 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 307 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 26 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 65 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 53 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 58 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 71 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 95 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 46 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 248 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 73 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 44 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 47 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.9 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.2 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 473 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.3 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/com/github/ben-manes/caffeine/caffeine/2.8.8/caffeine-2.8.8.jar (922 kB at 6.1 MB/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/spring-aop/5.3.4/spring-aop-5.3.4.jar (374 kB at 1.5 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/vertx/vertx-web-client/3.9.7/vertx-web-client-3.9.7.jar (64 kB at 210 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.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 1.6 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/io/micrometer/micrometer-registry-prometheus/1.6.2/micrometer-registry-prometheus-1.6.2.jar (37 kB at 95 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 698 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/prometheus/simpleclient_common/0.9.0/simpleclient_common-0.9.0.jar (5.8 kB at 14 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/0.9.0/simpleclient-0.9.0.jar (58 kB at 134 kB/s) [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 2.9 MB/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.3 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 264 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 2.3 MB/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.9.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:49:07.292 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 00:49:07.294 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. 00:49:07.298 [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:49:07.326 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only 00:49:07.637 [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:49:07.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:49:07.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.3] 00:49:07.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 00:49:07.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - adding supported cipher suite [TLS_PSK_WITH_AES_256_CCM_8] 00:49:07.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - adding supported cipher suite [TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8] 00:49:07.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:49:07.690 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:49:07.690 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 00:49:07.690 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: true 00:49:07.691 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:49:07.692 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.3] 00:49:07.692 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 00:49:07.692 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:49:07.696 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:49:07.697 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.3] 00:49:07.697 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.2] 00:49:07.697 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:49:07.698 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - using JDK's default SSL engine 00:49:07.698 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1] 00:49:07.698 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 00:49:07.699 [ForkJoinPool-1-worker-3] INFO o.e.h.s.AbstractServiceBaseTest$1 - Service supports TLS ServerNameIndication: false 00:49:07.701 [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: 0.817 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest 00:49:07.815 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 00:49:07.822 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 00:49:07.822 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:42281/readiness 00:49:07.822 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:42281/liveness 00:49:07.823 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 00:49:07.823 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:39947/readiness 00:49:07.823 [vert.x-eventloop-thread-2] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:39947/liveness [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 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.063 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.001 s - in org.eclipse.hono.service.http.HttpUtilsTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 00:49:08.102 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.util.JwtHelper - using token lifetime of 100 seconds 00:49:08.104 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for signing tokens 00:49:08.105 [ForkJoinPool-1-worker-3] INFO org.eclipse.hono.util.JwtHelper - using shared secret [36 bytes] for validating tokens 00:49:08.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:42281] 00:49:08.385 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:39947] 00:49:08.392 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - cannot start secure health checks HTTP server: no key material configured 00:49:08.393 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - insecure health checks HTTP server will bind to loopback device only 00:49:08.396 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started insecure health checks HTTP server 00:49:08.396 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at http://127.0.0.1:46273/readiness 00:49:08.396 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at http://127.0.0.1:46273/liveness 00:49:08.404 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing insecure health check HTTP server [127.0.0.1:46273] 00:49:08.411 [ForkJoinPool-1-worker-1] WARN o.e.h.s.VertxBasedHealthCheckServer - secure health checks HTTP server will bind to loopback device only 00:49:08.421 [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.326 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenHelperImplTest 00:49:08.433 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - won't start insecure health checks HTTP server: no bind address configured. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.hono.service.auth.AuthTokenHelperImplTest 00:49:08.483 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - successfully started secure health checks HTTP server 00:49:08.483 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - readiness probe available at https://127.0.0.1:45945/readiness 00:49:08.483 [vert.x-eventloop-thread-1] INFO o.e.h.s.VertxBasedHealthCheckServer - liveness probe available at https://127.0.0.1:45945/liveness [INFO] Running org.eclipse.hono.service.cache.CaffeineBasedExpiringValueCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.service.cache.CaffeineBasedExpiringValueCacheTest [INFO] Running org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest 00:49:08.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.VertxBasedHealthCheckServer - closing secure health check HTTP server [127.0.0.1:45945] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 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.029 s - in org.eclipse.hono.service.commandrouter.DelegatingCommandRouterAmqpEndpointTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest 00:49:08.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.amqp.AmqpServiceBaseTest$1 - using JDK's default SSL engine 00:49:08.713 [ForkJoinPool-1-worker-1] INFO o.e.h.s.amqp.AmqpServiceBaseTest$1 - enabling secure protocol [TLSv1.1] 00:49:08.713 [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.097 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.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.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.9.0-SNAPSHOT/hono-service-base-1.9.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.9.0-SNAPSHOT/hono-service-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.9.0-SNAPSHOT/hono-service-base-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/1.9.0-SNAPSHOT/hono-service-base-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.9.0-SNAPSHOT/hono-service-base-1.9.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.9.0-SNAPSHOT/hono-service-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.9.0-SNAPSHOT/hono-service-base-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base/target/hono-service-base-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base/1.9.0-SNAPSHOT/hono-service-base-1.9.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.9.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 74 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 51 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 97 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 347 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 76 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 30 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 1.1 MB/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-core/4.1.14/metrics-core-4.1.14.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] 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 67 kB/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 355 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 77 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 4.1 MB/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.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.auth.device.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest 00:49:20.081 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.133 [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:49:20.181 [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: 0.78 s - in org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.DeviceCertificateValidatorTest 00:49:20.208 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.289 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.299 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.303 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.330 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.333 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.386 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.387 [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:49:20.536 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.541 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.592 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.596 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.605 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.605 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 00:49:20.612 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.616 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.621 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.625 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.630 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.633 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.684 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.687 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.689 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.690 [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:49:20.693 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.695 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] 00:49:20.696 [ForkJoinPool-1-worker-3] INFO o.e.h.a.AbstractProtocolAdapterBaseTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$960067938] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 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.009 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.005 s - in org.eclipse.hono.adapter.metric.DeviceConnectionDurationTrackerTest [INFO] Running org.eclipse.hono.adapter.metric.MicrometerBasedMetricsTest 00:49:20.827 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:20.887 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:20.898 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:20.903 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:20.913 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:20.916 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:20.920 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:20.922 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:20.925 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:20.927 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:21.027 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$583868200] 00:49:21.121 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry$MockitoMock$1232014359] 00:49:21.126 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:21.127 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:21.199 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:21.205 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:21.209 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:21.211 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:21.213 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:21.215 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] 00:49:21.217 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 00:49:21.218 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.MicrometerBasedMetrics - using Metrics Registry implementation [io.micrometer.graphite.GraphiteMeterRegistry] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 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.181 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest 00:49:21.408 [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.022 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.109 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest 00:49:21.603 [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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest 00:49:21.623 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 00:49:21.624 [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:49:21.625 [ForkJoinPool-1-worker-3] INFO o.e.h.a.l.DefaultConnectionLimitManager - Setting connection limit to 2 (based on null) 00:49:21.626 [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:49:21.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) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest [INFO] Running org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest 00:49:21.632 [ForkJoinPool-1-worker-3] 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:49:21.633 [ForkJoinPool-1-worker-3] 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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest [INFO] Running org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.SubjectDnCredentialsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.auth.device.SubjectDnCredentialsTest [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.ChainAuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.X509AuthProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.adapter.auth.device.X509AuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.TenantServiceBasedX509AuthenticationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.hono.adapter.auth.device.DeviceCertificateValidatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 s - in org.eclipse.hono.adapter.auth.device.TenantServiceBasedX509AuthenticationTest [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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.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.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.9.0-SNAPSHOT/hono-adapter-base-1.9.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.9.0-SNAPSHOT/hono-adapter-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.9.0-SNAPSHOT/hono-adapter-base-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/1.9.0-SNAPSHOT/hono-adapter-base-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.9.0-SNAPSHOT/hono-adapter-base-1.9.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.9.0-SNAPSHOT/hono-adapter-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.9.0-SNAPSHOT/hono-adapter-base-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base/target/hono-adapter-base-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base/1.9.0-SNAPSHOT/hono-adapter-base-1.9.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.9.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 52 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 8.9 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 314 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 1.7 MB/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 36 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 418 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 128 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 399 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 63 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 220 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 520 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 187 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 76 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 373 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 138 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.6 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 202 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 33 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 30 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 45 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 262 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 934 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 204 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 117 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 304 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 601 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/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 201 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 2.6 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 27 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 68 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 201 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 777 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 302 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 166 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 122 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 17 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 25 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 35 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 55 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 57 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 769 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 571 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 69 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 30 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 174 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 229 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 3.1 MB/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 60 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 34 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 20 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 713 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 38 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 5.2 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 138 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/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.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] 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 695 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/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 246 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/io/quarkus/quarkus-arc/1.11.6.Final/quarkus-arc-1.11.6.Final.jar (46 kB at 424 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/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 117 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/io/quarkus/arc/arc/1.11.6.Final/arc-1.11.6.Final.jar (169 kB at 1.2 MB/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/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 536 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-development-mode-spi/1.11.6.Final/quarkus-development-mode-spi-1.11.6.Final.jar (13 kB at 60 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/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 20 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/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (109 kB at 379 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/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar (61 kB at 209 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 739 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/io/smallrye/config/smallrye-config/1.10.2/smallrye-config-1.10.2.jar (232 kB at 752 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/smallrye/common/smallrye-common-annotation/1.5.0/smallrye-common-annotation-1.5.0.jar (3.5 kB at 11 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/config/smallrye-config-common/1.10.2/smallrye-config-common-1.10.2.jar (9.7 kB at 30 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] 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 43 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.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 33 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-expression/1.5.0/smallrye-common-expression-1.5.0.jar (20 kB at 53 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-constraint/1.5.0/smallrye-common-constraint-1.5.0.jar (12 kB at 31 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/io/smallrye/common/smallrye-common-function/1.5.0/smallrye-common-function-1.5.0.jar (43 kB at 112 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/org/jboss/logging/jboss-logging-annotations/2.2.0.Final/jboss-logging-annotations-2.2.0.Final.jar (21 kB at 51 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/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.jar (11 kB at 26 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.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 592 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] 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 69 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 656 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 22 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 1.1 MB/s) [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 200 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 15 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-quarkus/1.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-quarkus/1.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-quarkus/target/hono-service-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-base-quarkus-1.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/1.9.0-SNAPSHOT/client-test-utils-1.9.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.9.0-SNAPSHOT/client-test-utils-1.9.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.9.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:49:43.922 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:43.941 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework 00:49:43.941 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 00:49:43.941 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 00:49:43.989 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false 00:49:43.989 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 11 00:49:43.990 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 00:49:43.990 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available 00:49:43.990 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available 00:49:43.991 [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:49:43.992 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true 00:49:43.993 [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 @4ebe929b 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:49:43.994 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, int): unavailable 00:49:43.994 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available 00:49:43.996 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - maxDirectMemory: 1610612736 bytes (maybe) 00:49:43.996 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 00:49:43.996 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 00:49:43.997 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 00:49:43.997 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 00:49:43.998 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 00:49:43.998 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false 00:49:44.008 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 00:49:44.008 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 00:49:44.009 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@630dad0b 00:49:44.010 [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:49:44.018 [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:49:44.081 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.084 [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:49:44.097 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - message [ID: GenericSenderLink-2, address: telemetry/tenant] rejected by peer 00:49:44.123 [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:49:44.187 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.client.amqp.GenericSenderLink - message [ID: GenericSenderLink-4, address: telemetry/tenant] rejected by peer 00:49:44.193 [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:49:44.201 [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: 0.986 s - in org.eclipse.hono.client.amqp.GenericSenderLinkTest [INFO] Running org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest 00:49:44.235 [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.079 s - in org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest 00:49:44.301 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-6767f4db-0c16-42ee-8fa3-e708c3114e59] to service 00:49:44.302 [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-6767f4db-0c16-42ee-8fa3-e708c3114e59]: Error{condition=arbitrary-error, description='request message cannot be processed', info=null} 00:49:44.302 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - canceling request [target: ep/tenant, correlation ID: ep-client-6767f4db-0c16-42ee-8fa3-e708c3114e59]: request message cannot be processed 00:49:44.307 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.312 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.317 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.319 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-9cd1b00b-60e8-4c38-95a0-c133d11ad4f4] to service 00:49:44.320 [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-9cd1b00b-60e8-4c38-95a0-c133d11ad4f4]: Error{condition=amqp:resource-limit-exceeded, description='request message cannot be processed', info=null} 00:49:44.320 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - canceling request [target: ep/tenant, correlation ID: ep-client-9cd1b00b-60e8-4c38-95a0-c133d11ad4f4]: request message cannot be processed 00:49:44.324 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.326 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-fffe8a61-295a-4601-b3a3-9430845287d7] to service 00:49:44.333 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.335 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - canceling request [target: ep/tenant, correlation ID: ep-client-dae2bf2e-4a6c-47c1-98f5-32df3c72c740]: request timed out after 200ms 00:49:44.335 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: request, correlation ID: ep-client-dae2bf2e-4a6c-47c1-98f5-32df3c72c740] to service 00:49:44.340 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.342 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: get, correlation ID: ep-client-17cb093a-0aba-4265-8ea4-fde92be1be21] to service 00:49:44.346 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - request-response client for peer [localhost] created 00:49:44.348 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - sent request [target address: ep/tenant, subject: request, correlation ID: ep-client-b7258763-651f-45fb-8373-fc61cfc5cebd] to service 00:49:44.349 [ForkJoinPool-1-worker-1] DEBUG org.eclipse.hono.client.amqp.RequestResponseClient - received response [reply-to: ep/tenant/304423d6-b43c-4936-905d-1b530eb13ec3, subject: null, correlation ID: ep-client-b7258763-651f-45fb-8373-fc61cfc5cebd, status: 200, cache-directive: null] 00:49:44.351 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 00:49:44.352 [ForkJoinPool-1-worker-1] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 4 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 4 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true 00:49:44.381 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 00:49:44.386 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 00:49:44.386 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 00:49:44.387 [ForkJoinPool-1-worker-1] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 00:49:44.388 [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.184 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.9.0-SNAPSHOT/hono-client-amqp-common-1.9.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.9.0-SNAPSHOT/hono-client-amqp-common-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.9.0-SNAPSHOT/hono-client-amqp-common-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/1.9.0-SNAPSHOT/hono-client-amqp-common-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-amqp-common/1.9.0-SNAPSHOT/hono-client-amqp-common-1.9.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.9.0-SNAPSHOT/hono-client-amqp-common-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.9.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.9.0-SNAPSHOT/hono-client-amqp-common-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/amqp-common/target/hono-client-amqp-common-1.9.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.9.0-SNAPSHOT/hono-client-amqp-common-1.9.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.9.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: 0.97 s - in org.eclipse.hono.adapter.client.telemetry.amqp.ProtonBasedDownstreamSenderTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 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.007 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Running org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Running org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.092 s - in org.eclipse.hono.adapter.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Running org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.hono.adapter.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.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.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-amqp/1.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-amqp/1.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.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.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.9.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.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-amqp/target/hono-client-adapter-amqp-1.9.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.9.0-SNAPSHOT/hono-client-adapter-amqp-1.9.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.9.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 42 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 38 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 37 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 97 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 85 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 4.2 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 813 kB/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 12 MB/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 7.9 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 6.8 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/1.9.0-SNAPSHOT/kafka-test-utils-1.9.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.9.0-SNAPSHOT/kafka-test-utils-1.9.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.9.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.KafkaAdminClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.CachingKafkaProducerFactoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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.007 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest SLF4J: A number (18) 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: 0.811 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.063 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.005 s - in org.eclipse.hono.client.kafka.KafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest [INFO] Running org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Running org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.client.kafka.HonoTopicTest 00:50:08.823 [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-5hfp7-2p8tf, jaeger.version=Java-1.6.0, ip=10.40.61.54}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.9.0-SNAPSHOT/hono-client-kafka-common-1.9.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.9.0-SNAPSHOT/hono-client-kafka-common-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.9.0-SNAPSHOT/hono-client-kafka-common-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/1.9.0-SNAPSHOT/hono-client-kafka-common-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-kafka-common/1.9.0-SNAPSHOT/hono-client-kafka-common-1.9.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.9.0-SNAPSHOT/hono-client-kafka-common-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.9.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.9.0-SNAPSHOT/hono-client-kafka-common-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/kafka-common/target/hono-client-kafka-common-1.9.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.9.0-SNAPSHOT/hono-client-kafka-common-1.9.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.9.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.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] Running org.eclipse.hono.adapter.client.command.kafka.KafkaBasedCommandTest 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: 0.8 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.017 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.001 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.006 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.1 s - in org.eclipse.hono.adapter.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.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.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-adapter-kafka/1.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-adapter-kafka/1.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.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.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.9.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.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/adapter-kafka/target/hono-client-adapter-kafka-1.9.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.9.0-SNAPSHOT/hono-client-adapter-kafka-1.9.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.9.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 12 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 37 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 105 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 29 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 96 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 1.2 MB/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 25 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 123 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 1.9 MB/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 2.7 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 94 kB/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 2.0 MB/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 974 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 798 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 546 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 812 kB/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 1.5 MB/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 298 kB/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 4.6 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 375 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 2.4 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 3.7 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 4.0 MB/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.7 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 2.2 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 1.3 MB/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 267 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.7 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 1.2 MB/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 254 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 229 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 289 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 216 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 164 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 132 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 36 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 5.1 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 50 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 238 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 330 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 683 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 226 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 693 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 644 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 2.4 MB/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 1.9 MB/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 13 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 52 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 4.8 MB/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 44 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 205 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 366 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 50 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 183 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 982 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 1.5 MB/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 237 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 57 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 12 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 577 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 99 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 71 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 18 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 91 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 198 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 277 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 15 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 384 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 1.3 MB/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 105 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 39 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 116 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 886 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 58 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 210 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 25 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 73 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 22 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 85 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 19 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 42 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 41 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 62 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 65 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 69 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 21 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 148 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 50 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 80 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 461 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 133 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 373 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 105 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 81 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 365 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 147 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 61 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 127 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 182 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 89 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 27 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 63 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 20 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 52 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 117 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 469 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 39 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 80 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 241 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 200 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 31 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 234 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/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.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] 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 1.0 MB/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-core/1.11.6.Final/quarkus-bootstrap-core-1.11.6.Final.jar (115 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-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/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 8.9 MB/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/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 580 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/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 54 kB/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/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 688 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/io/quarkus/quarkus-bootstrap-app-model/1.11.6.Final/quarkus-bootstrap-app-model-1.11.6.Final.jar (36 kB at 421 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/io/quarkus/quarkus-bootstrap-maven-resolver/1.11.6.Final/quarkus-bootstrap-maven-resolver-1.11.6.Final.jar (106 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-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-model/3.6.3/maven-model-3.6.3.jar (215 kB at 2.4 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.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 157 kB/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-no_aop.jar [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 506 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/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 5.4 MB/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] 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 1.9 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.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 971 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/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 485 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] 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 2.2 MB/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.jar [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 427 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 329 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 651 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 473 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 191 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/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 243 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/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 1.1 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/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 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-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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 1.2 MB/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 167 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/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar (44 kB at 222 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 1.6 MB/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/apache/maven/wagon/wagon-http/3.3.4/wagon-http-3.3.4.jar (11 kB at 31 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 869 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/maven/wagon/wagon-http-shared/3.3.4/wagon-http-shared-3.3.4.jar (41 kB at 102 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/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar (56 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-file/3.3.4/wagon-file-3.3.4.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 1.3 MB/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.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 1.7 MB/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 826 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 24 kB/s) [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 691 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] 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/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 6.0 MB/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 168 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 104 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 66 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/org/ow2/asm/asm/9.0/asm-9.0.jar (122 kB at 231 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/quarkus-test-common/1.11.6.Final/quarkus-test-common-1.11.6.Final.jar (49 kB at 88 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/io/quarkus/quarkus-class-change-agent/1.11.6.Final/quarkus-class-change-agent-1.11.6.Final.jar (3.3 kB at 5.1 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/io/quarkus/gizmo/gizmo/1.0.6.Final/gizmo-1.0.6.Final.jar (99 kB at 155 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-devtools-utilities/1.11.6.Final/quarkus-devtools-utilities-1.11.6.Final.jar (5.3 kB at 7.9 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-jsonp-deployment/1.11.6.Final/quarkus-jsonp-deployment-1.11.6.Final.jar (3.9 kB at 5.7 kB/s) [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 3.1 MB/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] 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/io/quarkus/quarkus-builder/1.11.6.Final/quarkus-builder-1.11.6.Final.jar (51 kB at 75 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-core-deployment/1.11.6.Final/quarkus-core-deployment-1.11.6.Final.jar (832 kB at 1.2 MB/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/org/jboss/jandex/2.2.2.Final/jandex-2.2.2.Final.jar (200 kB at 274 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/io/quarkus/quarkus-jsonp/1.11.6.Final/quarkus-jsonp-1.11.6.Final.jar (2.9 kB at 3.9 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/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar (17 kB at 22 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.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 186 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/junit/jupiter/junit-jupiter/5.7.0/junit-jupiter-5.7.0.jar (6.4 kB at 8.3 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/io/quarkus/quarkus-config-yaml/1.11.6.Final/quarkus-config-yaml-1.11.6.Final.jar (8.3 kB at 11 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/io/smallrye/config/smallrye-config-source-yaml/1.10.2/smallrye-config-source-yaml-1.10.2.jar (10 kB at 13 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/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar (628 kB at 773 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/io/quarkus/quarkus-vertx/1.11.6.Final/quarkus-vertx-1.11.6.Final.jar (17 kB at 21 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/org/yaml/snakeyaml/1.28/snakeyaml-1.28.jar (327 kB at 395 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-jackson/1.11.6.Final/quarkus-jackson-1.11.6.Final.jar (8.4 kB at 10 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] 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 41 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.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 129 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/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.3/jackson-module-parameter-names-2.11.3.jar (9.3 kB at 11 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/quarkus/quarkus-vertx-core/1.11.6.Final/quarkus-vertx-core-1.11.6.Final.jar (55 kB at 64 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/io/smallrye/reactive/smallrye-axle-generator/1.3.0/smallrye-axle-generator-1.3.0.jar (39 kB at 44 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/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 42 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/io/smallrye/reactive/mutiny-reactive-streams-operators/0.12.5/mutiny-reactive-streams-operators-0.12.5.jar (76 kB at 83 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/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar (11 kB at 12 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/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 59 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/quarkus/quarkus-netty/1.11.6.Final/quarkus-netty-1.11.6.Final.jar (51 kB at 54 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/io/quarkus/quarkus-smallrye-context-propagation/1.11.6.Final/quarkus-smallrye-context-propagation-1.11.6.Final.jar (8.4 kB at 8.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 720 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/1.0.19/smallrye-context-propagation-1.0.19.jar (53 kB at 54 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/quarkus/quarkus-mutiny/1.11.6.Final/quarkus-mutiny-1.11.6.Final.jar (6.2 kB at 6.2 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/reactive/smallrye-mutiny-vertx-runtime/1.3.0/smallrye-mutiny-vertx-runtime-1.3.0.jar (20 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/smallrye-context-propagation-api/1.0.19/smallrye-context-propagation-api-1.0.19.jar (8.1 kB at 7.8 kB/s) [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 414 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 57 kB/s) [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 12 kB/s) [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 370 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.0 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 51 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 53 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 307 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 21 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 23 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 18 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 48 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 20 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 25 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 40 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 58 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 30 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 8.5 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 31 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 19 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-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) 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 102 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-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 55 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 (1): arc-processor-1.11.6.Final.jar (4.1/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (7.7/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (12/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (16/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (20/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (24/334 kB) Progress (2): 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 (2): arc-processor-1.11.6.Final.jar (28/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.1/4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (28/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (32/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (36/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (40/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (45/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (49/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (53/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (57/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (61/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (65/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (69/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (73/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (77/334 kB) | quarkus-config-yaml-deployment-1.11.6.Final.jar (4.4 kB) Progress (2): arc-processor-1.11.6.Final.jar (81/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 24 kB/s) Progress (1): arc-processor-1.11.6.Final.jar (85/334 kB) 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 (1): arc-processor-1.11.6.Final.jar (90/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (94/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (98/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (102/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (106/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (110/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (114/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (118/334 kB) Progress (1): arc-processor-1.11.6.Final.jar (122/334 kB) Progress (2): arc-processor-1.11.6.Final.jar (122/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (126/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (131/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (135/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (139/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (143/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (147/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (151/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (155/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (159/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (163/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (167/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (171/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (176/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (176/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (180/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (184/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (188/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (192/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (196/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (200/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (204/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (208/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (212/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (217/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (221/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (225/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (229/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.1/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (229/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.2/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (233/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.2/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (233/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) Progress (2): arc-processor-1.11.6.Final.jar (237/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) Progress (3): arc-processor-1.11.6.Final.jar (237/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (4.1/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (237/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (7.7/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (241/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (7.7/211 kB) Progress (4): arc-processor-1.11.6.Final.jar (241/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (7.7/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (4.1/11 kB) Progress (4): arc-processor-1.11.6.Final.jar (241/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (7.7/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (7.7/11 kB) Progress (4): arc-processor-1.11.6.Final.jar (241/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (12/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (7.7/11 kB) Progress (4): arc-processor-1.11.6.Final.jar (245/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (12/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (7.7/11 kB) Progress (5): arc-processor-1.11.6.Final.jar (245/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (12/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (7.7/11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (4.1/6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (245/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (12/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (4.1/6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (245/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (12/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (245/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (16/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (249/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (16/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (249/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (20/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (253/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (20/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (253/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (24/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (258/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (24/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (258/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (28/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (262/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (28/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (262/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (32/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (262/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (36/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (266/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (36/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (266/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (40/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (270/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (40/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (270/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (45/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (274/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (45/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (274/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (49/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (278/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (49/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (278/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (53/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (282/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (53/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (282/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (57/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (286/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (57/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (286/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (61/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (290/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (61/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (290/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (61/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (290/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (65/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (294/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (65/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (294/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (69/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (298/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (69/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (298/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (73/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (303/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (73/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (303/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (77/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (307/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (77/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (307/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (81/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (311/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (81/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (311/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (85/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (315/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (85/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (315/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (90/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (319/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (90/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (319/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (94/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (319/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (98/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (319/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (102/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 kB) Progress (5): arc-processor-1.11.6.Final.jar (323/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (102/211 kB) | quarkus-netty-deployment-1.11.6.Final.jar (11 kB) | quarkus-jackson-spi-1.11.6.Final.jar (6.0 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 16 kB/s) 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 29 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 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 (3): arc-processor-1.11.6.Final.jar (323/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (106/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (327/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (106/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (331/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (106/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (331/334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (110/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (110/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (114/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (118/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (122/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.3/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (126/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (126/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (131/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (135/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (139/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (143/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (147/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (151/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (155/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (159/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (163/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (167/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (171/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (176/211 kB) Progress (3): arc-processor-1.11.6.Final.jar (334 kB) | quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (180/211 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 827 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 (2): quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (184/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (188/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.4/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (192/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (192/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (196/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (200/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (204/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (208/211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (211 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.5/13 MB) | quarkus-arc-deployment-1.11.6.Final.jar (211 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 504 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 (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 (2): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | quarkus-jackson-deployment-1.11.6.Final.jar (4.1/11 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | quarkus-jackson-deployment-1.11.6.Final.jar (7.7/11 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | 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-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | 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-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | quarkus-jackson-deployment-1.11.6.Final.jar (11 kB) | quarkus-vertx-core-deployment-1.11.6.Final.jar (9.2 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | 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-deployment/1.11.6.Final/quarkus-jackson-deployment-1.11.6.Final.jar (11 kB at 25 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 Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | 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-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | 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) 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 19 kB/s) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.7/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-mutiny-deployment-1.11.6.Final.jar (4.0 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.8/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-mutiny-deployment-1.11.6.Final.jar (4.0 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | 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-mutiny-deployment/1.11.6.Final/quarkus-mutiny-deployment-1.11.6.Final.jar (4.0 kB at 8.2 kB/s) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (4.1/21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (7.7/21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (12/21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (16/21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (20/21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (0.9/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (1.0/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | quarkus-vertx-deployment-1.11.6.Final.jar (21 kB) Progress (3): quarkus-ide-launcher-1.11.6.Final.jar (1.0/13 MB) | quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB) | 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-smallrye-context-propagation-deployment/1.11.6.Final/quarkus-smallrye-context-propagation-deployment-1.11.6.Final.jar (6.7 kB at 13 kB/s) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (1.1/13 MB) | quarkus-vertx-deployment-1.11.6.Final.jar (21 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (1.2/13 MB) | quarkus-vertx-deployment-1.11.6.Final.jar (21 kB) Progress (2): quarkus-ide-launcher-1.11.6.Final.jar (1.2/13 MB) | 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 39 kB/s) 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 8.6 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 828 B/s) 2021-05-21 00:50:40,382 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,382 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,383 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,385 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,385 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,386 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,386 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,386 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,388 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,388 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,389 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,389 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,389 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,390 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,390 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,390 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,391 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,392 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,392 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,392 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,394 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,394 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,394 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,395 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,395 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,395 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,396 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,397 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,397 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,397 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,398 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,398 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,399 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,400 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,400 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,401 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,401 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,402 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,402 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,402 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,402 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,403 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,403 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,404 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,405 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,405 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,405 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,406 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,406 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,406 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,407 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,407 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,407 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,408 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,408 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,409 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,409 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,409 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,409 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,410 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,410 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,411 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,411 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,411 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,411 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,412 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,412 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,413 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,413 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,413 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:40,413 WARN [io.qua.arc.dep.con.ClassConfigPropertiesUtil] (build-16) 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-21 00:50:41,503 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Quarkus 1.11.6.Final on JVM started in 1.855s. 2021-05-21 00:50:41,503 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Profile test activated. 2021-05-21 00:50:41,503 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: 7.173 s - in org.eclipse.hono.adapter.quarkus.KafkaRuntimeConfigProducerTest 2021-05-21 00:50:41,588 INFO [io.quarkus] (ForkJoinPool-1-worker-3) Quarkus stopped in 0.024s [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-quarkus/1.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-quarkus/1.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-quarkus/target/hono-adapter-base-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-base-quarkus-1.9.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.9.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 270 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.9 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 157 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 409 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 65 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 6.3 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 359 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 140 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 62 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 1.0 MB/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 1.3 MB/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 107 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 86 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 117 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 96 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 48 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 77 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 122 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 120 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 49 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 122 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 89 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 65 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 89 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 54 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 46 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 109 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 93 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 119 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 41 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 100 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.2 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 115 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 145 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 60 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 74 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 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.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 85 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 47 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 54 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 35 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 38 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 43 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 43 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 110 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 67 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 107 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 44 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 50 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 87 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 125 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 70 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 103 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 76 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 149 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 164 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 94 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 42 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 48 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 165 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 89 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 73 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 41 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 42 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 34 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 88 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 103 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 59 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 148 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 106 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 64 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 83 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 85 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 99 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 116 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 141 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 108 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 12 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 10 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 65 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 207 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 232 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 587 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 199 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 307 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 131 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 136 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 182 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/infinispan/infinispan-commons/11.0.9.Final/infinispan-commons-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/1.14.1.Final/wildfly-elytron-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 967 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-auth/1.14.1.Final/wildfly-elytron-auth-1.14.1.Final.jar (13 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-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/wildfly/security/wildfly-elytron-audit/1.14.1.Final/wildfly-elytron-audit-1.14.1.Final.jar (42 kB at 165 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.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.5 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-server-deprecated/1.14.1.Final/wildfly-elytron-auth-server-deprecated-1.14.1.Final.jar (16 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-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/1.14.1.Final/wildfly-elytron-auth-server-1.14.1.Final.jar (275 kB at 866 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-http/1.14.1.Final/wildfly-elytron-auth-server-http-1.14.1.Final.jar (12 kB at 34 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/infinispan/infinispan-commons/11.0.9.Final/infinispan-commons-11.0.9.Final.jar (615 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-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-util/1.14.1.Final/wildfly-elytron-auth-util-1.14.1.Final.jar (25 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-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-base/1.14.1.Final/wildfly-elytron-base-1.14.1.Final.jar (32 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-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-auth-server-sasl/1.14.1.Final/wildfly-elytron-auth-server-sasl-1.14.1.Final.jar (9.0 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-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-provider-util/1.14.1.Final/wildfly-elytron-provider-util-1.14.1.Final.jar (16 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-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/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-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/1.14.1.Final/wildfly-elytron-1.14.1.Final.jar (3.4 MB at 5.9 MB/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-source-impl/1.14.1.Final/wildfly-elytron-credential-source-impl-1.14.1.Final.jar (24 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-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 40 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 16 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-credential-store/1.14.1.Final/wildfly-elytron-credential-store-1.14.1.Final.jar (62 kB at 99 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/wildfly/security/wildfly-elytron-credential/1.14.1.Final/wildfly-elytron-credential-1.14.1.Final.jar (137 kB at 213 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.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 47 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-http-basic/1.14.1.Final/wildfly-elytron-http-basic-1.14.1.Final.jar (10 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-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-bearer/1.14.1.Final/wildfly-elytron-http-bearer-1.14.1.Final.jar (9.3 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-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-client/1.14.1.Final/wildfly-elytron-client-1.14.1.Final.jar (211 kB at 310 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-cert/1.14.1.Final/wildfly-elytron-http-cert-1.14.1.Final.jar (12 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 30 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-spnego/1.14.1.Final/wildfly-elytron-http-spnego-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-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 6.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 19 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-http-external/1.14.1.Final/wildfly-elytron-http-external-1.14.1.Final.jar (8.0 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-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 47 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-util/1.14.1.Final/wildfly-elytron-http-util-1.14.1.Final.jar (28 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-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-jacc/1.14.1.Final/wildfly-elytron-jacc-1.14.1.Final.jar (28 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-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-json-util/1.14.1.Final/wildfly-elytron-json-util-1.14.1.Final.jar (5.0 kB at 6.6 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-mechanism/1.14.1.Final/wildfly-elytron-mechanism-1.14.1.Final.jar (39 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-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-mechanism-digest/1.14.1.Final/wildfly-elytron-mechanism-digest-1.14.1.Final.jar (13 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-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 22 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-jaspi/1.14.1.Final/wildfly-elytron-jaspi-1.14.1.Final.jar (43 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-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-keystore/1.14.1.Final/wildfly-elytron-keystore-1.14.1.Final.jar (47 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-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-scram/1.14.1.Final/wildfly-elytron-mechanism-scram-1.14.1.Final.jar (26 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-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-oauth2/1.14.1.Final/wildfly-elytron-mechanism-oauth2-1.14.1.Final.jar (9.5 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-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 8.7 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 75 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 114 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-token/1.14.1.Final/wildfly-elytron-realm-token-1.14.1.Final.jar (35 kB at 40 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/1.14.1.Final/wildfly-elytron-realm-1.14.1.Final.jar (96 kB at 109 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-realm-ldap/1.14.1.Final/wildfly-elytron-realm-ldap-1.14.1.Final.jar (108 kB at 123 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-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-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/1.14.1.Final/wildfly-elytron-sasl-1.14.1.Final.jar (163 kB at 183 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-jdbc/1.14.1.Final/wildfly-elytron-realm-jdbc-1.14.1.Final.jar (28 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-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-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-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-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-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-digest/1.14.1.Final/wildfly-elytron-sasl-digest-1.14.1.Final.jar (36 kB at 40 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-external/1.14.1.Final/wildfly-elytron-sasl-external-1.14.1.Final.jar (12 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-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-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-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-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-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-gssapi/1.14.1.Final/wildfly-elytron-sasl-gssapi-1.14.1.Final.jar (28 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-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 16 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-otp/1.14.1.Final/wildfly-elytron-sasl-otp-1.14.1.Final.jar (48 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-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-scram/1.14.1.Final/wildfly-elytron-sasl-scram-1.14.1.Final.jar (17 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-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-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-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-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-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-security-manager/1.14.1.Final/wildfly-elytron-security-manager-1.14.1.Final.jar (34 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-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-security-manager-action/1.14.1.Final/wildfly-elytron-security-manager-action-1.14.1.Final.jar (20 kB at 20 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-x500-cert/1.14.1.Final/wildfly-elytron-x500-cert-1.14.1.Final.jar (71 kB at 70 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-x500-cert-util/1.14.1.Final/wildfly-elytron-x500-cert-util-1.14.1.Final.jar (8.1 kB at 7.8 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-x500-cert-acme/1.14.1.Final/wildfly-elytron-x500-cert-acme-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-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-util/1.14.1.Final/wildfly-elytron-util-1.14.1.Final.jar (34 kB at 32 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-principal/1.14.1.Final/wildfly-elytron-x500-principal-1.14.1.Final.jar (9.2 kB at 8.6 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-deprecated/1.14.1.Final/wildfly-elytron-x500-deprecated-1.14.1.Final.jar (7.0 kB at 6.4 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-ssl/1.14.1.Final/wildfly-elytron-ssl-1.14.1.Final.jar (178 kB at 155 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/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 20 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/wildfly/security/wildfly-elytron-x500/1.14.1.Final/wildfly-elytron-x500-1.14.1.Final.jar (36 kB at 25 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/org/infinispan/protostream/protostream/4.3.4.Final/protostream-4.3.4.Final.jar (1.8 MB at 1.2 MB/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/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar (80 kB at 49 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.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 1.0 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 36 kB/s) [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.3 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.2 MB/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 1.0 MB/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.InfinispanRemoteConfigurationPropertiesTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest 00:50:58.438 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.444 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.445 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.498 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.498 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.499 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.504 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.504 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.504 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.508 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.508 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.509 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.512 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.512 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.513 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.516 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.517 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.518 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.519 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.519 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.521 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.521 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.523 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.523 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.523 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.524 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.524 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.528 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.528 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.531 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.531 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.580 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.581 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.581 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.585 [ForkJoinPool-1-worker-1] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.585 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 00:50:58.585 [ForkJoinPool-1-worker-1] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 00:50:58.586 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.586 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest 00:50:58.591 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest 00:50:58.591 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.596 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.596 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.602 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.603 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 00:50:58.607 [ForkJoinPool-1-worker-3] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 00:50:58.608 [ForkJoinPool-1-worker-3] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/1.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/client-device-connection-infinispan/1.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-1.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-1.9.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.9.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.9.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:51:07.523 [ForkJoinPool-1-worker-3] DEBUG org.eclipse.hono.service.spring.AbstractApplicationTest$1 - added 1 service factories 00:51:07.530 [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:51:07.532 [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.489 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.9.0-SNAPSHOT/hono-service-base-spring-1.9.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.9.0-SNAPSHOT/hono-service-base-spring-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.9.0-SNAPSHOT/hono-service-base-spring-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-spring/1.9.0-SNAPSHOT/hono-service-base-spring-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-spring/1.9.0-SNAPSHOT/hono-service-base-spring-1.9.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.9.0-SNAPSHOT/hono-service-base-spring-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.9.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.9.0-SNAPSHOT/hono-service-base-spring-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/service-base-spring/target/hono-service-base-spring-1.9.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.9.0-SNAPSHOT/hono-service-base-spring-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.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.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base-spring/1.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-base-spring/1.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.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.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.9.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.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapter-base-spring/target/hono-adapter-base-spring-1.9.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.9.0-SNAPSHOT/hono-adapter-base-spring-1.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/1.9.0-SNAPSHOT/adapter-base-test-utils-1.9.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.9.0-SNAPSHOT/adapter-base-test-utils-1.9.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.9.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.9.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.9.0-SNAPSHOT/hono-adapters-1.9.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.9.0-SNAPSHOT/hono-adapters-1.9.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.9.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.094 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-base/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-base/target/hono-adapter-amqp-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-base-1.9.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.9.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 22 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 45 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 49 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 126 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 1.2 MB/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 239 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 15 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 194 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 156 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 422 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 190 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 406 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/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar (292 kB at 4.2 MB/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/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar (4.6 kB at 42 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-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 190 kB/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 786 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 3.0 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 507 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 2.2 MB/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.9.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.9.0-SNAPSHOT/hono-adapters-spring-1.9.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.9.0-SNAPSHOT/hono-adapters-spring-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-amqp-vertx/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx/target/hono-adapter-amqp-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-1.9.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.9.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 9.3 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 509 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 5.2 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 132 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 153 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 34 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 80 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 8.7 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 128 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 371 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 149 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 18 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.9.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 1.9 MB/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 4.6 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 2.1 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 138 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 107 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 1.5 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 51 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 62 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 20 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 405 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 29 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 8.6 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 93 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 29 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 23 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 37 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 702 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 18 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 133 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 414 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 497 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 312 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 67 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 88 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 2.6 MB/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 578 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 60 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 137 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 83 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 239 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 237 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 129 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 329 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 25 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 222 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 43 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 38 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 62 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 337 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 82 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 21 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 176 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 619 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/org/jdom/jdom/1.1.3/jdom-1.1.3.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/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-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] 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] 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.4 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-codestarts/1.11.6.Final/quarkus-devtools-codestarts-1.11.6.Final.jar (77 kB at 698 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-common/1.11.6.Final/quarkus-devtools-common-1.11.6.Final.jar (289 kB at 2.3 MB/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/io/quarkus/quarkus-platform-descriptor-json/1.11.6.Final/quarkus-platform-descriptor-json-1.11.6.Final.jar (383 kB at 2.7 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/qute/qute-core/1.11.6.Final/qute-core-1.11.6.Final.jar (200 kB at 1.3 MB/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-platform-descriptor-api/1.11.6.Final/quarkus-platform-descriptor-api-1.11.6.Final.jar (18 kB at 102 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 154 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/io/quarkus/quarkus-devtools-message-writer/1.11.6.Final/quarkus-devtools-message-writer-1.11.6.Final.jar (4.9 kB at 27 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-generator/1.11.6.Final/qute-generator-1.11.6.Final.jar (41 kB at 219 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/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.11.3/jackson-dataformat-yaml-2.11.3.jar (47 kB at 227 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/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 1.9 MB/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/io/quarkus/http/quarkus-http-websockets-jsr/3.0.18.Final/quarkus-http-websockets-jsr-3.0.18.Final.jar (211 kB at 972 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 1.4 MB/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/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 641 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-http-core/3.0.18.Final/quarkus-http-http-core-3.0.18.Final.jar (39 kB at 145 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-common/4.1.49.Final/netty-common-4.1.49.Final.jar (626 kB at 2.0 MB/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-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.jar (289 kB at 869 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/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.jar (33 kB at 85 kB/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/quarkus/http/quarkus-http-core/3.0.18.Final/quarkus-http-core-3.0.18.Final.jar (932 kB at 1.9 MB/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-transport/4.1.49.Final/netty-transport-4.1.49.Final.jar (473 kB at 966 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 1.2 MB/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] 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 922 kB/s) [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/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.jar (320 kB at 639 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/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar (83 kB at 163 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 26 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 76 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 87 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/io/quarkus/quarkus-platform-descriptor-resolver-json/1.11.6.Final/quarkus-platform-descriptor-resolver-json-1.11.6.Final.jar (21 kB at 38 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/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 242 kB/s) [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 453 kB/s) [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 812 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 20 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 2.1 MB/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.9.0-SNAPSHOT/hono-adapters-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapters-quarkus-1.9.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.9.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.9.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.9.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.9.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 14 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 22 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 15 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 49 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 135 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 113 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 231 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.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.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1417ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/amqp-vertx-quarkus/target/hono-adapter-amqp-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-amqp-vertx-quarkus-1.9.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.9.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 94 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 199 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 204 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 35 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 115 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 138 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 142 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/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.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] 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 879 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 394 kB/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 5.2 MB/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 4.4 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 1.3 MB/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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s - in org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Running org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Running org.eclipse.hono.adapter.coap.TelemetryResourceTest 00:52:06.502 [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-5hfp7-2p8tf, jaeger.version=Java-1.6.0, ip=10.40.61.54}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.adapter.coap.CoapOptionInjectExtractAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.hono.adapter.coap.TelemetryResourceTest 00:52:06.720 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1763303411] 00:52:06.723 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1615293087] 00:52:06.750 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1733318300] 00:52:06.752 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - adding resource to CoAP server [name: test] 00:52:06.788 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1763303411] 00:52:06.788 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1615293087] 00:52:06.792 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1763303411] 00:52:06.793 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1615293087] 00:52:06.793 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1733318300] 00:52:06.799 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1763303411] 00:52:06.799 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1615293087] 00:52:06.799 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1733318300] 00:52:06.806 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$1763303411] 00:52:06.806 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1615293087] 00:52:06.818 [ForkJoinPool-1-worker-1] INFO o.e.h.a.c.AbstractVertxBasedCoapAdapterTest$2 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1733318300] 00:52:06.818 [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.312 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-base/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-base/target/hono-adapter-coap-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-base-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-coap-vertx/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx/target/hono-adapter-coap-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-1.9.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.9.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.9.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.9.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.9.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.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/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1238ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/coap-vertx-quarkus/target/hono-adapter-coap-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-coap-vertx-quarkus-1.9.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.9.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.impl.VertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest 00:52:31.091 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.094 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.103 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 00:52:31.109 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - vert.x uses native transport: false 00:52:31.117 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - limiting size of inbound request body to 2048 bytes 00:52:31.134 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.135 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.328 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - insecure http server listening on 127.0.0.1:36607 00:52:31.384 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 00:52:31.388 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.584 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.584 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.618 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.618 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.631 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.631 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.690 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.691 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.698 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.699 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.710 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.710 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.719 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.719 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.726 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.727 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.787 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.788 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.788 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1832629530] 00:52:31.789 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false 00:52:31.789 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 00:52:31.790 [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:52:31.795 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.795 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.807 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.807 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.815 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.815 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.823 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.823 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.831 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.831 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 00:52:31.831 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.831 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1832629530] 00:52:31.832 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false 00:52:31.832 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 00:52:31.881 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 00:52:31.882 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.886 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.886 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$1832629530] 00:52:31.897 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutEventSucceedsForValidCredentials(VertxTestContext)] 00:52:31.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - vert.x uses native transport: false 00:52:31.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - limiting size of inbound request body to 2048 bytes 00:52:31.898 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - insecure http server listening on ?:8080 00:52:31.899 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.902 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.902 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.906 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPutTelemetrySucceedsForValidCredentials(VertxTestContext)] 00:52:31.909 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.909 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$712802397] 00:52:31.910 [ForkJoinPool-1-worker-3] INFO o.e.h.a.h.AbstractVertxBasedHttpProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.HonoChainAuthHandlerTest 00:52:31.917 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 00:52:31.919 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.926 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 00:52:31.928 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.985 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 00:52:31.986 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.991 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 00:52:31.993 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:31.998 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 00:52:32.000 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.006 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] 00:52:32.008 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.013 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 00:52:32.015 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.adapter.http.HonoChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.http.X509AuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.adapter.http.X509AuthHandlerTest [INFO] Running org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest 00:52:32.085 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 00:52:32.087 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.091 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest 00:52:32.093 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.097 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 00:52:32.099 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.103 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 00:52:32.105 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.119 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapterTest - running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 00:52:32.121 [ForkJoinPool-1-worker-1] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$1245611004] 00:52:32.128 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - stopping protocol adapter 00:52:32.133 [vert.x-eventloop-thread-0] INFO o.e.h.a.h.i.VertxBasedHttpProtocolAdapter - successfully stopped protocol adapter [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-base/1.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-base/target/hono-adapter-http-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-base-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx/1.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-http-vertx/1.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx/target/hono-adapter-http-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-1.9.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.9.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.9.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.9.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.9.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.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.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/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1118ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/http-vertx-quarkus/target/hono-adapter-http-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-http-vertx-quarkus-1.9.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.9.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 267 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 906 kB/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 964 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: 0.574 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 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.101 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.083 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.011 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.005 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.106 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest 00:52:56.550 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.552 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.601 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.601 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.613 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.613 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.622 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.622 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.627 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.628 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.635 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.635 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.688 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.688 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.694 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.694 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.694 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$85015709] 00:52:56.695 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 00:52:56.697 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - vert.x uses native transport: false 00:52:56.697 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 00:52:56.698 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 00:52:56.704 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.705 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.721 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.721 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.728 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.728 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.733 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.734 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.739 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.740 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.744 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.744 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.749 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.749 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.755 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.755 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.761 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.761 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.789 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.789 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.798 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.798 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.802 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.802 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.809 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.809 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.814 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.815 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.823 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.823 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.828 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.829 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.834 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.834 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.839 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.840 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.845 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.845 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.849 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.849 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.855 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.855 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.860 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.860 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.888 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.888 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.896 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.896 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] 00:52:56.896 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$85015709] 00:52:56.897 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - limiting size of inbound message payload to 2048 bytes 00:52:56.900 [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:52:56.900 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - vert.x uses native transport: false 00:52:56.900 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - Server uses standard insecure port 1883 00:52:56.901 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - MQTT server running on 127.0.0.1:1883 00:52:56.905 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$1997823803] 00:52:56.905 [ForkJoinPool-1-worker-3] INFO o.e.h.a.m.AbstractVertxBasedMqttProtocolAdapterTest$1 - using Command Router client [org.eclipse.hono.adapter.client.command.CommandRouterClient$MockitoMock$866510955] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-base/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-base/target/hono-adapter-mqtt-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-base-1.9.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.9.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: 0.724 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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.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.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.9.0-SNAPSHOT/hono-adapter-kura-1.9.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.9.0-SNAPSHOT/hono-adapter-kura-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.9.0-SNAPSHOT/hono-adapter-kura-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-kura/1.9.0-SNAPSHOT/hono-adapter-kura-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.9.0-SNAPSHOT/hono-adapter-kura-1.9.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.9.0-SNAPSHOT/hono-adapter-kura-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.9.0-SNAPSHOT/hono-adapter-kura-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/kura/target/hono-adapter-kura-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-kura/1.9.0-SNAPSHOT/hono-adapter-kura-1.9.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.9.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.035 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.074 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.01 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.012 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.051 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.008 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.006 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.009 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.022 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.007 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.005 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.001 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-base/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-base/target/hono-adapter-lora-vertx-base-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-base-1.9.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.9.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.9.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.9.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.9.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.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.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/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1155ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx-quarkus/target/hono-adapter-lora-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-quarkus-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora-vertx/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-lora-vertx/1.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/lora-vertx/target/hono-adapter-lora-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-lora-vertx-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-mqtt-vertx/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx/target/hono-adapter-mqtt-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-1.9.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.9.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.9.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.9.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.9.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.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.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.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.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1082ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-vertx-quarkus/1.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/mqtt-vertx-quarkus/target/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-adapter-mqtt-vertx-quarkus-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox-vertx/1.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-adapter-sigfox-vertx/1.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/adapters/sigfox-vertx/target/hono-adapter-sigfox-vertx-1.9.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.9.0-SNAPSHOT/hono-adapter-sigfox-vertx-1.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.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.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.9.0-SNAPSHOT/hono-client-application-1.9.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.9.0-SNAPSHOT/hono-client-application-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.9.0-SNAPSHOT/hono-client-application-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/1.9.0-SNAPSHOT/hono-client-application-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.9.0-SNAPSHOT/hono-client-application-1.9.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.9.0-SNAPSHOT/hono-client-application-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.9.0-SNAPSHOT/hono-client-application-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application/target/hono-client-application-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application/1.9.0-SNAPSHOT/hono-client-application-1.9.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.9.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.ProtonBasedCommandSenderTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 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.065 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 s - in org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.9.0-SNAPSHOT/hono-client-application-amqp-1.9.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.9.0-SNAPSHOT/hono-client-application-amqp-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.9.0-SNAPSHOT/hono-client-application-amqp-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/1.9.0-SNAPSHOT/hono-client-application-amqp-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-amqp/1.9.0-SNAPSHOT/hono-client-application-amqp-1.9.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.9.0-SNAPSHOT/hono-client-application-amqp-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.9.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.9.0-SNAPSHOT/hono-client-application-amqp-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-amqp/target/hono-client-application-amqp-1.9.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.9.0-SNAPSHOT/hono-client-application-amqp-1.9.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.9.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: 0.742 s - in org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest 00:54:18.596 [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.17 s - in org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest 00:54:18.896 [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:54:18.904 [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:54:18.906 [vert.x-eventloop-thread-0] WARN o.e.h.a.c.k.i.KafkaBasedCommandSender - response message has no status code header [tenant ID: bcc983e9-ba22-4a58-abc2-4216d33b5a53, device ID: 4349d808-28ac-43b2-b24a-7293dc40a5cd, correlation ID: 8ae0ba0e-c4e6-406c-a071-e58621fa0115] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.9.0-SNAPSHOT/hono-client-application-kafka-1.9.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.9.0-SNAPSHOT/hono-client-application-kafka-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.9.0-SNAPSHOT/hono-client-application-kafka-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/1.9.0-SNAPSHOT/hono-client-application-kafka-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-client-application-kafka/1.9.0-SNAPSHOT/hono-client-application-kafka-1.9.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.9.0-SNAPSHOT/hono-client-application-kafka-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.9.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.9.0-SNAPSHOT/hono-client-application-kafka-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/clients/application-kafka/target/hono-client-application-kafka-1.9.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.9.0-SNAPSHOT/hono-client-application-kafka-1.9.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.9.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 20 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 768 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 205 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 12 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 54 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 100 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 115 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 501 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 326 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 745 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 374 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 667 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 1.5 MB/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 4.5 MB/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 3.9 MB/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 66 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 133 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 84 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 44 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 57 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 343 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/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] 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] 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 150 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/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 4.6 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/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 1.9 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 1.3 MB/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/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 493 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/org/springframework/boot/spring-boot-test-autoconfigure/2.4.3/spring-boot-test-autoconfigure-2.4.3.jar (182 kB at 1.9 MB/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/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 271 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/org/mockito/mockito-junit-jupiter/3.7.0/mockito-junit-jupiter-3.7.0.jar (5.4 kB at 48 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/springframework/boot/spring-boot-test/2.4.3/spring-boot-test-2.4.3.jar (219 kB at 1.8 MB/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-starter/2.4.3/spring-boot-starter-2.4.3.jar (4.8 kB at 40 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 248 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 583 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 59 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 2.4 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.9.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:54:28.786 [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:54:28.795 [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:54:28.801 [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:54:28.806 [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:54:28.812 [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:54:28.814 [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:54:28.819 [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:54:28.822 [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: 0.779 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.9.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.9.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.9.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 58 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 205 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 63 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 184 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 55 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 87 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 47 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 61 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 36 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 34 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 199 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 598 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 30 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 242 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/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/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/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/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] 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] 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.0 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/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.jar (9.3 kB at 89 kB/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/org/springframework/boot/spring-boot-buildpack-platform/2.4.3/spring-boot-buildpack-platform-2.4.3.jar (202 kB at 1.8 MB/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 2.9 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/org/springframework/boot/spring-boot-loader-tools/2.4.3/spring-boot-loader-tools-2.4.3.jar (243 kB at 1.3 MB/s) [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 1.0 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 7.5 MB/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 3.9 MB/s) [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 3.3 MB/s) [INFO] Creating repackaged archive /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.9.0-SNAPSHOT/hono-cli-1.9.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.9.0-SNAPSHOT/hono-cli-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.9.0-SNAPSHOT/hono-cli-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/1.9.0-SNAPSHOT/hono-cli-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.9.0-SNAPSHOT/hono-cli-1.9.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.9.0-SNAPSHOT/hono-cli-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.9.0-SNAPSHOT/hono-cli-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/cli/target/hono-cli-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-cli/1.9.0-SNAPSHOT/hono-cli-1.9.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.9.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 33 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 466 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 21, 2021 12:54:40 AM org.jboss.threads.Version INFO: JBoss Threads version 3.2.0.Final May 21, 2021 12:54:41 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 21, 2021 12:54:41 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 21, 2021 12:54:41 AM org.jboss.threads.Version INFO: JBoss Threads version 3.2.0.Final May 21, 2021 12:54:41 AM io.quarkus.bootstrap.runner.Timing printStartupTime INFO: Quarkus 1.11.6.Final on JVM started in 1.176s. May 21, 2021 12:54:41 AM io.quarkus.bootstrap.runner.Timing printStartupTime INFO: Profile test activated. May 21, 2021 12:54:41 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: 2.856 s - in org.eclipse.hono.deviceconnection.infinispan.client.quarkus.ConfigurationPropertiesTest May 21, 2021 12:54:41 AM io.quarkus.bootstrap.runner.Timing printStopTime INFO: Quarkus stopped in 0.001s [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan-quarkus/1.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.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.9.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.9.0-SNAPSHOT/client-device-connection-infinispan-quarkus-1.9.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-deploy >-------------------- [INFO] Building Hono Deployment 1.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/deploy/target/hono-deploy-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-deploy/1.9.0-SNAPSHOT/hono-deploy-1.9.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.9.0-SNAPSHOT/hono-deploy-1.9.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.9.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.9.0-SNAPSHOT/hono-example-1.9.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.9.0-SNAPSHOT/hono-example-1.9.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.9.0-SNAPSHOT/hono-example-client-1.9.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.9.0-SNAPSHOT/hono-example-client-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.9.0-SNAPSHOT/hono-example-client-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/1.9.0-SNAPSHOT/hono-example-client-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.9.0-SNAPSHOT/hono-example-client-1.9.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.9.0-SNAPSHOT/hono-example-client-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.9.0-SNAPSHOT/hono-example-client-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/hono-client-examples/target/hono-example-client-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-example-client/1.9.0-SNAPSHOT/hono-example-client-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.9.0-SNAPSHOT/protocol-gateway-1.9.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.9.0-SNAPSHOT/protocol-gateway-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.9.0-SNAPSHOT/protocol-gateway-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/1.9.0-SNAPSHOT/protocol-gateway-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.9.0-SNAPSHOT/protocol-gateway-1.9.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.9.0-SNAPSHOT/protocol-gateway-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.9.0-SNAPSHOT/protocol-gateway-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/protocol-gateway/1.9.0-SNAPSHOT/protocol-gateway-1.9.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 1.9.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.9.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.9.0-SNAPSHOT/hono-services-1.9.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.9.0-SNAPSHOT/hono-services-1.9.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.9.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.file.FileBasedAuthenticationServiceTest [INFO] Running org.eclipse.hono.authentication.SimpleAuthenticationServerTest SLF4J: A number (32) 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:55:04.200 [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:55:04.488 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s - in org.eclipse.hono.authentication.SimpleAuthenticationServerTest 00:55:04.507 [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:55:04.509 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.517 [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:55:04.519 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.526 [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:55:04.528 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.535 [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:55:04.537 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.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:55:04.591 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.598 [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:55:04.599 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.606 [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:55:04.607 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.613 [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:55:04.614 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.624 [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:55:04.631 [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:55:04.632 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.639 [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:55:04.640 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.646 [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:55:04.687 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 00:55:04.692 [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:55:04.693 [vert.x-eventloop-thread-0] INFO o.e.h.a.f.FileBasedAuthenticationService - starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.9.0-SNAPSHOT/hono-service-auth-base-1.9.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.9.0-SNAPSHOT/hono-service-auth-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.9.0-SNAPSHOT/hono-service-auth-base-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/1.9.0-SNAPSHOT/hono-service-auth-base-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-base/1.9.0-SNAPSHOT/hono-service-auth-base-1.9.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.9.0-SNAPSHOT/hono-service-auth-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.9.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.9.0-SNAPSHOT/hono-service-auth-base-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-base/target/hono-service-auth-base-1.9.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.9.0-SNAPSHOT/hono-service-auth-base-1.9.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.9.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.9.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.9.0-SNAPSHOT/hono-services-spring-1.9.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.9.0-SNAPSHOT/hono-services-spring-1.9.0-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth 1.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.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.9.0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.9.0-SNAPSHOT/hono-service-auth-1.9.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.9.0-SNAPSHOT/hono-service-auth-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.9.0-SNAPSHOT/hono-service-auth-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/1.9.0-SNAPSHOT/hono-service-auth-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.9.0-SNAPSHOT/hono-service-auth-1.9.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.9.0-SNAPSHOT/hono-service-auth-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.9.0-SNAPSHOT/hono-service-auth-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth/target/hono-service-auth-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth/1.9.0-SNAPSHOT/hono-service-auth-1.9.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.9.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.9.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.9.0-SNAPSHOT/hono-services-quarkus-1.9.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.9.0-SNAPSHOT/hono-services-quarkus-1.9.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.9.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.9.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.9.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.9.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.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.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/auth-quarkus/target/hono-service-auth-quarkus-1.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 825ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-quarkus/1.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-auth-quarkus/1.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/auth-quarkus/target/hono-service-auth-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-auth-quarkus-1.9.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.9.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 71 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 20 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.hono.deviceregistry.service.deviceconnection.MapBasedDeviceConnectionServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest 00:55:57.189 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1856482359 00:55:57.211 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 416235136 00:55:57.215 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 158005255 00:55:57.232 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 242806564 00:55:57.234 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 323007269 00:55:57.237 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1215115001 00:55:57.284 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 6869688 00:55:57.287 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1658650648 00:55:57.289 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 1543371349 00:55:57.291 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.d.AbstractRegistrationService - using Mock for TenantInformationService, hashCode: 281966735 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AutoProvisionerTest 00:55:57.310 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1578716644 00:55:57.394 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 993804217 00:55:57.397 [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] 00:55:57.404 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1701358878 00:55:57.407 [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] 00:55:57.409 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:55:57.412 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1840249427 00:55:57.419 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 729515815 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 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.007 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.001 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.009 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.11 s - in org.eclipse.hono.service.management.credentials.CredentialsTest [INFO] Running org.eclipse.hono.service.management.credentials.SecretsTest 00:55:57.697 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.hono.service.management.credentials.SecretsTest [INFO] Running org.eclipse.hono.service.management.device.FilterTest 00:55:57.707 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.713 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.service.management.device.FilterTest [INFO] Running org.eclipse.hono.service.management.device.AutoProvisioningTest 00:55:57.723 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.793 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.801 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.812 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.817 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.821 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.826 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext 00:55:57.884 [ForkJoinPool-1-worker-3] WARN o.e.hono.service.http.TracingHandler - Server SpanContext is null or not an instance of SpanContext [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 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.012 s - in org.eclipse.hono.service.management.device.DeviceTest 00:55:57.948 [ForkJoinPool-1-worker-1] WARN o.e.h.s.m.device.AutoProvisioning - auto-provisioning failed: credentials could not be set [tenant-id: d3b6c20d-0a61-49f1-a4cd-51cfc6ff245d, device-id: d1bf8178-22f1-4110-8f83-ecf3afbf0a65, auth-id: CN=fc3823a2-3c0a-4a8b-90ce-3c57e0f605cc, status: 500] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s - in org.eclipse.hono.service.management.device.AutoProvisioningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 155, 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.9.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.9.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/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/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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/1.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-base-1.9.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.9.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 40 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 67 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 37 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 98 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/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] 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] 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 7.3 MB/s) [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 5.8 MB/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 304 kB/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 241 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.SQLTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.016 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/1.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-base-jdbc/1.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-base-jdbc-1.9.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.9.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: 0.689 s - in org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 s - in org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest 00:56:22.306 [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! 00:56:22.310 [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]] 00:56:22.311 [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]] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest 00:56:22.313 [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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.9.0-SNAPSHOT/hono-service-command-router-base-1.9.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.9.0-SNAPSHOT/hono-service-command-router-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.9.0-SNAPSHOT/hono-service-command-router-base-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/1.9.0-SNAPSHOT/hono-service-command-router-base-1.9.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.9.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.9.0-SNAPSHOT/hono-service-command-router-base-1.9.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.9.0-SNAPSHOT/hono-service-command-router-base-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-base/target/hono-service-command-router-base-1.9.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.9.0-SNAPSHOT/hono-service-command-router-base-1.9.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.9.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.9.0-SNAPSHOT/hono-service-command-router-base-1.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.9.0-SNAPSHOT/hono-service-command-router-1.9.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.9.0-SNAPSHOT/hono-service-command-router-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.9.0-SNAPSHOT/hono-service-command-router-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/1.9.0-SNAPSHOT/hono-service-command-router-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-command-router/1.9.0-SNAPSHOT/hono-service-command-router-1.9.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.9.0-SNAPSHOT/hono-service-command-router-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.9.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.9.0-SNAPSHOT/hono-service-command-router-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router/target/hono-service-command-router-1.9.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.9.0-SNAPSHOT/hono-service-command-router-1.9.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.9.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.9.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.9.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.9.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] 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.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.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.9.0-SNAPSHOT-runner.jar [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1184ms [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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-quarkus/1.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/command-router-quarkus/target/hono-service-command-router-quarkus-1.9.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.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.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.9.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.9.0-SNAPSHOT/hono-service-command-router-quarkus-1.9.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.9.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: 0.796 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.9.0-SNAPSHOT/hono-service-device-connection-1.9.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.9.0-SNAPSHOT/hono-service-device-connection-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.9.0-SNAPSHOT/hono-service-device-connection-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-connection/1.9.0-SNAPSHOT/hono-service-device-connection-1.9.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.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/target/nexus-staging/deferred/org/eclipse/hono/hono-service-device-connection/1.9.0-SNAPSHOT/hono-service-device-connection-1.9.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.9.0-SNAPSHOT/hono-service-device-connection-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.9.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.9.0-SNAPSHOT/hono-service-device-connection-1.9.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-connection/target/hono-service-device-connection-1.9.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.9.0-SNAPSHOT/hono-service-device-connection-1.9.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.9.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.FileBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest 00:56:54.705 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:55.121 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:55.533 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.file.FileBasedTenantService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 00:56:55.581 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - saving tenants to file every 3 seconds 00:56:55.631 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:55.637 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 00:56:55.640 [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 00:56:55.640 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 00:56:55.687 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - successfully loaded 2 tenants from file [/tenants.json] 00:56:55.687 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file 00:56:55.781 [ForkJoinPool-1-worker-3] INFO o.e.h.d.file.FileBasedTenantService - persistence is disabled, will not save tenants to file [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.29 s - in org.eclipse.hono.deviceregistry.file.FileBasedTenantServiceTest 00:56:55.784 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest 00:56:55.794 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1744956745 00:56:55.806 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1891047696 00:56:55.809 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1433259149 00:56:55.811 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1140811303 00:56:55.826 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1845264983 00:56:55.828 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1664736427 00:56:55.833 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1228770130 00:56:55.835 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1274288559 00:56:55.883 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1964281811 00:56:55.884 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 345706640 00:56:55.887 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 120738697 00:56:55.889 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1724868145 00:56:55.891 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 29914420 00:56:55.895 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1078124144 00:56:55.897 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1746151215 00:56:55.900 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 104990452 00:56:55.902 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 859396075 00:56:55.904 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1744370283 00:56:55.906 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 63185915 00:56:55.908 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1442391097 00:56:55.910 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 932858497 00:56:55.912 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 285407470 00:56:55.913 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 548481281 00:56:55.915 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1610617702 00:56:55.917 [ForkJoinPool-1-worker-3] ERROR o.e.h.d.f.FileBasedRegistrationService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 00:56:55.918 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 704913879 00:56:55.919 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 627682011 00:56:55.920 [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 00:56:55.920 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:55.922 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 325976943 00:56:55.924 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 00:56:55.926 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 467168241 00:56:55.927 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 291737353 00:56:55.934 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 2 device identities from file [/device-identities.json] 00:56:55.981 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1487374230 00:56:55.985 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 00:56:55.985 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:55.988 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1482267131 00:56:55.990 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 520660178 00:56:55.991 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:55.992 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1156125639 00:56:55.995 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 1044129611 00:56:55.997 [ForkJoinPool-1-worker-3] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 00:56:55.997 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:55.998 [ForkJoinPool-1-worker-3] INFO o.e.h.d.s.device.AutoProvisioner - using Mock for TenantInformationService, hashCode: 629950829 00:56:55.999 [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.215 s - in org.eclipse.hono.deviceregistry.file.FileBasedRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest 00:56:56.003 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 00:56:56.009 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithMultipleFiltersSucceeds(VertxTestContext) 00:56:56.013 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithWildCardToMatchMultipleCharacters(VertxTestContext) 00:56:56.015 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithSortOption(VertxTestContext) 00:56:56.016 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithCardToMatchSingleCharacter(VertxTestContext) 00:56:56.018 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithAFilterSucceeds(VertxTestContext) 00:56:56.020 [ForkJoinPool-1-worker-3] INFO o.e.h.d.f.FileBasedDeviceManagementSearchDevicesTest - running testSearchDevicesWithPageSize(VertxTestContext) 00:56:56.021 [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.019 s - in org.eclipse.hono.deviceregistry.file.FileBasedDeviceManagementSearchDevicesTest 00:56:56.125 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:56.190 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:56.255 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:56.317 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:56.581 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:56.644 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.114 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.181 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.248 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.317 [ForkJoinPool-1-worker-1] ERROR o.e.h.d.f.FileBasedCredentialsService - failed to start up service io.vertx.core.impl.NoStackTraceThrowable: no access 00:56:57.320 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - saving device identities to file every 3 seconds 00:56:57.321 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - saving credentials to file every 3 seconds 00:56:57.329 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - successfully loaded 8 device identities from file [/device-identities.json] 00:56:57.329 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:57.330 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 4 credentials from file [/credentials.json] 00:56:57.330 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 00:56:57.332 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.396 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.459 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.524 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - successfully loaded 2 credentials from file [/credentials.json] 00:56:57.525 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.589 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.656 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:56:57.719 [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 00:56:57.719 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:57.720 [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 00:56:57.720 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedCredentialsService - persistence is disabled, will not save credentials to file 00:56:57.734 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedRegistrationService - cannot read malformed JSON from device identity file [/device-identities.json] 00:56:57.734 [ForkJoinPool-1-worker-1] INFO o.e.h.d.f.FileBasedRegistrationService - persistence is disabled, will not save device identities to file 00:56:57.735 [ForkJoinPool-1-worker-1] WARN o.e.h.d.f.FileBasedCredentialsService - cannot read malformed JSON from credentials file [/credentials.json] 00:56:57.735 [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: 1.732 s - in org.eclipse.hono.deviceregistry.file.FileBasedCredentialsServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 95, 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-file/1.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-file/target/hono-service-device-registry-file-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-file-1.9.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.9.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 76 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 17 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 113 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 15 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 29 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 36 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 58 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 173 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 368 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 63 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 80 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 400 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 90 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 60 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/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/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.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/postgresql/postgresql/42.2.18/postgresql-42.2.18.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 39 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/org/testcontainers/jdbc/1.15.2/jdbc-1.15.2.jar (28 kB at 226 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/io/vertx/vertx-auth-jdbc/3.9.7/vertx-auth-jdbc-3.9.7.jar (20 kB at 127 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/postgresql/1.15.2/postgresql-1.15.2.jar (8.6 kB at 43 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/database-commons/1.15.2/database-commons-1.15.2.jar (10 kB at 48 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/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 117 kB/s) [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 4.6 MB/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] 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/rnorth/visible-assertions/visible-assertions/2.1.2/visible-assertions-2.1.2.jar (12 kB at 43 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.jar [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 7.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/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 41 kB/s) [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 3.8 MB/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 1.1 MB/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 2.7 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 7.2 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 00:57:15.710 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/70e8399c-e365-4212-9774-276b37559553","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.710 [ForkJoinPool-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/887b1b38-5268-4e77-a82d-515c77f60dfe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.853 [ForkJoinPool-1-worker-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@35433a59 00:57:15.853 [ForkJoinPool-1-worker-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@4529adc9 00:57:15.853 [ForkJoinPool-1-worker-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 00:57:15.853 [ForkJoinPool-1-worker-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 00:57:15.853 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:15.853 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:15.907 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:15.908 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:15.909 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/70e8399c-e365-4212-9774-276b37559553","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.909 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/887b1b38-5268-4e77-a82d-515c77f60dfe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.912 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2e0b673a 00:57:15.912 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2676e002 00:57:15.912 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:15.912 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:15.912 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:15.912 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:15.914 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:15.915 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:15.978 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/186428fb-9d3e-4c5c-8aa5-883c45164ef3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5c84192e 00:57:15.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:15.980 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:15.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:15.984 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/186428fb-9d3e-4c5c-8aa5-883c45164ef3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.985 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2794b409 00:57:15.985 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:15.985 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:15.987 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:15.989 [ForkJoinPool-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/94312540-6858-47c8-a253-1749499a3294","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.990 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c1f29df 00:57:15.990 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:15.990 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:15.994 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:15.994 [ForkJoinPool-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/94312540-6858-47c8-a253-1749499a3294","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.995 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@afe1871 00:57:15.995 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:15.995 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:15.995 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:15.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/186428fb-9d3e-4c5c-8aa5-883c45164ef3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:15.998 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26756dbd 00:57:15.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 00:57:15.999 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:15.999 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:15.999 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:15.999 [ForkJoinPool-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/94312540-6858-47c8-a253-1749499a3294","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.000 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45cacec8 00:57:16.000 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:16.000 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.002 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:16.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/186428fb-9d3e-4c5c-8aa5-883c45164ef3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.003 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:16.004 [ForkJoinPool-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/94312540-6858-47c8-a253-1749499a3294","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.004 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6686bff9 00:57:16.004 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:16.004 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.004 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ff88c5c 00:57:16.004 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:16.005 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.007 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:16.008 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:16.042 [MLog-Init-Reporter] INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging. 00:57:16.222 [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] 00:57:16.297 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4fd56bf7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4fd56bf7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/887b1b38-5268-4e77-a82d-515c77f60dfe, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:16.297 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|251e613e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|251e613e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/70e8399c-e365-4212-9774-276b37559553, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:16.397 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|50f9e5f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|50f9e5f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/94312540-6858-47c8-a253-1749499a3294, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:16.511 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|54cbefd9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|54cbefd9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/94312540-6858-47c8-a253-1749499a3294, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:16.523 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a015742a-f38c-4cde-bd54-46bd60272692","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.523 [ForkJoinPool-1-worker-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@7863f48e 00:57:16.523 [ForkJoinPool-1-worker-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 00:57:16.523 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:16.524 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:16.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/a015742a-f38c-4cde-bd54-46bd60272692","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.525 [ForkJoinPool-1-worker-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@8dd9201 00:57:16.525 [ForkJoinPool-1-worker-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 00:57:16.525 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:16.526 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:16.581 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3836480c-cf55-41dd-bf47-6b57bedecfc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.582 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68d38355 00:57:16.582 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:16.582 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:16.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3836480c-cf55-41dd-bf47-6b57bedecfc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3666d656 00:57:16.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:16.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:16.589 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:16.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3836480c-cf55-41dd-bf47-6b57bedecfc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.590 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7d49a557 00:57:16.590 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:16.590 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.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 00:57:16.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/3836480c-cf55-41dd-bf47-6b57bedecfc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.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@db1e05b 00:57:16.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 00:57:16.593 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:16.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 00:57:16.608 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|56c4c761, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|56c4c761, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a015742a-f38c-4cde-bd54-46bd60272692, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:16.623 [ForkJoinPool-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/e4b03494-8a57-4f1e-a27b-2c42bddba319","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.623 [ForkJoinPool-1-worker-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@7ee8594 00:57:16.623 [ForkJoinPool-1-worker-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 00:57:16.624 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:16.625 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:16.625 [ForkJoinPool-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/e4b03494-8a57-4f1e-a27b-2c42bddba319","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.625 [ForkJoinPool-1-worker-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@22272421 00:57:16.625 [ForkJoinPool-1-worker-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 00:57:16.626 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:16.627 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:16.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/b446e584-89af-419c-8bd4-749b69a637db","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.681 [ForkJoinPool-1-worker-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@298e6443 00:57:16.681 [ForkJoinPool-1-worker-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 00:57:16.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:16.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:16.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b446e584-89af-419c-8bd4-749b69a637db","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:16.683 [ForkJoinPool-1-worker-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@35bbad70 00:57:16.683 [ForkJoinPool-1-worker-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 00:57:16.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:16.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:17.037 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d44565cb-fdbc-4fc8-9f3c-53af49ada0f9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.037 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11874127-2a66-413a-be9e-0f79b5b12bcc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.038 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@540a1bb0 00:57:17.038 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.038 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28340c4 00:57:17.038 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.038 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.038 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d44565cb-fdbc-4fc8-9f3c-53af49ada0f9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.040 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6ce12c3a 00:57:17.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.040 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.040 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11874127-2a66-413a-be9e-0f79b5b12bcc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.041 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75647b5b 00:57:17.041 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.041 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.042 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.042 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:17.042 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d44565cb-fdbc-4fc8-9f3c-53af49ada0f9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.043 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28dc92fc 00:57:17.043 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.043 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.043 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.043 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:17.043 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11874127-2a66-413a-be9e-0f79b5b12bcc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.044 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.044 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@747c590b 00:57:17.044 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.044 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.044 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d44565cb-fdbc-4fc8-9f3c-53af49ada0f9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.045 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2652e16e 00:57:17.045 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.045 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.046 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.046 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.046 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11874127-2a66-413a-be9e-0f79b5b12bcc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.047 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49528c5f 00:57:17.047 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:17.047 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:17.049 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:17.061 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|66b9abe8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|66b9abe8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e4b03494-8a57-4f1e-a27b-2c42bddba319, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:17.066 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2ffb1483, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2ffb1483, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b446e584-89af-419c-8bd4-749b69a637db, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:17.104 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|11372e6c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|11372e6c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d44565cb-fdbc-4fc8-9f3c-53af49ada0f9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:17.107 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6103f499, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6103f499, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d44565cb-fdbc-4fc8-9f3c-53af49ada0f9, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:17.108 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6a274e52, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6a274e52, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b446e584-89af-419c-8bd4-749b69a637db, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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.072 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest 00:57:17.899 [ForkJoinPool-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/fac484d0-9bad-44cb-93c8-37aadb518254","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.900 [ForkJoinPool-1-worker-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@6dac82df 00:57:17.900 [ForkJoinPool-1-worker-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 00:57:17.900 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:17.902 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:17.902 [ForkJoinPool-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/fac484d0-9bad-44cb-93c8-37aadb518254","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:17.902 [ForkJoinPool-1-worker-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@77019909 00:57:17.902 [ForkJoinPool-1-worker-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 00:57:17.902 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:17.903 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:18.058 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1a22a154-54ab-4657-b726-aaf8925f0f3a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.058 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2f572652 00:57:18.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 00:57:18.059 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:18.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 00:57:18.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/1a22a154-54ab-4657-b726-aaf8925f0f3a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.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@51ba715e 00:57:18.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 00:57:18.060 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:18.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 00:57:18.214 [ForkJoinPool-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/1ebedf02-6745-4c09-b5d8-84595ca73220","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.215 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54ea2c4f 00:57:18.215 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.215 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.216 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1ebedf02-6745-4c09-b5d8-84595ca73220","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.217 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7390de29 00:57:18.217 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.217 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.218 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.218 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:18.218 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1ebedf02-6745-4c09-b5d8-84595ca73220","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.218 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b52bbe2 00:57:18.218 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.219 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.219 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.220 [ForkJoinPool-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/1ebedf02-6745-4c09-b5d8-84595ca73220","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.220 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3bb3f57b 00:57:18.220 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.220 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.221 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.222 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:18.308 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4e3e865c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4e3e865c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1ebedf02-6745-4c09-b5d8-84595ca73220, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.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 -> 2tggmuah12yoimb1wb4z6y|75eeb6a3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|75eeb6a3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1ebedf02-6745-4c09-b5d8-84595ca73220, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.398 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f1d5194-aba2-483a-8090-8fe7c2ee5291","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.399 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b4bb7e7 00:57:18.399 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.399 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.400 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.401 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f1d5194-aba2-483a-8090-8fe7c2ee5291","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.401 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5ab51650 00:57:18.401 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.401 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.403 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.403 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:18.403 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f1d5194-aba2-483a-8090-8fe7c2ee5291","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.404 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@774c743a 00:57:18.404 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.404 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.405 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.405 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f1d5194-aba2-483a-8090-8fe7c2ee5291","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.406 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2dc129f4 00:57:18.406 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.406 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.407 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.419 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|7cf2fe7f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|7cf2fe7f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1a22a154-54ab-4657-b726-aaf8925f0f3a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.435 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|479767db, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|479767db, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1a22a154-54ab-4657-b726-aaf8925f0f3a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.524 [ForkJoinPool-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/074e638e-1293-4a01-bd45-d520fcf98caa","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.525 [ForkJoinPool-1-worker-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@58f57c15 00:57:18.525 [ForkJoinPool-1-worker-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 00:57:18.525 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:18.525 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:18.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/074e638e-1293-4a01-bd45-d520fcf98caa","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.526 [ForkJoinPool-1-worker-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@7ccb63ac 00:57:18.526 [ForkJoinPool-1-worker-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 00:57:18.526 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:18.527 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:18.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/1b8ea0b6-850e-4969-9afb-95a5a49c661c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@698a484f 00:57:18.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:18.658 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:18.659 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:18.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/1b8ea0b6-850e-4969-9afb-95a5a49c661c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.660 [ForkJoinPool-1-worker-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@20060216 00:57:18.660 [ForkJoinPool-1-worker-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 00:57:18.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:18.660 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:18.776 [ForkJoinPool-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/a1b94351-fe23-4140-bd18-9dada97e5f3b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.777 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@58c1fdcd 00:57:18.777 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.778 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.779 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.779 [ForkJoinPool-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/a1b94351-fe23-4140-bd18-9dada97e5f3b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.780 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13a896d7 00:57:18.780 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.780 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.781 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.781 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:18.781 [ForkJoinPool-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/a1b94351-fe23-4140-bd18-9dada97e5f3b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.782 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e750f51 00:57:18.782 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.782 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.783 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.783 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1b94351-fe23-4140-bd18-9dada97e5f3b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.784 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3faef04d 00:57:18.784 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.784 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.785 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.796 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|222a0f2e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|222a0f2e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1b94351-fe23-4140-bd18-9dada97e5f3b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.813 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|ef36900, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|ef36900, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1b94351-fe23-4140-bd18-9dada97e5f3b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.850 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|739f3f9b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|739f3f9b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1b94351-fe23-4140-bd18-9dada97e5f3b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:18.990 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c8e86937-5298-41f0-a373-89f0e2fda42a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.990 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5b99bb0c 00:57:18.990 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.990 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.991 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.991 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c8e86937-5298-41f0-a373-89f0e2fda42a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.992 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@53f92dcd 00:57:18.992 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.992 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.992 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.993 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:18.993 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c8e86937-5298-41f0-a373-89f0e2fda42a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.993 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@147e87ea 00:57:18.993 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.993 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.994 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:18.994 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c8e86937-5298-41f0-a373-89f0e2fda42a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:18.994 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3ce91972 00:57:18.994 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:18.994 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:18.995 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.005 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|f5dce26, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|f5dce26, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1b8ea0b6-850e-4969-9afb-95a5a49c661c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:19.412 [ForkJoinPool-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/63375584-5c45-4e25-8c74-b39736e29a83","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.412 [ForkJoinPool-1-worker-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@2794ec76 00:57:19.412 [ForkJoinPool-1-worker-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 00:57:19.412 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:19.413 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:19.413 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/63375584-5c45-4e25-8c74-b39736e29a83","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.413 [ForkJoinPool-1-worker-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@7c3faae5 00:57:19.413 [ForkJoinPool-1-worker-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 00:57:19.413 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:19.414 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:19.550 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/80b559a1-368e-41b2-869b-f3b06eef5dd7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.551 [ForkJoinPool-1-worker-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@4ad4103a 00:57:19.551 [ForkJoinPool-1-worker-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 00:57:19.551 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:19.552 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:19.552 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/80b559a1-368e-41b2-869b-f3b06eef5dd7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.552 [ForkJoinPool-1-worker-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@3a8cbe7d 00:57:19.552 [ForkJoinPool-1-worker-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 00:57:19.552 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:19.553 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:19.623 [ForkJoinPool-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/b61dd92d-1cf6-486e-b37a-7c37273b97fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.624 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26d54887 00:57:19.624 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.624 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.624 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.624 [ForkJoinPool-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/b61dd92d-1cf6-486e-b37a-7c37273b97fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.625 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c3b9e9f 00:57:19.625 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.625 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.626 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.626 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:19.626 [ForkJoinPool-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/b61dd92d-1cf6-486e-b37a-7c37273b97fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.626 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7c96f29c 00:57:19.626 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.626 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.627 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.627 [ForkJoinPool-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/b61dd92d-1cf6-486e-b37a-7c37273b97fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.627 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@26d3ecbb 00:57:19.627 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.627 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.628 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.628 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:19.701 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|32447179, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|32447179, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b61dd92d-1cf6-486e-b37a-7c37273b97fc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:19.716 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2c985ac4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2c985ac4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b61dd92d-1cf6-486e-b37a-7c37273b97fc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:19.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 -> 2tggmuah12yoimb1wb4z6y|32188d86, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|32188d86, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b61dd92d-1cf6-486e-b37a-7c37273b97fc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:19.747 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5b7a21cd-bf40-4a7e-8841-f5a78f3101d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.748 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e480527 00:57:19.748 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.748 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.749 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5b7a21cd-bf40-4a7e-8841-f5a78f3101d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15926517 00:57:19.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.781 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:19.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5b7a21cd-bf40-4a7e-8841-f5a78f3101d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67cefe10 00:57:19.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.783 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.783 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5b7a21cd-bf40-4a7e-8841-f5a78f3101d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:19.784 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c2ac773 00:57:19.784 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:19.784 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:19.785 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:19.794 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|5a429034, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5a429034, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/80b559a1-368e-41b2-869b-f3b06eef5dd7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 2.604 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 00:57:20.140 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/08797607-538e-4daa-97f2-a4a808d18810","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.140 [ForkJoinPool-1-worker-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@34cc19d 00:57:20.140 [ForkJoinPool-1-worker-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 00:57:20.140 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:20.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:20.141 [ForkJoinPool-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/08797607-538e-4daa-97f2-a4a808d18810","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.141 [ForkJoinPool-1-worker-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@611fc3a 00:57:20.141 [ForkJoinPool-1-worker-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 00:57:20.141 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:20.142 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:20.303 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/de8ca1b2-b258-4dde-84fa-62f62be967f8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.303 [ForkJoinPool-1-worker-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@61de3493 00:57:20.303 [ForkJoinPool-1-worker-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 00:57:20.304 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:20.304 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:20.304 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/de8ca1b2-b258-4dde-84fa-62f62be967f8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.305 [ForkJoinPool-1-worker-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@e99c8dd 00:57:20.305 [ForkJoinPool-1-worker-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 00:57:20.305 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:20.305 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:20.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/33e72772-e2f2-4370-b8f8-9fcf7ce918c3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@620e22f1 00:57:20.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.484 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.484 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/33e72772-e2f2-4370-b8f8-9fcf7ce918c3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.484 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e369621 00:57:20.484 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.485 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.486 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.486 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:20.486 [ForkJoinPool-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/33e72772-e2f2-4370-b8f8-9fcf7ce918c3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.487 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67cd0d4e 00:57:20.487 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.487 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.488 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.488 [ForkJoinPool-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/33e72772-e2f2-4370-b8f8-9fcf7ce918c3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.489 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@69e2c54b 00:57:20.489 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.489 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.490 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.490 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:20.570 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|559e298f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|559e298f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/33e72772-e2f2-4370-b8f8-9fcf7ce918c3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:20.592 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|67b531f9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|67b531f9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/33e72772-e2f2-4370-b8f8-9fcf7ce918c3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:20.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/26d91ab5-4d85-438b-a35e-b77b338e208d","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.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@1dc49341 00:57:20.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 00:57:20.670 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.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 00:57:20.671 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/26d91ab5-4d85-438b-a35e-b77b338e208d","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@21441adf 00:57:20.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.685 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.686 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:20.686 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/26d91ab5-4d85-438b-a35e-b77b338e208d","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7451d764 00:57:20.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.687 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.688 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.688 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/26d91ab5-4d85-438b-a35e-b77b338e208d","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:20.688 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51ceb4d5 00:57:20.688 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:20.689 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:20.689 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:20.704 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|d6b828c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|d6b828c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/de8ca1b2-b258-4dde-84fa-62f62be967f8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:20.827 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|63adcbe5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|63adcbe5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/33e72772-e2f2-4370-b8f8-9fcf7ce918c3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/15eca59f-4b85-4316-82b7-f9ef3c90f5e3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.368 [ForkJoinPool-1-worker-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@1bc8621b 00:57:21.368 [ForkJoinPool-1-worker-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 00:57:21.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.368 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/15eca59f-4b85-4316-82b7-f9ef3c90f5e3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.369 [ForkJoinPool-1-worker-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@5bb9d08a 00:57:21.369 [ForkJoinPool-1-worker-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 00:57:21.369 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.369 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.527 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fd0eacc9-0884-45e0-afaa-e407fde50bc5","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51fb7b80 00:57:21.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.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:21.528 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.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 00:57:21.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fd0eacc9-0884-45e0-afaa-e407fde50bc5","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a428861 00:57:21.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:21.529 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.530 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d21d81e2-cc07-49f5-b4da-30974b551e69","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.586 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5edf3f15 00:57:21.586 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.586 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.587 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.587 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d21d81e2-cc07-49f5-b4da-30974b551e69","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.587 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a39e17f 00:57:21.587 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.587 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.588 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:21.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/d21d81e2-cc07-49f5-b4da-30974b551e69","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d17b7b2 00:57:21.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.588 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d21d81e2-cc07-49f5-b4da-30974b551e69","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1e4a1369 00:57:21.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.589 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.590 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.600 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|5e732e25, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5e732e25, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/15eca59f-4b85-4316-82b7-f9ef3c90f5e3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.614 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|46c5a09d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|46c5a09d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/15eca59f-4b85-4316-82b7-f9ef3c90f5e3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.614 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.615 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7fd1f188 00:57:21.615 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.615 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.616 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.616 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c637e8d 00:57:21.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.618 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:21.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@32f879c6 00:57:21.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.620 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.620 [ForkJoinPool-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/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.621 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ce820ae 00:57:21.621 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.621 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.622 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.623 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:21.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7cb631b0-1f9a-4e31-9adc-f7beb54e37c2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.682 [ForkJoinPool-1-worker-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@2c56cac4 00:57:21.682 [ForkJoinPool-1-worker-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 00:57:21.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7cb631b0-1f9a-4e31-9adc-f7beb54e37c2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.683 [ForkJoinPool-1-worker-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@6ada92d5 00:57:21.683 [ForkJoinPool-1-worker-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 00:57:21.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.714 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/54ffa3fe-9854-4365-a3f4-5c13556bf75b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.715 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6952a054 00:57:21.715 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.715 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/54ffa3fe-9854-4365-a3f4-5c13556bf75b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@543c279e 00:57:21.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.718 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.719 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:21.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/54ffa3fe-9854-4365-a3f4-5c13556bf75b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2ab62e3a 00:57:21.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.720 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.720 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/54ffa3fe-9854-4365-a3f4-5c13556bf75b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.721 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6314ea17 00:57:21.721 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.721 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.722 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.737 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|52818c95, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|52818c95, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7cb631b0-1f9a-4e31-9adc-f7beb54e37c2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.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 -> 2tggmuah12yoimb1wb4z6y|2576ba4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2576ba4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.793 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|31c67a76, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|31c67a76, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.805 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|1e963f7e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|1e963f7e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/181c92dd-8ffc-4c29-b4f7-6915f9f7c37f, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.814 [vert.x-eventloop-thread-0] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:21.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/57d07046-b890-49ff-ab1c-761c2720142e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d462b65 00:57:21.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.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:21.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.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 00:57:21.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/57d07046-b890-49ff-ab1c-761c2720142e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.825 [ForkJoinPool-1-worker-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@b69e8ed 00:57:21.825 [ForkJoinPool-1-worker-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 00:57:21.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.856 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f51c298-99cb-4a81-8693-28768c08eb50","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.857 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62c36dd7 00:57:21.857 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.857 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3f51c298-99cb-4a81-8693-28768c08eb50","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.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@5d180411 00:57:21.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 00:57:21.881 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.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 00:57:21.882 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:21.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/3f51c298-99cb-4a81-8693-28768c08eb50","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@372778f1 00:57:21.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:21.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.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/3f51c298-99cb-4a81-8693-28768c08eb50","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.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@4110832a 00:57:21.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 00:57:21.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:21.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:21.894 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|5ae60762, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5ae60762, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/57d07046-b890-49ff-ab1c-761c2720142e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:21.939 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1060d2a-dcb2-4bdc-a708-20bcc7434001","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34df0abb 00:57:21.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:21.940 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.941 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.941 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1060d2a-dcb2-4bdc-a708-20bcc7434001","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.941 [ForkJoinPool-1-worker-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@47156036 00:57:21.941 [ForkJoinPool-1-worker-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 00:57:21.941 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.942 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.964 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aeeefc74-2c10-4fd8-ab4b-674e4af52a26","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.965 [ForkJoinPool-1-worker-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@9141287 00:57:21.965 [ForkJoinPool-1-worker-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 00:57:21.965 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:21.981 [ForkJoinPool-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/aeeefc74-2c10-4fd8-ab4b-674e4af52a26","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:21.981 [ForkJoinPool-1-worker-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@dcb9eb4 00:57:21.981 [ForkJoinPool-1-worker-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 00:57:21.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:21.982 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/38861ba1-ee24-46d3-8083-1226d8f7abd9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e592de2 00:57:22.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.019 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.019 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/38861ba1-ee24-46d3-8083-1226d8f7abd9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.020 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48961394 00:57:22.020 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.020 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.020 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.021 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.021 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/38861ba1-ee24-46d3-8083-1226d8f7abd9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.021 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@49ae7c3c 00:57:22.021 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.021 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.022 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.022 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/38861ba1-ee24-46d3-8083-1226d8f7abd9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.023 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@34737788 00:57:22.023 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.023 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.031 [ForkJoinPool-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/0341a197-f828-4008-b75b-fd07e3215ee0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.032 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42ebe6b1 00:57:22.032 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.032 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.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/0341a197-f828-4008-b75b-fd07e3215ee0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@794ebe73 00:57:22.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.033 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.034 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.034 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.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/0341a197-f828-4008-b75b-fd07e3215ee0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.035 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@28ccbbbd 00:57:22.035 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.035 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.035 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|36ba3182, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|36ba3182, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a1060d2a-dcb2-4bdc-a708-20bcc7434001, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.036 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.036 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0341a197-f828-4008-b75b-fd07e3215ee0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.037 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f1da87c 00:57:22.037 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.037 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.037 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.038 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/135f9ede-3aa8-41b2-8672-3e96f7270c69","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.082 [ForkJoinPool-1-worker-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@15ddc029 00:57:22.082 [ForkJoinPool-1-worker-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 00:57:22.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.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 00:57:22.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/135f9ede-3aa8-41b2-8672-3e96f7270c69","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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@1ba71877 00:57:22.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 00:57:22.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2d0dfd-82a9-4590-ac82-c6ea81039418","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e1bfcb 00:57:22.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2d0dfd-82a9-4590-ac82-c6ea81039418","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31b91b00 00:57:22.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.117 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.118 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.118 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2d0dfd-82a9-4590-ac82-c6ea81039418","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.118 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e15b9aa 00:57:22.118 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.118 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.119 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.119 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af2d0dfd-82a9-4590-ac82-c6ea81039418","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.119 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@35dbb3e6 00:57:22.119 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.119 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.120 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.124 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.130 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4fdb57d9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4fdb57d9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/135f9ede-3aa8-41b2-8672-3e96f7270c69, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.138 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|39c61efe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|39c61efe, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0341a197-f828-4008-b75b-fd07e3215ee0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.191 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|be80aa3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|be80aa3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0341a197-f828-4008-b75b-fd07e3215ee0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a003320f-7e2f-4e8a-b596-8582c3ea7062","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.215 [ForkJoinPool-1-worker-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@4dac4abc 00:57:22.215 [ForkJoinPool-1-worker-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 00:57:22.215 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.216 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.216 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a003320f-7e2f-4e8a-b596-8582c3ea7062","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.216 [ForkJoinPool-1-worker-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@2f44da64 00:57:22.216 [ForkJoinPool-1-worker-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 00:57:22.216 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.216 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.248 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/db42c810-1dee-449e-b0c2-eec0bc12d947","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3278d901 00:57:22.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/db42c810-1dee-449e-b0c2-eec0bc12d947","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@54cb2774 00:57:22.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.283 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/db42c810-1dee-449e-b0c2-eec0bc12d947","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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@4239405f 00:57:22.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 00:57:22.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.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/db42c810-1dee-449e-b0c2-eec0bc12d947","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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@3757bd2d 00:57:22.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 00:57:22.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.294 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|31a159d3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|31a159d3, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a003320f-7e2f-4e8a-b596-8582c3ea7062, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.315 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3c0c9389-db78-4e8e-a600-04413e9209ba","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.315 [ForkJoinPool-1-worker-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@cc1fd70 00:57:22.315 [ForkJoinPool-1-worker-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 00:57:22.315 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.316 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.316 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/3c0c9389-db78-4e8e-a600-04413e9209ba","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.316 [ForkJoinPool-1-worker-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@ccf1465 00:57:22.317 [ForkJoinPool-1-worker-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 00:57:22.317 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.317 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.351 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a3027f7c-8650-4035-94f5-3cc154845b06","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.352 [ForkJoinPool-1-worker-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@13e4835a 00:57:22.352 [ForkJoinPool-1-worker-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 00:57:22.352 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.353 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.353 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a3027f7c-8650-4035-94f5-3cc154845b06","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.353 [ForkJoinPool-1-worker-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@261c0e4 00:57:22.353 [ForkJoinPool-1-worker-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 00:57:22.353 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.354 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8ed0a7a0-d2be-4b2e-9aca-2ae2e4384c36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@74c4a3db 00:57:22.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.365 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.366 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.366 [ForkJoinPool-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/8ed0a7a0-d2be-4b2e-9aca-2ae2e4384c36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6b71ecde 00:57:22.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.381 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.381 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8ed0a7a0-d2be-4b2e-9aca-2ae2e4384c36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@71bcee69 00:57:22.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.382 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8ed0a7a0-d2be-4b2e-9aca-2ae2e4384c36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@774d7016 00:57:22.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.383 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.384 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.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/fe76d797-99ca-4651-a52b-df4f52a05ca9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.390 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44c9b144 00:57:22.390 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.390 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fe76d797-99ca-4651-a52b-df4f52a05ca9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6231116d 00:57:22.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.391 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.392 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.392 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.392 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fe76d797-99ca-4651-a52b-df4f52a05ca9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e531a7a 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fe76d797-99ca-4651-a52b-df4f52a05ca9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57ee23ed 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.393 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.394 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.394 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|13a90b96, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|13a90b96, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8ed0a7a0-d2be-4b2e-9aca-2ae2e4384c36, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.410 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|444b0c90, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|444b0c90, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8ed0a7a0-d2be-4b2e-9aca-2ae2e4384c36, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.410 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|7ae75569, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|7ae75569, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a3027f7c-8650-4035-94f5-3cc154845b06, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.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/bd0df578-27b2-476a-8101-3aed1ac17bff","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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/d8b425d1-8645-42f2-813b-bd2ae404686b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.481 [ForkJoinPool-1-worker-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@28ccf41d 00:57:22.481 [ForkJoinPool-1-worker-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 00:57:22.481 [ForkJoinPool-1-worker-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@c0bf835 00:57:22.481 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.481 [ForkJoinPool-1-worker-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 00:57:22.481 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.482 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.482 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d8b425d1-8645-42f2-813b-bd2ae404686b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/bd0df578-27b2-476a-8101-3aed1ac17bff","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.482 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@e04650c 00:57:22.482 [ForkJoinPool-1-worker-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@3ca64861 00:57:22.482 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:22.482 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.482 [ForkJoinPool-1-worker-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 00:57:22.482 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.483 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.483 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/29ff74ce-a15e-4d5f-8c95-79fb70470cb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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@7786fa1f 00:57:22.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 00:57:22.527 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.528 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/29ff74ce-a15e-4d5f-8c95-79fb70470cb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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@1ddbf96f 00:57:22.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 00:57:22.529 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.530 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.530 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.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/29ff74ce-a15e-4d5f-8c95-79fb70470cb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.530 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@36ad38d 00:57:22.530 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.530 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 00:57:22.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/29ff74ce-a15e-4d5f-8c95-79fb70470cb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a629b72 00:57:22.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 00:57:22.532 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.532 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.540 [ForkJoinPool-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/11f46925-1c55-436f-bd0d-5b8ad3cd0c47","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.540 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4ffbcb7 00:57:22.540 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.540 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.541 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.541 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11f46925-1c55-436f-bd0d-5b8ad3cd0c47","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.542 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5d6ac35b 00:57:22.542 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.542 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.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 -> 2tggmuah12yoimb1wb4z6y|3285b0fb, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3285b0fb, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d8b425d1-8645-42f2-813b-bd2ae404686b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.543 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.543 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.543 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11f46925-1c55-436f-bd0d-5b8ad3cd0c47","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.544 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@584a6f3a 00:57:22.544 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.544 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.544 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.545 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11f46925-1c55-436f-bd0d-5b8ad3cd0c47","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.546 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67bb6be6 00:57:22.546 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.546 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.547 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.558 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|c17fc87, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|c17fc87, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11f46925-1c55-436f-bd0d-5b8ad3cd0c47, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.582 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af705a2d-f909-4402-b3a9-57c8d0dca336","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.583 [ForkJoinPool-1-worker-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@79ef7a53 00:57:22.583 [ForkJoinPool-1-worker-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 00:57:22.583 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af705a2d-f909-4402-b3a9-57c8d0dca336","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.584 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13daf76f 00:57:22.585 [ForkJoinPool-1-worker-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 00:57:22.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.585 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.615 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/421ff6c2-8a95-4869-8182-2d3821e79166","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.615 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@48b7684 00:57:22.615 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.615 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/421ff6c2-8a95-4869-8182-2d3821e79166","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@10be39ab 00:57:22.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.616 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.617 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/421ff6c2-8a95-4869-8182-2d3821e79166","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6df148a4 00:57:22.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/421ff6c2-8a95-4869-8182-2d3821e79166","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.619 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@735215f9 00:57:22.619 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.619 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.620 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.630 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|469285e4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|469285e4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/af705a2d-f909-4402-b3a9-57c8d0dca336, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.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/cce8a5b1-0193-4e91-a8d2-45df804573a5","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.707 [ForkJoinPool-1-worker-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@24f2211a 00:57:22.707 [ForkJoinPool-1-worker-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 00:57:22.707 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.708 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.708 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cce8a5b1-0193-4e91-a8d2-45df804573a5","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.708 [ForkJoinPool-1-worker-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@5172c122 00:57:22.708 [ForkJoinPool-1-worker-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 00:57:22.708 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.708 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.740 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e083f3eb-1fc8-4aaa-b30d-992c6a61b77c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.740 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@44451210 00:57:22.740 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.740 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e083f3eb-1fc8-4aaa-b30d-992c6a61b77c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@364a166d 00:57:22.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.741 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.742 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e083f3eb-1fc8-4aaa-b30d-992c6a61b77c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@253435d 00:57:22.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.742 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e083f3eb-1fc8-4aaa-b30d-992c6a61b77c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1b1e789f 00:57:22.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.743 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.744 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.783 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|56e901a4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|56e901a4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cce8a5b1-0193-4e91-a8d2-45df804573a5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.791 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|3a532d2b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3a532d2b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11f46925-1c55-436f-bd0d-5b8ad3cd0c47, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.796 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6780cce4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6780cce4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cce8a5b1-0193-4e91-a8d2-45df804573a5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.813 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6471c1f7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6471c1f7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/11f46925-1c55-436f-bd0d-5b8ad3cd0c47, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b3099b39-84ab-4243-9958-256ea7c311b3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@d8f2c32 00:57:22.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.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:22.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.832 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b3099b39-84ab-4243-9958-256ea7c311b3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.833 [ForkJoinPool-1-worker-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@771fc2e9 00:57:22.833 [ForkJoinPool-1-worker-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 00:57:22.833 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.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 00:57:22.881 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/26f70e2b-62b6-4334-8d2e-747c043c7e29","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.881 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fa6fc56 00:57:22.881 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:22.881 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.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/1226f4cb-d222-4f8d-bc97-37ad58bb0865","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.882 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.882 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/26f70e2b-62b6-4334-8d2e-747c043c7e29","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@68bdaf33 00:57:22.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.883 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7283230e 00:57:22.883 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:22.883 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.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/1226f4cb-d222-4f8d-bc97-37ad58bb0865","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.883 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1aa4d12d 00:57:22.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.884 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.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/1226f4cb-d222-4f8d-bc97-37ad58bb0865","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.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@5bc022d7 00:57:22.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 00:57:22.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1226f4cb-d222-4f8d-bc97-37ad58bb0865","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1481f4ff 00:57:22.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.885 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.886 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.913 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|608c0c45, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|608c0c45, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b3099b39-84ab-4243-9958-256ea7c311b3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:22.940 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70e600ae 00:57:22.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@797e6422 00:57:22.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.943 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.943 [ForkJoinPool-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/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5433fa84 00:57:22.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@37e54369 00:57:22.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:22.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:22.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:22.945 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:22.974 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/41c39460-1280-4c61-ac67-2867f2c02904","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.975 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@20afd4ad 00:57:22.975 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:22.975 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.981 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:22.981 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/41c39460-1280-4c61-ac67-2867f2c02904","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:22.981 [ForkJoinPool-1-worker-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@1f741d5e 00:57:22.981 [ForkJoinPool-1-worker-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 00:57:22.981 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:22.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.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/052a9920-6646-4cfe-ab9e-f0afac3f10fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a7a24ed 00:57:23.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.016 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/052a9920-6646-4cfe-ab9e-f0afac3f10fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22a38afb 00:57:23.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/052a9920-6646-4cfe-ab9e-f0afac3f10fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@8768dfb 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/052a9920-6646-4cfe-ab9e-f0afac3f10fc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.019 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@46c4d902 00:57:23.019 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.019 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.019 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.028 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6e4e9191, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6e4e9191, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/41c39460-1280-4c61-ac67-2867f2c02904, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.039 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.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 -> 2tggmuah12yoimb1wb4z6y|138167ff, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|138167ff, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/41c39460-1280-4c61-ac67-2867f2c02904, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.115 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0111dca1-d950-4320-a9b5-ff673206f6e6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.116 [ForkJoinPool-1-worker-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@70eecfb6 00:57:23.116 [ForkJoinPool-1-worker-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 00:57:23.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.116 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0111dca1-d950-4320-a9b5-ff673206f6e6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.117 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@589b9af3 00:57:23.117 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:23.117 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.117 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a6f030d6-4e62-4a35-9c90-0c0a37c359ad","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4f224a43 00:57:23.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.149 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.150 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a6f030d6-4e62-4a35-9c90-0c0a37c359ad","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.151 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3445b2a1 00:57:23.151 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.151 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.151 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.151 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.151 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a6f030d6-4e62-4a35-9c90-0c0a37c359ad","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.152 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12bf57f7 00:57:23.152 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.152 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a6f030d6-4e62-4a35-9c90-0c0a37c359ad","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6d722710 00:57:23.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.153 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.188 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6b0bb25, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6b0bb25, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/0111dca1-d950-4320-a9b5-ff673206f6e6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.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/d1e83798-eea0-43eb-9f63-c69af232c526","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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@7fb91904 00:57:23.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 00:57:23.224 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.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 00:57:23.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/d1e83798-eea0-43eb-9f63-c69af232c526","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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@60f99808 00:57:23.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 00:57:23.225 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.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 00:57:23.257 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e92c557d-b383-474d-bbdb-9ff305165427","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@623d2a0f 00:57:23.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.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 00:57:23.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e92c557d-b383-474d-bbdb-9ff305165427","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6c8e01c1 00:57:23.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.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 00:57:23.283 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e92c557d-b383-474d-bbdb-9ff305165427","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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@6d065139 00:57:23.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 00:57:23.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.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 00:57:23.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/e92c557d-b383-474d-bbdb-9ff305165427","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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@65872d79 00:57:23.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 00:57:23.284 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.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 00:57:23.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 -> 2tggmuah12yoimb1wb4z6y|10d18762, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|10d18762, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/d1e83798-eea0-43eb-9f63-c69af232c526, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.332 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6ac8563e-f195-4dd1-aff4-a31432e1a3eb","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12a7c1fc 00:57:23.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:23.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.333 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.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/6ac8563e-f195-4dd1-aff4-a31432e1a3eb","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3a3e7b4b 00:57:23.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:23.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.366 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/23eb18c1-d662-47b8-98bc-92fc4f69ad4c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27e0ea1c 00:57:23.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.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/23eb18c1-d662-47b8-98bc-92fc4f69ad4c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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@38b8fb1 00:57:23.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.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 00:57:23.382 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.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/23eb18c1-d662-47b8-98bc-92fc4f69ad4c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@211efbcb 00:57:23.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 00:57:23.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.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/23eb18c1-d662-47b8-98bc-92fc4f69ad4c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.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@33a43e9a 00:57:23.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 00:57:23.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.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 00:57:23.394 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|7e27ba00, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|7e27ba00, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6ac8563e-f195-4dd1-aff4-a31432e1a3eb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.405 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|5b612192, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5b612192, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6ac8563e-f195-4dd1-aff4-a31432e1a3eb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.441 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cdfdcf8c-29f3-4bad-b01c-10ea2464a434","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.441 [ForkJoinPool-1-worker-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@3c062f4d 00:57:23.441 [ForkJoinPool-1-worker-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 00:57:23.441 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.442 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.442 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cdfdcf8c-29f3-4bad-b01c-10ea2464a434","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.442 [ForkJoinPool-1-worker-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@78c992e7 00:57:23.442 [ForkJoinPool-1-worker-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 00:57:23.442 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.481 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2ea55cbd-9b20-4fe7-b92f-ea4e50cfc64e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79f5c9be 00:57:23.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.516 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2ea55cbd-9b20-4fe7-b92f-ea4e50cfc64e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@624a4433 00:57:23.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.518 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2ea55cbd-9b20-4fe7-b92f-ea4e50cfc64e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@64e911ff 00:57:23.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2ea55cbd-9b20-4fe7-b92f-ea4e50cfc64e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@273df46 00:57:23.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.528 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2932f3cc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2932f3cc, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cdfdcf8c-29f3-4bad-b01c-10ea2464a434, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.588 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|1dcc6cf2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|1dcc6cf2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/cdfdcf8c-29f3-4bad-b01c-10ea2464a434, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:23.632 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6f3faf80-54f7-4bfc-bc97-6695c916e4b3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.633 [ForkJoinPool-1-worker-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@656832b6 00:57:23.633 [ForkJoinPool-1-worker-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 00:57:23.633 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6f3faf80-54f7-4bfc-bc97-6695c916e4b3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4169a7b0 00:57:23.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:23.634 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.635 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d0233a0-7789-4bb3-989d-b50ab838397b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4a53760f 00:57:23.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.716 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.717 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d0233a0-7789-4bb3-989d-b50ab838397b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.718 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@25685a85 00:57:23.718 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.718 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.719 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d0233a0-7789-4bb3-989d-b50ab838397b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38ebf706 00:57:23.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.719 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.720 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.720 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6d0233a0-7789-4bb3-989d-b50ab838397b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.721 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4e6d6cd9 00:57:23.721 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.721 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.722 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.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 -> 2tggmuah12yoimb1wb4z6y|db9919, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|db9919, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6f3faf80-54f7-4bfc-bc97-6695c916e4b3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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.991 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 00:57:23.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/192873f0-c947-4845-b5a8-39b4cf3e542b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39961e9a 00:57:23.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:23.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:23.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/192873f0-c947-4845-b5a8-39b4cf3e542b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67603c1 00:57:23.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:23.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:23.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 00:57:23.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/30738fe4-7a75-4447-a77c-bf7e21433b48","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@572d6c84 00:57:23.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.916 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.917 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.917 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30738fe4-7a75-4447-a77c-bf7e21433b48","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@13c8ed60 00:57:23.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.919 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:23.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30738fe4-7a75-4447-a77c-bf7e21433b48","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27683aba 00:57:23.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.920 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.920 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30738fe4-7a75-4447-a77c-bf7e21433b48","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:23.920 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@45d0707b 00:57:23.920 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:23.920 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:23.921 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:23.984 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|3853811f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3853811f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/30738fe4-7a75-4447-a77c-bf7e21433b48, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.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/1dc9812c-74bb-4458-bcb5-69088c91bb08","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.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@68270f5a 00:57:24.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.h2.sql.yaml, input: null 00:57:24.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.095 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.095 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1dc9812c-74bb-4458-bcb5-69088c91bb08","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.096 [ForkJoinPool-1-worker-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@5e03d4cc 00:57:24.096 [ForkJoinPool-1-worker-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 00:57:24.096 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.097 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.133 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c3308e9f-52f7-410b-82a1-2be2cbf826be","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.133 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c7acf70 00:57:24.133 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.133 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c3308e9f-52f7-410b-82a1-2be2cbf826be","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@31fa47b 00:57:24.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.134 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.181 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.182 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.182 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c3308e9f-52f7-410b-82a1-2be2cbf826be","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.182 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@32b7fdc0 00:57:24.182 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.182 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.183 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.183 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c3308e9f-52f7-410b-82a1-2be2cbf826be","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.183 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@344585a6 00:57:24.183 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.183 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.184 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.194 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|42a9eebf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|42a9eebf, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c3308e9f-52f7-410b-82a1-2be2cbf826be, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.249 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6b09dcf2-d35b-4e63-a44d-b1fda440435c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.250 [ForkJoinPool-1-worker-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@2f301717 00:57:24.250 [ForkJoinPool-1-worker-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 00:57:24.250 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6b09dcf2-d35b-4e63-a44d-b1fda440435c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.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.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1d5644c6 00:57:24.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.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:24.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.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/f196f2bd-b816-4733-b830-fdd4e39707e2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c3a7f3b 00:57:24.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.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/f196f2bd-b816-4733-b830-fdd4e39707e2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@637c4b8a 00:57:24.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.331 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.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/f196f2bd-b816-4733-b830-fdd4e39707e2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@12a16d24 00:57:24.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.331 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f196f2bd-b816-4733-b830-fdd4e39707e2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15535224 00:57:24.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.341 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.342 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.343 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|7c3e764d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|7c3e764d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.351 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|533f1a10, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|533f1a10, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f196f2bd-b816-4733-b830-fdd4e39707e2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.356 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2baad0f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2baad0f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.394 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|227920fd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|227920fd, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/9d3ec041-24d7-4132-ba83-5bea6c0bf7bc, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.420 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/966dbd76-ac08-4a57-84e3-7b4548d98802","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.421 [ForkJoinPool-1-worker-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@705aa47e 00:57:24.421 [ForkJoinPool-1-worker-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 00:57:24.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/966dbd76-ac08-4a57-84e3-7b4548d98802","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.421 [ForkJoinPool-1-worker-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@2d82fbd5 00:57:24.421 [ForkJoinPool-1-worker-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 00:57:24.421 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.422 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8b884fcb-09c9-4d82-b6f0-041f885d1329","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@53f318b1 00:57:24.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8b884fcb-09c9-4d82-b6f0-041f885d1329","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5cc734e3 00:57:24.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.519 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8b884fcb-09c9-4d82-b6f0-041f885d1329","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b872a40 00:57:24.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8b884fcb-09c9-4d82-b6f0-041f885d1329","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6af13ae0 00:57:24.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.521 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.530 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|549bba5e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|549bba5e, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8b884fcb-09c9-4d82-b6f0-041f885d1329, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.542 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7eea332a-99ee-4fbf-85c8-f6b3b6468d10","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.543 [ForkJoinPool-1-worker-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@7b75c94 00:57:24.543 [ForkJoinPool-1-worker-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 00:57:24.543 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.543 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.543 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/7eea332a-99ee-4fbf-85c8-f6b3b6468d10","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.544 [ForkJoinPool-1-worker-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@5760e3a5 00:57:24.544 [ForkJoinPool-1-worker-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 00:57:24.544 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.544 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.581 [ForkJoinPool-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/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.581 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1c0e1a9f 00:57:24.581 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.581 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.582 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.582 [ForkJoinPool-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/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.582 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@673f7a34 00:57:24.582 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.582 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.583 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|3913520b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3913520b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/8b884fcb-09c9-4d82-b6f0-041f885d1329, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.583 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.583 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.583 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.584 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4cb57f93 00:57:24.584 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.584 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.585 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.585 [ForkJoinPool-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/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.585 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@17a1b75f 00:57:24.585 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.585 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.590 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.590 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.628 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/320ae713-ebb0-44c8-9739-5df3c3e9316b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.629 [ForkJoinPool-1-worker-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@502a1e98 00:57:24.629 [ForkJoinPool-1-worker-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 00:57:24.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.629 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.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/320ae713-ebb0-44c8-9739-5df3c3e9316b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.630 [ForkJoinPool-1-worker-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@27c0578b 00:57:24.630 [ForkJoinPool-1-worker-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 00:57:24.630 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.630 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.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/dcd0ceaf-b567-43ff-92af-2a345263b6d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.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@1a95dd75 00:57:24.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 00:57:24.667 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dcd0ceaf-b567-43ff-92af-2a345263b6d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e90221d 00:57:24.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.683 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dcd0ceaf-b567-43ff-92af-2a345263b6d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3f4ad1a9 00:57:24.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dcd0ceaf-b567-43ff-92af-2a345263b6d3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a5ad3c3 00:57:24.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.685 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.697 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|18294f49, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|18294f49, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dcd0ceaf-b567-43ff-92af-2a345263b6d3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.711 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|67399b9c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|67399b9c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dcd0ceaf-b567-43ff-92af-2a345263b6d3, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.758 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1a4a0d0e-d996-49e4-893b-1efd9724fa11","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.781 [ForkJoinPool-1-worker-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@68094563 00:57:24.781 [ForkJoinPool-1-worker-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 00:57:24.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.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/1a4a0d0e-d996-49e4-893b-1efd9724fa11","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.782 [ForkJoinPool-1-worker-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@2fd04719 00:57:24.782 [ForkJoinPool-1-worker-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 00:57:24.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.783 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.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 -> 2tggmuah12yoimb1wb4z6y|5fa6cf8b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5fa6cf8b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.798 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|5709e55a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5709e55a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.810 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|604a40e7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|604a40e7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ca291dd8-8ca0-4e09-862b-280a1ad7a5e0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.816 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce09d69f-2c02-47eb-900f-305407aa7d9c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.817 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3987999a 00:57:24.817 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.817 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.817 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.817 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce09d69f-2c02-47eb-900f-305407aa7d9c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.818 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@573e51c 00:57:24.818 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.820 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.820 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.821 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.821 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce09d69f-2c02-47eb-900f-305407aa7d9c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@487d03a9 00:57:24.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.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/ce09d69f-2c02-47eb-900f-305407aa7d9c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4cffd64c 00:57:24.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.899 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|69d6880c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|69d6880c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce09d69f-2c02-47eb-900f-305407aa7d9c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:24.916 [ForkJoinPool-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/37952146-d48c-44ea-a30d-62013e43ed65","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@693af51b 00:57:24.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:24.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.917 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.917 [ForkJoinPool-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/37952146-d48c-44ea-a30d-62013e43ed65","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.918 [ForkJoinPool-1-worker-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@3f807ba5 00:57:24.918 [ForkJoinPool-1-worker-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 00:57:24.918 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.919 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/49d4faed-8c0c-4f2f-8fdb-2e34bdb43953","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4699f864 00:57:24.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:24.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/49d4faed-8c0c-4f2f-8fdb-2e34bdb43953","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@724c624a 00:57:24.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:24.961 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:24.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c343b508-4380-458f-8828-a0df8807a083","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.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@7ccb10e5 00:57:24.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 00:57:24.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.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 00:57:24.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/c343b508-4380-458f-8828-a0df8807a083","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.981 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:24.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@75f16689 00:57:24.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.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 00:57:24.981 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:24.981 [ForkJoinPool-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/c343b508-4380-458f-8828-a0df8807a083","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.991 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@464aa8cb 00:57:24.992 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.992 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.992 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.992 [ForkJoinPool-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/c343b508-4380-458f-8828-a0df8807a083","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:24.993 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@180f1957 00:57:24.993 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:24.993 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:24.993 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:24.993 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.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/65d3625e-f1ce-463e-ab5b-feee8c2f535c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1aea29c1 00:57:25.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.025 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.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/65d3625e-f1ce-463e-ab5b-feee8c2f535c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@649efa18 00:57:25.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 00:57:25.026 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.027 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.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/65d3625e-f1ce-463e-ab5b-feee8c2f535c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@7c426ab0 00:57:25.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 00:57:25.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.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/65d3625e-f1ce-463e-ab5b-feee8c2f535c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@62443896 00:57:25.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 00:57:25.027 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.083 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|189eb185, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|189eb185, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/65d3625e-f1ce-463e-ab5b-feee8c2f535c, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.106 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|52d7108b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|52d7108b, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c343b508-4380-458f-8828-a0df8807a083, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.122 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|7c29dc82, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|7c29dc82, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c343b508-4380-458f-8828-a0df8807a083, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.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/920ee54a-d9f7-41a9-8f0d-9d08fbd393c2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2cda8219 00:57:25.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.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:25.125 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.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 00:57:25.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/920ee54a-d9f7-41a9-8f0d-9d08fbd393c2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@220f115b 00:57:25.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 00:57:25.126 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.127 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.131 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|570df94d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|570df94d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c343b508-4380-458f-8828-a0df8807a083, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.208 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ac6cc140-7ee1-4618-bb87-5296513d8842","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.208 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5f1db84f 00:57:25.208 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.208 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.209 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.209 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ac6cc140-7ee1-4618-bb87-5296513d8842","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.210 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@65b20566 00:57:25.210 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.210 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.211 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.211 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.211 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ac6cc140-7ee1-4618-bb87-5296513d8842","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.211 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@51404356 00:57:25.211 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.211 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ac6cc140-7ee1-4618-bb87-5296513d8842","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1dcc921d 00:57:25.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.212 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.213 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.224 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|38578fb9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|38578fb9, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ac6cc140-7ee1-4618-bb87-5296513d8842, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.244 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/131fc25a-d749-465f-bff2-b2554ce522ea","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.244 [ForkJoinPool-1-worker-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@7424a6ff 00:57:25.244 [ForkJoinPool-1-worker-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 00:57:25.244 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/131fc25a-d749-465f-bff2-b2554ce522ea","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.245 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2cd9ecd1 00:57:25.246 [ForkJoinPool-1-worker-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 00:57:25.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.246 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.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/dd12d4ee-6926-4b01-8b55-21d1dca92a18","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.285 [ForkJoinPool-1-worker-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@fa1f49e 00:57:25.285 [ForkJoinPool-1-worker-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 00:57:25.285 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dd12d4ee-6926-4b01-8b55-21d1dca92a18","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.286 [ForkJoinPool-1-worker-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@4213c287 00:57:25.286 [ForkJoinPool-1-worker-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 00:57:25.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.286 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.300 [ForkJoinPool-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/6200eb7d-28e4-410d-8a31-83eacd529c16","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.300 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b1bba55 00:57:25.300 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.300 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.301 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.301 [ForkJoinPool-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/6200eb7d-28e4-410d-8a31-83eacd529c16","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.301 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@70a70fce 00:57:25.301 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.301 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.302 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.302 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.302 [ForkJoinPool-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/6200eb7d-28e4-410d-8a31-83eacd529c16","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.303 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3c851244 00:57:25.303 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.303 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.303 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.303 [ForkJoinPool-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/6200eb7d-28e4-410d-8a31-83eacd529c16","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.304 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2746e5a2 00:57:25.304 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.304 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.304 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.305 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.325 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a3714a66-9377-4f10-8773-65f2dd84b504","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@a131dd 00:57:25.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 00:57:25.325 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.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/a3714a66-9377-4f10-8773-65f2dd84b504","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@68d8d5f1 00:57:25.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 00:57:25.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.328 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.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/a3714a66-9377-4f10-8773-65f2dd84b504","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@456e3963 00:57:25.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a3714a66-9377-4f10-8773-65f2dd84b504","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6320d8ab 00:57:25.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.329 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.330 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.381 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|1043b247, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|1043b247, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a3714a66-9377-4f10-8773-65f2dd84b504, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6b7ee2f7-492a-488c-a8b9-df394a94959b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@245fb2dd 00:57:25.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 00:57:25.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.425 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.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/6b7ee2f7-492a-488c-a8b9-df394a94959b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.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@26905e6f 00:57:25.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 00:57:25.426 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.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 00:57:25.486 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|1823dbe6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|1823dbe6, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6200eb7d-28e4-410d-8a31-83eacd529c16, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.498 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|46f8ff89, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|46f8ff89, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6200eb7d-28e4-410d-8a31-83eacd529c16, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/36b0347f-c48f-4aab-bd3f-c62043e27e81","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42e1cf2a 00:57:25.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.508 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.509 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2f32cca5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2f32cca5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6200eb7d-28e4-410d-8a31-83eacd529c16, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.509 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.509 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/36b0347f-c48f-4aab-bd3f-c62043e27e81","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40df5b28 00:57:25.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.510 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/36b0347f-c48f-4aab-bd3f-c62043e27e81","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22d4142c 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/36b0347f-c48f-4aab-bd3f-c62043e27e81","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2a278745 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.522 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|74be5c03, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|74be5c03, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/36b0347f-c48f-4aab-bd3f-c62043e27e81, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.550 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/2d48130e-2f76-42ba-b945-e224d1219c18","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.550 [ForkJoinPool-1-worker-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@1b7f8033 00:57:25.551 [ForkJoinPool-1-worker-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 00:57:25.551 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.551 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.551 [ForkJoinPool-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/2d48130e-2f76-42ba-b945-e224d1219c18","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.581 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6439c499 00:57:25.581 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:25.581 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.582 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.594 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4fa7ae40, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4fa7ae40, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/36b0347f-c48f-4aab-bd3f-c62043e27e81, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.616 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5875cdc7-7962-4497-9ff5-e28bf33aaf1a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c1d0385 00:57:25.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.617 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.617 [ForkJoinPool-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/5875cdc7-7962-4497-9ff5-e28bf33aaf1a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@bfe1c5d 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5875cdc7-7962-4497-9ff5-e28bf33aaf1a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4597fb8c 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.618 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.619 [ForkJoinPool-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/5875cdc7-7962-4497-9ff5-e28bf33aaf1a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@ea5dd7f 00:57:25.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.619 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.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 -> 2tggmuah12yoimb1wb4z6y|764013f0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|764013f0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5875cdc7-7962-4497-9ff5-e28bf33aaf1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a190bba5-baad-443c-b2b7-259e627e0a16","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.683 [ForkJoinPool-1-worker-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@1786e1bc 00:57:25.683 [ForkJoinPool-1-worker-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 00:57:25.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a190bba5-baad-443c-b2b7-259e627e0a16","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.684 [ForkJoinPool-1-worker-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@42e7809c 00:57:25.684 [ForkJoinPool-1-worker-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 00:57:25.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.700 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|5d06a888, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|5d06a888, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5875cdc7-7962-4497-9ff5-e28bf33aaf1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.709 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|764d3a22, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|764d3a22, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5875cdc7-7962-4497-9ff5-e28bf33aaf1a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.919 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 00:57:25.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/b41e3774-c7b7-4c17-9fa0-e0fe786eac1e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4fa1fcac 00:57:25.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.725 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b41e3774-c7b7-4c17-9fa0-e0fe786eac1e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c151900 00:57:25.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.726 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.727 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.727 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.727 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b41e3774-c7b7-4c17-9fa0-e0fe786eac1e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.727 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6a464013 00:57:25.727 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.727 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b41e3774-c7b7-4c17-9fa0-e0fe786eac1e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@df2069e 00:57:25.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.728 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.750 [ForkJoinPool-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/e648f4bd-d9b4-420b-954b-1a7cc834379c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.751 [ForkJoinPool-1-worker-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@da9a30c 00:57:25.751 [ForkJoinPool-1-worker-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 00:57:25.751 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.781 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.781 [ForkJoinPool-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/e648f4bd-d9b4-420b-954b-1a7cc834379c","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.781 [ForkJoinPool-1-worker-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@305b2b49 00:57:25.782 [ForkJoinPool-1-worker-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 00:57:25.782 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.782 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.783 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4263896f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4263896f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b41e3774-c7b7-4c17-9fa0-e0fe786eac1e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.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/ce9c87f3-ca98-4a28-b248-368e2f1d02fe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@57adcea7 00:57:25.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.828 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce9c87f3-ca98-4a28-b248-368e2f1d02fe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1802b6b8 00:57:25.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.829 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.830 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.830 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.830 [ForkJoinPool-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/ce9c87f3-ca98-4a28-b248-368e2f1d02fe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.830 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@118fe6db 00:57:25.830 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.830 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce9c87f3-ca98-4a28-b248-368e2f1d02fe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@576cb063 00:57:25.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.831 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.832 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.840 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|776c46f0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|776c46f0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/ce9c87f3-ca98-4a28-b248-368e2f1d02fe, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.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/a5b732cb-960e-47da-a86b-8a2bcbc1c3e5","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b779f57 00:57:25.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:25.882 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a5b732cb-960e-47da-a86b-8a2bcbc1c3e5","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2c5e09f3 00:57:25.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:25.883 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.884 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.927 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c0c0c38-7b8b-4495-aaec-f56b85e84e61","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@a27f1a 00:57:25.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.928 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c0c0c38-7b8b-4495-aaec-f56b85e84e61","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@73a38419 00:57:25.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.929 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.929 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c0c0c38-7b8b-4495-aaec-f56b85e84e61","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@aed5adb 00:57:25.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.930 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c0c0c38-7b8b-4495-aaec-f56b85e84e61","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.931 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@346f5860 00:57:25.931 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.931 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.938 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.941 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/aae87f8d-2a1d-44e2-96d5-ea6811b4f095","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.942 [ForkJoinPool-1-worker-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@718037af 00:57:25.942 [ForkJoinPool-1-worker-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 00:57:25.942 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.943 [ForkJoinPool-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/aae87f8d-2a1d-44e2-96d5-ea6811b4f095","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e4fea50 00:57:25.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:25.943 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:25.944 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:25.946 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|426277ce, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|426277ce, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c0c0c38-7b8b-4495-aaec-f56b85e84e61, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:25.975 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/61781523-bcd8-49ab-811f-565cfdf6e045","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.976 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@15791876 00:57:25.976 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.976 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.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 00:57:25.981 [ForkJoinPool-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/61781523-bcd8-49ab-811f-565cfdf6e045","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7f4bdce1 00:57:25.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.981 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.982 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.982 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:25.982 [ForkJoinPool-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/61781523-bcd8-49ab-811f-565cfdf6e045","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.982 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38be8763 00:57:25.982 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.982 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.983 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.983 [ForkJoinPool-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/61781523-bcd8-49ab-811f-565cfdf6e045","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:25.983 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7cae2d78 00:57:25.983 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:25.983 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:25.984 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:25.992 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4e4b2f93, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4e4b2f93, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/61781523-bcd8-49ab-811f-565cfdf6e045, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.004 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|77cd14d7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|77cd14d7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/61781523-bcd8-49ab-811f-565cfdf6e045, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.015 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2d1cd2e7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2d1cd2e7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/61781523-bcd8-49ab-811f-565cfdf6e045, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1176b770-f7bb-4e21-9cfe-cebaff579fe8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.017 [ForkJoinPool-1-worker-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@38ebd23d 00:57:26.017 [ForkJoinPool-1-worker-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 00:57:26.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.017 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/1176b770-f7bb-4e21-9cfe-cebaff579fe8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.018 [ForkJoinPool-1-worker-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@2ceafa9d 00:57:26.018 [ForkJoinPool-1-worker-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 00:57:26.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.018 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.061 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/96715653-1011-4bf9-bb09-4442a78671c8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.062 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6716536a 00:57:26.062 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.062 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.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/96715653-1011-4bf9-bb09-4442a78671c8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1751a75c 00:57:26.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.082 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.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 00:57:26.083 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/96715653-1011-4bf9-bb09-4442a78671c8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@1ef81b40 00:57:26.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 00:57:26.083 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.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/96715653-1011-4bf9-bb09-4442a78671c8","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@63618d83 00:57:26.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 00:57:26.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.084 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c2520ca-3353-4201-819c-51a9ee663591","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@362250 00:57:26.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:26.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.092 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|4beaa296, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|4beaa296, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/96715653-1011-4bf9-bb09-4442a78671c8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.092 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6c2520ca-3353-4201-819c-51a9ee663591","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3d21f3dd 00:57:26.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:26.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.093 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.123 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|a29fce4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|a29fce4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/96715653-1011-4bf9-bb09-4442a78671c8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.125 [ForkJoinPool-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/fb1d72a5-a7e0-4c21-b4fa-73c2347d410a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@733970c9 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.126 [ForkJoinPool-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/fb1d72a5-a7e0-4c21-b4fa-73c2347d410a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e18369d 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.126 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.127 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.127 [ForkJoinPool-1-worker-1] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.127 [ForkJoinPool-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/fb1d72a5-a7e0-4c21-b4fa-73c2347d410a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.127 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2574869 00:57:26.127 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.127 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.128 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.128 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fb1d72a5-a7e0-4c21-b4fa-73c2347d410a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.128 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@9f6ca31 00:57:26.128 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.128 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.129 [ForkJoinPool-1-worker-1] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.188 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|3ed77bb4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3ed77bb4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fb1d72a5-a7e0-4c21-b4fa-73c2347d410a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.199 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|293af31, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|293af31, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fb1d72a5-a7e0-4c21-b4fa-73c2347d410a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest 00:57:26.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/5c769984-6b93-4c14-8b1c-d47cf51f2198","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.217 [ForkJoinPool-1-worker-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@19b9fee3 00:57:26.217 [ForkJoinPool-1-worker-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 00:57:26.217 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.218 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.218 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/5c769984-6b93-4c14-8b1c-d47cf51f2198","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.218 [ForkJoinPool-1-worker-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@5a4ffaa8 00:57:26.218 [ForkJoinPool-1-worker-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 00:57:26.218 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.219 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.258 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc5b265b-0adc-483c-9a06-325b56ff8dc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.259 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@302087d8 00:57:26.259 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.259 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc5b265b-0adc-483c-9a06-325b56ff8dc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@47bd091 00:57:26.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.260 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc5b265b-0adc-483c-9a06-325b56ff8dc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c4071ac 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.261 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc5b265b-0adc-483c-9a06-325b56ff8dc2","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.262 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1a62ea8b 00:57:26.262 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.262 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.262 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.291 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|46c9ce6f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|46c9ce6f, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc5b265b-0adc-483c-9a06-325b56ff8dc2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.302 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|9bfead8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|9bfead8, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc5b265b-0adc-483c-9a06-325b56ff8dc2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.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/cad4f7fb-3dec-4c22-b98a-0c40246f9cf6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@783f32c9 00:57:26.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:26.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.334 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.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/cad4f7fb-3dec-4c22-b98a-0c40246f9cf6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.335 [ForkJoinPool-1-worker-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@d142e02 00:57:26.335 [ForkJoinPool-1-worker-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 00:57:26.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.335 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.367 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a621aaa3-b0c8-4783-8fbf-f4725af52f19","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@6b6b37ea 00:57:26.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.381 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.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 00:57:26.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/a621aaa3-b0c8-4783-8fbf-f4725af52f19","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@67465285 00:57:26.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 00:57:26.382 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.383 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.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/a621aaa3-b0c8-4783-8fbf-f4725af52f19","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@53d9b4d7 00:57:26.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 00:57:26.383 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.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 00:57:26.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/a621aaa3-b0c8-4783-8fbf-f4725af52f19","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.384 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@397ae821 00:57:26.384 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.384 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.385 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.393 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|2cdcf0b4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|2cdcf0b4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a621aaa3-b0c8-4783-8fbf-f4725af52f19, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.442 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/50ca5514-ca17-4e57-b94a-a9147d19aea3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.443 [ForkJoinPool-1-worker-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@37571f61 00:57:26.443 [ForkJoinPool-1-worker-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 00:57:26.443 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.481 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.481 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/50ca5514-ca17-4e57-b94a-a9147d19aea3","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.481 [ForkJoinPool-1-worker-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@4ec38704 00:57:26.481 [ForkJoinPool-1-worker-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 00:57:26.481 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.483 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a647a469-5a2f-4994-ab5b-961b989db7d7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7750495e 00:57:26.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.517 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a647a469-5a2f-4994-ab5b-961b989db7d7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@27c94263 00:57:26.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.518 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a647a469-5a2f-4994-ab5b-961b989db7d7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2b371329 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.519 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a647a469-5a2f-4994-ab5b-961b989db7d7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3e23af6d 00:57:26.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.520 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.528 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|3ba6dad4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3ba6dad4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/a647a469-5a2f-4994-ab5b-961b989db7d7, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6b37c1c8-d133-46d6-ba6b-c659b4591ca7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1de950a5 00:57:26.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:26.617 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/6b37c1c8-d133-46d6-ba6b-c659b4591ca7","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.618 [ForkJoinPool-1-worker-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@5e40177b 00:57:26.618 [ForkJoinPool-1-worker-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 00:57:26.618 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.619 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.651 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e8a189d8-07dd-4e9e-a595-b8ad88e3fe2e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.651 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@62c8ca80 00:57:26.651 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.651 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.652 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.652 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e8a189d8-07dd-4e9e-a595-b8ad88e3fe2e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.652 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@2be317df 00:57:26.652 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.652 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.681 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.681 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.682 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e8a189d8-07dd-4e9e-a595-b8ad88e3fe2e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@50bacf9d 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e8a189d8-07dd-4e9e-a595-b8ad88e3fe2e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@379596b7 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.683 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.684 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.698 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|6ea1a33, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|6ea1a33, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e8a189d8-07dd-4e9e-a595-b8ad88e3fe2e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.712 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|1b032ae7, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|1b032ae7, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/e8a189d8-07dd-4e9e-a595-b8ad88e3fe2e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.750 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b196e06f-0cb9-4290-ad74-aeba62057dbe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@3fe1d8da 00:57:26.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:26.751 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.781 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/b196e06f-0cb9-4290-ad74-aeba62057dbe","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.782 [ForkJoinPool-1-worker-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@53e42efe 00:57:26.782 [ForkJoinPool-1-worker-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 00:57:26.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.782 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.822 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/75955521-f27f-4d86-ae61-94fdcab3340b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@c53f93c 00:57:26.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.823 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.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/75955521-f27f-4d86-ae61-94fdcab3340b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@74f0129d 00:57:26.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 00:57:26.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.824 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.825 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.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/75955521-f27f-4d86-ae61-94fdcab3340b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@af4244b 00:57:26.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 00:57:26.825 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.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 00:57:26.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/75955521-f27f-4d86-ae61-94fdcab3340b","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.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@6174b8f5 00:57:26.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 00:57:26.826 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.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 00:57:26.885 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|149b732c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|149b732c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/75955521-f27f-4d86-ae61-94fdcab3340b, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:26.917 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fe0d66e5-f834-4623-8486-301724dd13e6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.918 [ForkJoinPool-1-worker-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@2fa4e5ec 00:57:26.918 [ForkJoinPool-1-worker-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 00:57:26.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fe0d66e5-f834-4623-8486-301724dd13e6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.918 [ForkJoinPool-1-worker-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@41cc709d 00:57:26.918 [ForkJoinPool-1-worker-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 00:57:26.918 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:26.919 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:26.959 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c280fcfc-7586-4806-a691-ec22a6ca9b0a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4bb6ae6 00:57:26.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.960 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.981 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.981 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c280fcfc-7586-4806-a691-ec22a6ca9b0a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@5e1ee323 00:57:26.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.982 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.983 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:26.983 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c280fcfc-7586-4806-a691-ec22a6ca9b0a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.983 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@30188e03 00:57:26.983 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.983 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.984 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.984 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c280fcfc-7586-4806-a691-ec22a6ca9b0a","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:26.984 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@22982f28 00:57:26.984 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:26.984 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:26.985 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:26.995 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|31cc6a7d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|31cc6a7d, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c280fcfc-7586-4806-a691-ec22a6ca9b0a, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:27.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/45ab1b8c-0525-4868-968e-f0ac4fe93d59","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@40d3d01b 00:57:27.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:27.034 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/45ab1b8c-0525-4868-968e-f0ac4fe93d59","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a13ce9d 00:57:27.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.ManagementStore, name: base.h2.sql.yaml, input: null 00:57:27.035 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.081 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.109 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c702f0b2-7586-40de-b1fd-c1fb266faeb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.109 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@79c99d97 00:57:27.109 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.109 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.110 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.110 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c702f0b2-7586-40de-b1fd-c1fb266faeb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.110 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@559812e7 00:57:27.110 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.110 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c702f0b2-7586-40de-b1fd-c1fb266faeb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6edfa6a9 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.111 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c702f0b2-7586-40de-b1fd-c1fb266faeb6","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6e9909d7 00:57:27.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.112 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.122 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|561916f2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|561916f2, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c702f0b2-7586-40de-b1fd-c1fb266faeb6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:27.192 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|76f5589, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|76f5589, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/c702f0b2-7586-40de-b1fd-c1fb266faeb6, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:27.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/fc620e94-bc73-4ace-9a49-a0e28e72ace9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.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.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42aea0d1 00:57:27.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.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:27.226 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.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 00:57:27.227 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/fc620e94-bc73-4ace-9a49-a0e28e72ace9","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.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@2197abc 00:57:27.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 00:57:27.227 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.227 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.267 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f188c86a-cb53-4d85-b9bf-a0c4f15c1468","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.268 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@42391f29 00:57:27.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 00:57:27.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.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 00:57:27.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f188c86a-cb53-4d85-b9bf-a0c4f15c1468","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.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@26a5561d 00:57:27.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 00:57:27.281 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.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 00:57:27.282 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:27.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/f188c86a-cb53-4d85-b9bf-a0c4f15c1468","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@6443f163 00:57:27.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.282 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f188c86a-cb53-4d85-b9bf-a0c4f15c1468","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.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@6b97d83f 00:57:27.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 00:57:27.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.283 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.292 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|64b5c46a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|64b5c46a, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/f188c86a-cb53-4d85-b9bf-a0c4f15c1468, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:27.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/0374dd4e-efe6-4f1e-b62d-3c02520402aa","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.326 [ForkJoinPool-1-worker-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@1a76879e 00:57:27.326 [ForkJoinPool-1-worker-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 00:57:27.326 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.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/0374dd4e-efe6-4f1e-b62d-3c02520402aa","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.327 [ForkJoinPool-1-worker-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@5b8b5737 00:57:27.327 [ForkJoinPool-1-worker-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 00:57:27.327 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.328 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.409 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e5c1fa0-1107-41a0-bdca-aa26409b362e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.409 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@405094d4 00:57:27.409 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.409 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e5c1fa0-1107-41a0-bdca-aa26409b362e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@b3fb8ba 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:27.410 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e5c1fa0-1107-41a0-bdca-aa26409b362e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7a40eda8 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e5c1fa0-1107-41a0-bdca-aa26409b362e","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@1ed4c891 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.411 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.412 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.419 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|656b93a4, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|656b93a4, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/4e5c1fa0-1107-41a0-bdca-aa26409b362e, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 00:57:27.451 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/02ce453f-cc49-4fde-8e76-b5d7c5771cbc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.451 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@4c2ece15 00:57:27.451 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.tenant.AdapterStore, name: base.h2.sql.yaml, input: null 00:57:27.451 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.452 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.452 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/02ce453f-cc49-4fde-8e76-b5d7c5771cbc","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.481 [ForkJoinPool-1-worker-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@67a12111 00:57:27.481 [ForkJoinPool-1-worker-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 00:57:27.481 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/tenant/base.sql.yaml 00:57:27.482 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/tenant/base.sql.yaml 00:57:27.509 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dad96043-21ae-4f8f-a785-48ab9bd5fb36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@38f30b7c 00:57:27.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.510 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dad96043-21ae-4f8f-a785-48ab9bd5fb36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@7e662764 00:57:27.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.511 [ForkJoinPool-1-worker-3] INFO o.e.h.a.SpringBasedHonoPasswordEncoder - using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 00:57:27.511 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dad96043-21ae-4f8f-a785-48ab9bd5fb36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@734a944a 00:57:27.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.512 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.jdbc.config.JdbcProperties - Creating new SQL client: {"url":"jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dad96043-21ae-4f8f-a785-48ab9bd5fb36","user":null,"driver_class":"org.h2.Driver"} - table: null 00:57:27.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.sql.yaml, input: sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@39be4040 00:57:27.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - class: class org.eclipse.hono.service.base.jdbc.store.device.Configurations, name: base.h2.sql.yaml, input: null 00:57:27.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Loading - path: /etc/config/sql/device/base.sql.yaml 00:57:27.513 [ForkJoinPool-1-worker-3] INFO o.e.h.s.b.j.s.StatementConfiguration - Ignoring missing statement configuration file: /etc/config/sql/device/base.sql.yaml 00:57:27.522 [vertx-jdbc-service-get-connection-thread] INFO c.m.v.c.i.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 2tggmuah12yoimb1wb4z6y|3e4e36a5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 2tggmuah12yoimb1wb4z6y|3e4e36a5, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:/home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/data/dad96043-21ae-4f8f-a785-48ab9bd5fb36, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.809 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/1.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-jdbc-1.9.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.9.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 40 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 30 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 35 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 76 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 107 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 22 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/bson/3.10.1/bson-3.10.1.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] 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 661 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 67 kB/s) [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 253 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 1.4 MB/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 11 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 2.9 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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.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.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.9.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.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.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/1.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Nightly-Declarative-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-1.9.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.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.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.9.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.9.0-SNAPSHOT/hono-service-device-registry-mongodb-1.9.0-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 1.9.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 482 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 3.1 MB/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.8 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 393 kB/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.2 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/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 7.2 MB/s) [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.1 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.9.0-SNAPSHOT/hono-site-1.9.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.9.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 737 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 608 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 19 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 178 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 431 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 165 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 177 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 385 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 391 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.8 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 246 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 7.4 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 1.5 MB/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] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 1.9.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [ 28.347 s] [INFO] Legal Documents .................................... SUCCESS [ 4.071 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.011 s] [INFO] Hono Test Utils .................................... SUCCESS [ 12.292 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 4.167 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 1.184 s] [INFO] Hono Core .......................................... SUCCESS [ 37.106 s] [INFO] Hono Client ........................................ SUCCESS [ 19.421 s] [INFO] Hono Clients ....................................... SUCCESS [ 2.825 s] [INFO] Hono Client Common ................................. SUCCESS [ 9.402 s] [INFO] Hono Client for Protocol Adapters .................. SUCCESS [ 8.282 s] [INFO] Hono Service base .................................. SUCCESS [ 13.049 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 12.768 s] [INFO] Hono Service Base (Quarkus) ........................ SUCCESS [ 10.925 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 1.272 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 10.962 s] [INFO] Hono Client for Protocol Adapters (AMQP) ........... SUCCESS [ 10.917 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 2.410 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 11.732 s] [INFO] Hono Client for Protocol Adapters (Kafka) .......... SUCCESS [ 8.715 s] [INFO] Hono Adapter Base (Quarkus) ........................ SUCCESS [ 21.602 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 17.846 s] [INFO] Hono Service Base (Spring) ......................... SUCCESS [ 7.582 s] [INFO] Hono Adapter Base (Spring) ......................... SUCCESS [ 6.314 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 1.632 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.043 s] [INFO] Hono AMQP Adapter base ............................. SUCCESS [ 12.244 s] [INFO] Hono Protocol Adapters (Spring) .................... SUCCESS [ 1.114 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 9.106 s] [INFO] Hono Protocol Adapters (Quarkus) ................... SUCCESS [ 9.992 s] [INFO] Hono AMQP Adapter (Quarkus) ........................ SUCCESS [ 8.801 s] [INFO] Hono CoAP Adapter base ............................. SUCCESS [ 11.557 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 6.649 s] [INFO] Hono CoAP Adapter (Quarkus) ........................ SUCCESS [ 7.791 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 10.013 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 6.548 s] [INFO] Hono HTTP Adapter (Quarkus) ........................ SUCCESS [ 7.427 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 11.457 s] [INFO] Hono Kura Adapter .................................. SUCCESS [ 8.708 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 11.578 s] [INFO] Hono Lora Adapter (Quarkus) ........................ SUCCESS [ 7.564 s] [INFO] Hono LoRa Adapter .................................. SUCCESS [ 6.297 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 8.569 s] [INFO] Hono MQTT Adapter (Quarkus) ........................ SUCCESS [ 7.469 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 6.824 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 6.145 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 8.718 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 9.119 s] [INFO] Hono command-line interface ........................ SUCCESS [ 11.545 s] [INFO] Hotrod Device Connection client (Quarkus) .......... SUCCESS [ 11.284 s] [INFO] Hono Deployment .................................... SUCCESS [ 1.373 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.007 s] [INFO] Hono Client Examples ............................... SUCCESS [ 6.395 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 6.276 s] [INFO] Hono Services ...................................... SUCCESS [ 0.039 s] [INFO] Hono Auth base ..................................... SUCCESS [ 8.627 s] [INFO] Hono Services (Spring) ............................. SUCCESS [ 0.041 s] [INFO] Hono Auth .......................................... SUCCESS [ 6.562 s] [INFO] Hono Services (Quarkus) ............................ SUCCESS [ 0.044 s] [INFO] Hono Auth (Quarkus) ................................ SUCCESS [ 9.224 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 43.866 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 9.204 s] [INFO] Hono Command Router base ........................... SUCCESS [ 9.247 s] [INFO] Hono Command Router (Spring) ....................... SUCCESS [ 6.495 s] [INFO] Hono Command Router (Quarkus) ...................... SUCCESS [ 8.094 s] [INFO] Hono Device Connection service ..................... SUCCESS [ 8.781 s] [INFO] Hono File Based Device Registry .................... SUCCESS [ 12.577 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 59.090 s] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 8.313 s] [INFO] Hono Site .......................................... SUCCESS [ 0.463 s] [INFO] Hono Integration Tests ............................. FAILURE [ 45.490 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:35 min [INFO] Finished at: 2021-05-21T00:58:58Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) on project hono-tests: The packaging for this project did not assign a file to the build artifact -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :hono-tests [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] step Sending e-mails to: hono-dev@eclipse.org [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE