Started by user Kai Hudalla Rebuilds build #37 Running as Kai Hudalla Checking out git https://github.com/eclipse/hono.git into /var/jenkins/jobs/Hono-CLI-Native-Pipeline/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3 to read jenkins/Hono-Native-Pipeline.groovy The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/jobs/Hono-CLI-Native-Pipeline/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3/.git # timeout=10 Fetching changes from the remote Git repository > 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/build_cli_native_executable^{commit} # timeout=10 Checking out Revision 0dfa63ca23147782a0f337a32b75d98768cff117 (refs/remotes/origin/build_cli_native_executable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0dfa63ca23147782a0f337a32b75d98768cff117 # timeout=10 Commit message: "[#3360] Create native executable command line client" > git rev-list --no-walk 988ef91a3bb0a74f4a6817278f7a3b0ad5021fa6 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hono/hono-cli-native-pipeline-38-1cs5n-702js-0801m Still waiting to schedule task ‘hono-cli-native-pipeline-38-1cs5n-702js-0801m’ is offline Agent hono-cli-native-pipeline-38-1cs5n-702js-0801m is provisioned from template Hono-CLI-Native-Pipeline_38-1cs5n-702js --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-CLI-Native-Pipeline/38/" runUrl: "job/Hono-CLI-Native-Pipeline/38/" labels: jenkins: "slave" jenkins/label-digest: "3293d81ffd8ba3dc44ad1ee38c7fa20247689538" jenkins/label: "Hono-CLI-Native-Pipeline_38-1cs5n" name: "hono-cli-native-pipeline-38-1cs5n-702js-0801m" namespace: "hono" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hono.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hono-cli-native-pipeline-38-1cs5n-702js-0801m" - name: "JENKINS_NAME" value: "hono-cli-native-pipeline-38-1cs5n-702js-0801m" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hono.svc.cluster.local/hono/" - name: "HOME" value: "/home/jenkins" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" env: - name: "HOME" value: "/home/jenkins" image: "eclipse/hono-builder:2.1.0" imagePullPolicy: "Always" name: "hono-builder" resources: limits: memory: "8Gi" cpu: "2" requests: memory: "8Gi" 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 nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" 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 hono-cli-native-pipeline-38-1cs5n-702js-0801m in /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-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 0dfa63ca23147782a0f337a32b75d98768cff117 (refs/remotes/origin/build_cli_native_executable) > 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/build_cli_native_executable^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dfa63ca23147782a0f337a32b75d98768cff117 # timeout=10 Commit message: "[#3360] Create native executable command line client" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] stage [Pipeline] { (Check build environment) [Pipeline] sh /bin/bash git version 2.30.2 Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /maven Java version: 17.0.4, vendor: Eclipse Adoptium, runtime: /graalvm Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" openjdk 17.0.4 2022-07-19 OpenJDK Runtime Environment Temurin-17.0.4+8 (build 17.0.4+8) OpenJDK 64-Bit Server VM Temurin-17.0.4+8 (build 17.0.4+8, mixed mode, sharing) native-image 22.2.0.0-Final Mandrel Distribution (Java Version 17.0.4+8) upx 3.96 UCL data compression library 1.03 zlib data compression library 1.2.11 LZMA SDK version 4.43 Copyright (C) 1996-2020 Markus Franz Xaver Johannes Oberhumer Copyright (C) 1996-2020 Laszlo Molnar Copyright (C) 2000-2020 John F. Reiser Copyright (C) 2002-2020 Jens Medoch Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler Copyright (C) 1999-2006 Igor Pavlov UPX comes with ABSOLUTELY NO WARRANTY; for details type 'upx -L'. OpenSSH_8.4p1 Debian-5+deb11u1, OpenSSL 1.1.1n 15 Mar 2022 will not deploy artifacts ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check out) [Pipeline] echo Checking out branch: refs/heads/build_cli_native_executable [Pipeline] checkout The recommended git tool is: git using credential github-bot-ssh Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@8272ff98; decorates RemoteLauncher[hudson.remoting.Channel@bf3a4455:JNLP4-connect connection from 10.40.45.220/10.40.45.220:60014] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/.git # timeout=10 > git config remote.origin.url ssh://git@github.com/eclipse/hono.git # timeout=10 Fetching upstream changes from ssh://git@github.com/eclipse/hono.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot (SSH) [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline@tmp/jenkins-gitclient-ssh364426737050413601.key Verifying host key using known hosts file > git fetch --tags --force --progress -- ssh://git@github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0dfa63ca23147782a0f337a32b75d98768cff117 (refs/remotes/origin/build_cli_native_executable) > git rev-parse refs/remotes/origin/build_cli_native_executable^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0dfa63ca23147782a0f337a32b75d98768cff117 # timeout=10 Commit message: "[#3360] Create native executable command line client" First time build. Skipping changelog. [Pipeline] } > git branch -a -v --no-abbrev # timeout=10 > git checkout -b build_cli_native_executable 0dfa63ca23147782a0f337a32b75d98768cff117 # timeout=10 > git rev-list --no-walk 988ef91a3bb0a74f4a6817278f7a3b0ad5021fa6 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [INFO] Scanning for projects... [INFO] Downloading from eclipse-cbi-releases: 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 373 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 120 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 836 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.pom [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 952 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom [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.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 24 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 56 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 69 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 494 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 336 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 170 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 205 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 100 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 24 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 842 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 180 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 64 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 130 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 90 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 76 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 67 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 130 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 271 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 190 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 59 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 124 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 87 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 26 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 171 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 300 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 238 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 19 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 110 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 104 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 293 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 987 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 397 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 482 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 70 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 375 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 640 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 898 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 199 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 370 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 61 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 192 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 32 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 659 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 31 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 69 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 289 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 794 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 181 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 171 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 352 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 132 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 61 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 244 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 619 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 73 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 392 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 149 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 953 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 33 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 75 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 966 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 99 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 584 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 152 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 38 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 98 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 122 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 87 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 131 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 127 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 261 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 251 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 77 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 536 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 73 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 95 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 104 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 339 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 237 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar [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] 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] 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] 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 342 kB/s) [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] 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 1.1 MB/s) [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/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 7.2 MB/s) [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] 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 399 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/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 471 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 163 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/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar (628 kB at 7.2 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/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 2.4 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/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 1.5 MB/s) [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 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] 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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 87 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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 251 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/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.5 MB/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 625 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 42 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/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 22 kB/s) [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 384 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] 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/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 418 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 254 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/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 824 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.4 MB/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/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 280 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 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 792 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 42 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/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 21 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.1 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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 277 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/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 135 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 30 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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 54 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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 62 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/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 267 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 415 kB/s) [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 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 4.1 kB/s) [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 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/2.10.2.Final/quarkus-bom-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/2.10.2.Final/quarkus-bom-2.10.2.Final.pom (347 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.74.Final/netty-bom-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.74.Final/netty-bom-4.1.74.Final.pom (13 kB at 399 kB/s) [INFO] Inspecting build with total of 58 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 58 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Hono Dependencies [pom] [INFO] Legal Documents [jar] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [jar] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client AMQP Connection [jar] [INFO] Hono Notification Client [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Notification Client (AMQP) [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Notification Client (Kafka) [jar] [INFO] Hono Service base [jar] [INFO] Hono Client for Command & Control [jar] [INFO] Hono Device Registry Client [jar] [INFO] Hono Client for Command & Control (AMQP) [jar] [INFO] Hono Client for Command & Control (Kafka) [jar] [INFO] Hono Registry Client (AMQP) [jar] [INFO] Hono Telemetry Client [jar] [INFO] Hono Telemetry Client (AMQP) [jar] [INFO] Hono Telemetry Client (Kafka) [jar] [INFO] Hono Adapter Base [jar] [INFO] Hono Adapter Base Test Utils [jar] [INFO] Hono Protocol Adapters [pom] [INFO] Hono Protocol Adapters Parent [pom] [INFO] Hono AMQP Adapter [jar] [INFO] Hono CoAP Adapter [jar] [INFO] Hono HTTP Adapter base [jar] [INFO] Hono HTTP Adapter [jar] [INFO] Hono Lora Adapter [jar] [INFO] Hono MQTT Adapter base [jar] [INFO] Hono MQTT Adapter [jar] [INFO] Hono Sigfox Adapter [jar] [INFO] Hono Client Device AMQP [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 [jar] [INFO] Hono Examples [pom] [INFO] Hono Client Examples [jar] [INFO] Hono Protocol Gateway example [jar] [INFO] Hono Services [pom] [INFO] Hono Services Parent [pom] [INFO] Hono Auth base [jar] [INFO] Hono Auth Server [jar] [INFO] Hono Service Device Registry Base [jar] [INFO] Base classes for JDBC services [jar] [INFO] Hono Command Router [jar] [INFO] Hono JDBC Based Device Registry [jar] [INFO] Hono Mongodb Based Device Registry [jar] [INFO] Hono Site [pom] [INFO] Hono Integration Tests [jar] [INFO] Downloading from eclipse-cbi-releases: 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 216 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 517 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 339 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.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/maven-enforcer-plugin-3.0.0.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/maven-enforcer-plugin-3.0.0.pom (7.7 kB at 139 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom (8.7 kB at 202 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 271 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.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/maven-enforcer-plugin-3.0.0.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/maven-enforcer-plugin-3.0.0.jar (27 kB at 798 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 198 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 289 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 389 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 825 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 3.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 8.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 92 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 987 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 728 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 130 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 227 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 237 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 5.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 8.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 6.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 105 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 326 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 637 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 kB at 421 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 809 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (209 kB at 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.pom (21 kB at 314 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.40.1/docker-maven-plugin-0.40.1.jar (712 kB at 6.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.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.10.1/maven-compiler-plugin-3.10.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.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 970 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.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.10.1/maven-compiler-plugin-3.10.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.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 15 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 217 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 11 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 199 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 631 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 290 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 891 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 279 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom (7.2 kB at 328 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (22 kB at 542 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 337 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 734 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar (44 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom (13 kB at 220 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar (54 kB at 939 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom (16 kB at 5.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 300 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 761 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar (187 kB at 37 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 410 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 143 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 14 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-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-checkstyle-plugin/3.1.2/maven-checkstyle-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-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 337 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-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-checkstyle-plugin/3.1.2/maven-checkstyle-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-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 60 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 547 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.pom (2.4 kB at 31 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.jar (7.2 kB at 111 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.2/jandex-maven-plugin-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.2/jandex-maven-plugin-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.2/jandex-maven-plugin-1.2.2.pom (11 kB at 182 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.2/jandex-maven-plugin-1.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.2/jandex-maven-plugin-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.2/jandex-maven-plugin-1.2.2.jar (13 kB at 233 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.7/jacoco-maven-plugin-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.7/jacoco-maven-plugin-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.7/jacoco-maven-plugin-0.8.7.pom (3.7 kB at 129 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.7/org.jacoco.build-0.8.7.pom (43 kB at 971 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.7/jacoco-maven-plugin-0.8.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.7/jacoco-maven-plugin-0.8.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.7/jacoco-maven-plugin-0.8.7.jar (56 kB at 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom (2.5 kB at 141 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom (7.0 kB at 205 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 168 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom (11 kB at 612 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 229 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 186 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 7.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-metadata.xml (14 kB at 564 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml (21 kB at 764 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (932 B at 30 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions-maven-plugin/2.11.0/versions-maven-plugin-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.11.0/versions-maven-plugin-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.11.0/versions-maven-plugin-2.11.0.pom (15 kB at 964 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/67/mojo-parent-67.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/67/mojo-parent-67.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/67/mojo-parent-67.pom (35 kB at 2.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions-maven-plugin/2.11.0/versions-maven-plugin-2.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.11.0/versions-maven-plugin-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.11.0/versions-maven-plugin-2.11.0.jar (324 kB at 11 MB/s) [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.1.0-SNAPSHOT [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.11.0:set (default-cli) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.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.1.0/maven-reporting-api-3.1.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.1.0/maven-reporting-api-3.1.0.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 176 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.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.11.1/doxia-sink-api-1.11.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.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 225 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 6.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.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.11.1/doxia-logging-api-1.11.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.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 527 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.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.1.0/maven-reporting-impl-3.1.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.1.0/maven-reporting-impl-3.1.0.pom (7.2 kB at 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 7.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 514 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 408 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 8.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 135 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 816 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 7.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 508 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 147 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.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.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 18 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 379 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 68 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 785 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 377 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 512 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.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.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 41 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 332 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 239 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 868 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 586 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 236 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 140 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 322 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 28 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 710 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 18 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 118 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 14 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 979 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [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-cbi-releases: 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 79 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 563 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [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 226 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 826 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 777 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 262 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 375 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [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-cbi-releases: 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 218 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 16 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 7.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 7.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 3.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [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 3.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [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 8.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 828 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 14 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 607 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [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 658 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 241 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 663 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 417 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.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.11.1/doxia-module-xhtml-1.11.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.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 180 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 686 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.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.11.1/doxia-module-xhtml5-1.11.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.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 142 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 519 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 601 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 174 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 435 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 210 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 819 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 94 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 940 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 886 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 359 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 246 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 962 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 14 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 216 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 36 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 13 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 13 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 244 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 289 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 86 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 750 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 47 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 70 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 425 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 12 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 459 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.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.2.0/maven-common-artifact-filters-3.2.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.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 772 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 109 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 808 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 74 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 223 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 936 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 97 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.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.M5/org.eclipse.sisu.plexus-0.0.0.M5.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.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 402 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 943 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.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.M5/org.eclipse.sisu.inject-0.0.0.M5.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.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 74 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-file/3.4.3/wagon-file-3.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.4.3/wagon-file-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.4.3/wagon-file-3.4.3.pom (1.8 kB at 111 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-providers/3.4.3/wagon-providers-3.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.4.3/wagon-providers-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.4.3/wagon-providers-3.4.3.pom (3.0 kB at 12 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.4.3/wagon-3.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.4.3/wagon-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.4.3/wagon-3.4.3.pom (21 kB at 713 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.pom (1.9 kB at 60 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 578 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 17 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 44 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 25 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/woodstox/woodstox-core/6.2.8/woodstox-core-6.2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.8/woodstox-core-6.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.8/woodstox-core-6.2.8.pom (8.8 kB at 219 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 944 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 153 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/38/oss-parent-38.pom [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 5.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 807 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [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 817 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [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 116 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-file/3.4.3/wagon-file-3.4.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/woodstox/woodstox-core/6.2.8/woodstox-core-6.2.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.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.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.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.1.0/maven-reporting-api-3.1.0.jar (11 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar (19 kB at 6.2 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-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 12 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-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 3.0 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] 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 3.5 MB/s) [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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 1.5 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/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 13 MB/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/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 3.2 MB/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/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 2.2 MB/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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 2.9 MB/s) [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 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.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 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 2.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.2.0/maven-common-artifact-filters-3.2.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.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.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.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.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 450 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 3.9 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] 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 696 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-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 2.8 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.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.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 2.6 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/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 3.6 MB/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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 817 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.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 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 550 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 20 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.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.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 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.4.3/wagon-file-3.4.3.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.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 3.6 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.4.3/wagon-provider-api-3.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.4.3/wagon-provider-api-3.4.3.jar (55 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 484 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.11.1/doxia-logging-api-1.11.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.11.1/doxia-logging-api-1.11.1.jar (12 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 2.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/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 1.3 MB/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.11.1/doxia-core-1.11.1.jar (218 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 1.4 MB/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 458 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 2.2 MB/s) [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 1.4 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.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.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 5.1 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.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 106 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.11.1/doxia-module-xhtml-1.11.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.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 111 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.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 73 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 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.6 MB/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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 459 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.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 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.8/woodstox-core-6.2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 550 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.4.3/wagon-file-3.4.3.jar (11 kB at 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 21 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.8/woodstox-core-6.2.8.jar (1.6 MB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 292 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 673 kB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline [INFO] Processing change of org.eclipse.hono:hono-parent:2.1.0-SNAPSHOT -> 2.1.0 [INFO] Processing org.eclipse.hono:hono-parent [INFO] Updating project org.eclipse.hono:hono-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-bom [INFO] Updating parent org.eclipse.hono:hono-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-demo-certs [INFO] Updating parent org.eclipse.hono:hono-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:client-device-connection-infinispan [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapters [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-cli [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-clients-parent [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-core [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-example [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-legal [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-base-jdbc [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-services [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-site [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-tests [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:test-utils [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:adapter-base-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:client-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:core-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-http-base [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-mqtt-base [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapters-parent [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-amqp-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-amqp-connection [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-application-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-application-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-application [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-device-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-kafka-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-registry-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-registry [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-example-client [INFO] Updating parent org.eclipse.hono:hono-example [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-auth-base [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-base [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-services-parent [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:kafka-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:protocol-gateway [INFO] Updating parent org.eclipse.hono:hono-example [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-amqp [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-coap [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-http [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-lora [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-mqtt [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-sigfox [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-auth [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-command-router [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-jdbc [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-mongodb [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.1.0-SNAPSHOT to 2.1.0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.1.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [ 15.674 s] [INFO] Hono Dependencies .................................. SKIPPED [INFO] Legal Documents .................................... SKIPPED [INFO] Hono Test Utils .................................... SKIPPED [INFO] Hono Core Test Utils ............................... SKIPPED [INFO] Hono Demo Certs .................................... SKIPPED [INFO] Hono Core .......................................... SKIPPED [INFO] Hono Clients ....................................... SKIPPED [INFO] Hono Client Common ................................. SKIPPED [INFO] Hono Client AMQP Connection ........................ SKIPPED [INFO] Hono Notification Client ........................... SKIPPED [INFO] Hono Client Test Utils ............................. SKIPPED [INFO] Hono Client AMQP Common ............................ SKIPPED [INFO] Hono Notification Client (AMQP) .................... SKIPPED [INFO] Hono Kafka Test Utils .............................. SKIPPED [INFO] Hono Client Kafka Common ........................... SKIPPED [INFO] Hono Notification Client (Kafka) ................... SKIPPED [INFO] Hono Service base .................................. SKIPPED [INFO] Hono Client for Command & Control .................. SKIPPED [INFO] Hono Device Registry Client ........................ SKIPPED [INFO] Hono Client for Command & Control (AMQP) ........... SKIPPED [INFO] Hono Client for Command & Control (Kafka) .......... SKIPPED [INFO] Hono Registry Client (AMQP) ........................ SKIPPED [INFO] Hono Telemetry Client .............................. SKIPPED [INFO] Hono Telemetry Client (AMQP) ....................... SKIPPED [INFO] Hono Telemetry Client (Kafka) ...................... SKIPPED [INFO] Hono Adapter Base .................................. SKIPPED [INFO] Hono Adapter Base Test Utils ....................... SKIPPED [INFO] Hono Protocol Adapters ............................. SKIPPED [INFO] Hono Protocol Adapters Parent ...................... SKIPPED [INFO] Hono AMQP Adapter .................................. SKIPPED [INFO] Hono CoAP Adapter .................................. SKIPPED [INFO] Hono HTTP Adapter base ............................. SKIPPED [INFO] Hono HTTP Adapter .................................. SKIPPED [INFO] Hono Lora Adapter .................................. SKIPPED [INFO] Hono MQTT Adapter base ............................. SKIPPED [INFO] Hono MQTT Adapter .................................. SKIPPED [INFO] Hono Sigfox Adapter ................................ SKIPPED [INFO] Hono Client Device AMQP ............................ SKIPPED [INFO] Hono Client for Business Applications .............. SKIPPED [INFO] Hono Client for Business Applications (AMQP) ....... SKIPPED [INFO] Hono Client for Business Applications (Kafka) ...... SKIPPED [INFO] Hono command-line interface ........................ SKIPPED [INFO] Hotrod Device Connection client .................... SKIPPED [INFO] Hono Examples ...................................... SKIPPED [INFO] Hono Client Examples ............................... SKIPPED [INFO] Hono Protocol Gateway example ...................... SKIPPED [INFO] Hono Services ...................................... SKIPPED [INFO] Hono Services Parent ............................... SKIPPED [INFO] Hono Auth base ..................................... SKIPPED [INFO] Hono Auth Server ................................... SKIPPED [INFO] Hono Service Device Registry Base .................. SKIPPED [INFO] Base classes for JDBC services ..................... SKIPPED [INFO] Hono Command Router ................................ SKIPPED [INFO] Hono JDBC Based Device Registry .................... SKIPPED [INFO] Hono Mongodb Based Device Registry ................. SKIPPED [INFO] Hono Site .......................................... SKIPPED [INFO] Hono Integration Tests ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30.121 s [INFO] Finished at: 2022-08-22T11:35:58Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Inspecting build with total of 58 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 58 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Hono Dependencies [pom] [INFO] Legal Documents [jar] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [jar] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client AMQP Connection [jar] [INFO] Hono Notification Client [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Notification Client (AMQP) [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Notification Client (Kafka) [jar] [INFO] Hono Service base [jar] [INFO] Hono Client for Command & Control [jar] [INFO] Hono Device Registry Client [jar] [INFO] Hono Client for Command & Control (AMQP) [jar] [INFO] Hono Client for Command & Control (Kafka) [jar] [INFO] Hono Registry Client (AMQP) [jar] [INFO] Hono Telemetry Client [jar] [INFO] Hono Telemetry Client (AMQP) [jar] [INFO] Hono Telemetry Client (Kafka) [jar] [INFO] Hono Adapter Base [jar] [INFO] Hono Adapter Base Test Utils [jar] [INFO] Hono Protocol Adapters [pom] [INFO] Hono Protocol Adapters Parent [pom] [INFO] Hono AMQP Adapter [jar] [INFO] Hono CoAP Adapter [jar] [INFO] Hono HTTP Adapter base [jar] [INFO] Hono HTTP Adapter [jar] [INFO] Hono Lora Adapter [jar] [INFO] Hono MQTT Adapter base [jar] [INFO] Hono MQTT Adapter [jar] [INFO] Hono Sigfox Adapter [jar] [INFO] Hono Client Device AMQP [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 [jar] [INFO] Hono Examples [pom] [INFO] Hono Client Examples [jar] [INFO] Hono Protocol Gateway example [jar] [INFO] Hono Services [pom] [INFO] Hono Services Parent [pom] [INFO] Hono Auth base [jar] [INFO] Hono Auth Server [jar] [INFO] Hono Service Device Registry Base [jar] [INFO] Base classes for JDBC services [jar] [INFO] Hono Command Router [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 2.1.0 [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: 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 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 245 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 370 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.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 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.6 MB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: 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 41 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 170 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 876 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 114 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 109 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 810 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 228 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 16 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 82 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 60 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 55 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 29 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 83 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.7 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 25 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 391 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 316 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 149 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 542 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 116 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 22 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 190 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 210 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 493 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 34 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 443 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 314 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 831 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 31 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 228 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 19 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 124 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 58 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 219 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 165 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 17 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 120 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 28 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 7.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 133 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 75 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 55 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 47 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 96 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 114 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 38 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 94 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 162 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 131 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 61 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.9 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 642 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 210 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 665 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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 44 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 55 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 121 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 32 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 25 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 22 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 78 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 470 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 21 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 45 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 42 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 34 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 15 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 32 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 61 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 12 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 131 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-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-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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [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.1/maven-artifact-manager-2.2.1.jar (68 kB at 2.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.2.1/maven-plugin-registry-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 2.7 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-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 982 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.3 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-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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 7.5 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-project/2.2.1/maven-project-2.2.1.jar (156 kB at 3.1 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.0 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 411 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 379 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.1/maven-core-2.2.1.jar (178 kB at 3.0 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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 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-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/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 97 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.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 112 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-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 85 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/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 196 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-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 92 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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 305 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] 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 274 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 285 kB/s) [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] 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 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 429 kB/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/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 923 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-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 291 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-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 141 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-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 252 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-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 259 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-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 274 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-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 288 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 222 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/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.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 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 6.6 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.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 16 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/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 251 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/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 17 kB/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.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 9.0 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-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 6.9 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/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 4.9 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/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 1.5 MB/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.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 5.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 296 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 290 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 80 kB/s) [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 28 kB/s) [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 47 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.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/enforcer-api-3.0.0.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/enforcer-api-3.0.0.pom (3.0 kB at 108 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.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/enforcer-rules-3.0.0.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/enforcer-rules-3.0.0.pom (4.7 kB at 187 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 6.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 5.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.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.6.1/maven-resolver-util-1.6.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.6.1/maven-resolver-util-1.6.1.pom (2.8 kB at 94 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom (19 kB at 906 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.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.6.1/maven-resolver-api-1.6.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.6.1/maven-resolver-api-1.6.1.pom (2.6 kB at 132 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom (4.0 kB at 222 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 58 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 599 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 6.3 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.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 6.9 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.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 6.0 MB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 3.5 MB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 5.1 MB/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-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.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 13 MB/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/enforcer-rules-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 9.9 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.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.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/enforcer-rules-3.0.0.jar (116 kB at 2.6 MB/s) [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.jar (50 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar (149 kB at 2.9 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/enforcer-api-3.0.0.jar (12 kB at 194 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.6.1/maven-resolver-util-1.6.1.jar (168 kB at 2.6 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-parent --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 763 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 223 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 869 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 624 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 70 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 444 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 834 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 546 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 442 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 627 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 278 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 455 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 643 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 281 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 274 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 56 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 286 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 336 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 580 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 297 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 232 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 704 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 10 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 147 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 12 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 7.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 954 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 882 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.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/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/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 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 22 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-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 29 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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 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-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/3.0/maven-settings-3.0.jar (47 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 9.7 MB/s) [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 1.9 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] 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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 26 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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 4.6 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 589 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] 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 1.4 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] 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 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 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-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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 102 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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.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/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 768 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.5 MB/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-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 3.0 MB/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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 1.1 MB/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/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.4 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 794 kB/s) [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 1.4 MB/s) [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 7.5 MB/s) [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 293 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 588 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 630 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 847 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 468 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 93 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [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 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 199 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 4.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 312 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 256 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 863 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 216 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom [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 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [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 107 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 4.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.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.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 804 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 636 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 306 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 747 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 211 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom (2.0 kB at 90 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 4.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom (2.6 kB at 96 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 744 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 795 kB/s) [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [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/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 27 MB/s) [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 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 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-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 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-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 42 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 2.5 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.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 1.8 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.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 8.0 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.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 1.4 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/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 5.8 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 10 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-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 3.1 MB/s) [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 4.3 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] 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/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 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-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 840 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.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 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 2.6 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/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 7.5 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 31 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 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.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 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 2.1 MB/s) [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 78 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 357 kB/s) [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.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 18 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: 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 188 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 105 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 91 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 499 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 165 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 874 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 925 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 788 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 973 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 18 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 22 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 98 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 516 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from eclipse-cbi-releases: 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.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-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-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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 8.2 MB/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 5.9 MB/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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 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-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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 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-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-model/2.0.6/maven-model-2.0.6.jar (86 kB at 11 MB/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 3.1 MB/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] 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 8.7 MB/s) [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 2.0 MB/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 631 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 31 kB/s) [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.1.0/hono-parent-2.1.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 2.1.0 [2/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-bom --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.1.0/hono-bom-2.1.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 2.1.0 [3/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 284 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 110 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 620 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 187 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-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/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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 52 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.1 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 1.0 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 3.1 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 51 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 454 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 331 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 513 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 35 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 4.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 132 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 892 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 664 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 46 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 67 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 662 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.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/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 776 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 42 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 6.8 MB/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-CLI-Native-Pipeline/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom (6.5 kB at 190 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom (3.4 kB at 242 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom (3.6 kB at 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom (3.9 kB at 216 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom (3.6 kB at 70 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom (4.4 kB at 136 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom (1.8 kB at 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.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.1.1/maven-common-artifact-filters-3.1.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.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 141 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 576 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 64 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 385 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 111 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.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.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 286 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 980 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 497 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [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 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 3.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 11 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.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.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 875 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 655 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [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 812 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 304 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 793 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 66 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 6.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar (25 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (305 kB at 11 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.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar (14 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (117 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar (169 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.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/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar (8.1 kB at 122 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar (2.1 MB at 13 MB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 260 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 447 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 880 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 218 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 577 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 933 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse-cbi-releases: 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.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/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/maven-compat/3.0/maven-compat-3.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] 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 8.8 MB/s) [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 10 MB/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 57 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 3.8 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar [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.3.2:sign (sign-jars) @ hono-legal --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.1.0/hono-legal-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.1.0/hono-legal-2.1.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 2.1.0 [4/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.pom (3.2 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.pom (3.2 kB at 1.6 MB/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 561 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.pom (2.8 kB at 944 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom (3.2 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.2.7/vertx-junit5-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.2.7/vertx-junit5-4.2.7.pom (4.9 kB at 16 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 283 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 50 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 467 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.2.7/vertx-dependencies-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.2.7/vertx-dependencies-4.2.7.pom (31 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2.20220324/jackson-bom-2.13.2.20220324.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2.20220324/jackson-bom-2.13.2.20220324.pom (17 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.2.7/vertx-core-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.2.7/vertx-core-4.2.7.pom (32 kB at 775 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.74.Final/netty-common-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.74.Final/netty-common-4.1.74.Final.pom (13 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.74.Final/netty-parent-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.74.Final/netty-parent-4.1.74.Final.pom (75 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.74.Final/netty-buffer-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.74.Final/netty-buffer-4.1.74.Final.pom (1.6 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.74.Final/netty-transport-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.74.Final/netty-transport-4.1.74.Final.pom (1.9 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.74.Final/netty-resolver-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.74.Final/netty-resolver-4.1.74.Final.pom (1.6 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.74.Final/netty-handler-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.74.Final/netty-handler-4.1.74.Final.pom (3.7 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.74.Final/netty-codec-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.74.Final/netty-codec-4.1.74.Final.pom (4.4 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.48.Final/netty-tcnative-classes-2.0.48.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.48.Final/netty-tcnative-classes-2.0.48.Final.pom (1.9 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.48.Final/netty-tcnative-parent-2.0.48.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.48.Final/netty-tcnative-parent-2.0.48.Final.pom (38 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.74.Final/netty-handler-proxy-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.74.Final/netty-handler-proxy-4.1.74.Final.pom (2.8 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.74.Final/netty-codec-socks-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.74.Final/netty-codec-socks-4.1.74.Final.pom (2.0 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.74.Final/netty-codec-http-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.74.Final/netty-codec-http-4.1.74.Final.pom (3.3 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.74.Final/netty-codec-http2-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.74.Final/netty-codec-http2-4.1.74.Final.pom (3.6 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.74.Final/netty-resolver-dns-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.74.Final/netty-resolver-dns-4.1.74.Final.pom (3.2 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.74.Final/netty-codec-dns-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.74.Final/netty-codec-dns-4.1.74.Final.pom (2.1 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom (5.5 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom (9.9 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom (17 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.pom (3.0 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.0/mockito-core-4.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.0/mockito-core-4.6.0.pom (2.5 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.9/byte-buddy-1.12.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.9/byte-buddy-1.12.9.pom (12 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.9/byte-buddy-parent-1.12.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.9/byte-buddy-parent-1.12.9.pom (45 kB at 999 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.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-commons/1.8.2/junit-platform-commons-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar (100 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar (230 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.2.7/vertx-junit5-4.2.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 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.2.7/vertx-core-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar (186 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.74.Final/netty-common-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar (194 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.74.Final/netty-buffer-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.74.Final/netty-transport-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.74.Final/netty-buffer-4.1.74.Final.jar (303 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.74.Final/netty-handler-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.74.Final/netty-common-4.1.74.Final.jar (650 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.74.Final/netty-codec-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.74.Final/netty-transport-4.1.74.Final.jar (479 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.48.Final/netty-tcnative-classes-2.0.48.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.74.Final/netty-handler-4.1.74.Final.jar (529 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.74.Final/netty-handler-proxy-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.74.Final/netty-codec-4.1.74.Final.jar (337 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-socks/4.1.74.Final/netty-codec-socks-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.74.Final/netty-handler-proxy-4.1.74.Final.jar (24 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.74.Final/netty-codec-http-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.2.7/vertx-core-4.2.7.jar (1.5 MB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.74.Final/netty-codec-http2-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.48.Final/netty-tcnative-classes-2.0.48.Final.jar (35 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.74.Final/netty-resolver-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.74.Final/netty-codec-socks-4.1.74.Final.jar (119 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.74.Final/netty-resolver-dns-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.74.Final/netty-resolver-dns-4.1.74.Final.jar (157 kB at 480 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.74.Final/netty-codec-dns-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.74.Final/netty-codec-http-4.1.74.Final.jar (635 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.74.Final/netty-codec-http2-4.1.74.Final.jar (473 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.2.7/vertx-junit5-4.2.7.jar (24 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.0/mockito-core-4.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.74.Final/netty-resolver-4.1.74.Final.jar (38 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.9/byte-buddy-1.12.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar (577 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar (375 kB at 969 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.74.Final/netty-codec-dns-4.1.74.Final.jar (65 kB at 155 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 604 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.0/mockito-core-4.6.0.jar (662 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.9/byte-buddy-1.12.9.jar (3.8 MB at 7.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ test-utils --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/10.2/checkstyle-10.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.2/checkstyle-10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.2/checkstyle-10.2.pom (152 kB at 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom (1.4 kB at 34 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.pom (3.5 kB at 231 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-master/4.10.1/antlr4-master-4.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.10.1/antlr4-master-4.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.10.1/antlr4-master-4.10.1.pom (4.4 kB at 146 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 220 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 398 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 65 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 45 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 537 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 582 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 327 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/11.3/Saxon-HE-11.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.3/Saxon-HE-11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.3/Saxon-HE-11.3.pom (4.2 kB at 140 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.pom (2.2 kB at 75 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 82 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 207 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 629 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 462 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 989 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 50 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 340 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 116 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 55 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 483 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 357 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 38 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 107 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 50 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 107 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 964 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 771 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 617 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 367 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 803 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 80 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 42 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 100 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 296 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 353 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 652 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 943 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 517 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 855 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 53 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 50 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 306 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 382 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 120 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 102 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 187 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 300 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 78 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 326 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 4.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 72 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 968 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 232 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 523 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 299 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 547 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 42 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 452 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 77 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 271 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 71 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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 576 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 450 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 295 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 328 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/10.2/checkstyle-10.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/info/picocli/picocli/4.6.3/picocli-4.6.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/11.3/Saxon-HE-11.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0-data.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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/10.2/checkstyle-10.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.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/com/google/guava/guava/31.1-jre/guava-31.1-jre.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 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar (322 kB at 6.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.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.3/Saxon-HE-11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0-data.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.2/checkstyle-10.2.jar (2.0 MB at 14 MB/s) [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/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.jar (150 kB at 889 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 56 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/net/sf/saxon/Saxon-HE/11.3/Saxon-HE-11.3.jar (5.1 MB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0-data.jar (1.0 MB at 4.9 MB/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 860 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/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 667 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/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 182 kB/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/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 601 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 608 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 39 kB/s) [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 481 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] 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-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 960 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/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/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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 49 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-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 119 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/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 82 kB/s) [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.jar [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.jar (575 kB at 1.6 MB/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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 703 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/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 541 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 220 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-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 60 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 323 kB/s) [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 270 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 140 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 737 kB/s) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ test-utils --- [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 162 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 6.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom (7.2 kB at 651 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 302 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 7.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 141 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 564 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 135 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 126 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 887 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 683 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 600 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 82 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 308 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 483 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 575 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 620 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 8.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.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.13.1/maven-artifact-transfer-0.13.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.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 278 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 7.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [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] 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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 10.0 MB/s) [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.jar [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar (86 kB at 9.6 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.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 19 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/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 12 MB/s) [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 2.0 MB/s) [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 45 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.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 10.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 34 MB/s) [INFO] Skipping plugin execution [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.3.2:sign (sign-jars) @ test-utils --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/2.1.0/test-utils-2.1.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 2.1.0 [5/58] [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 21 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 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/2.10.1/smallrye-config-source-yaml-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/2.10.1/smallrye-config-source-yaml-2.10.1.pom (1.9 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/2.10.1/smallrye-config-parent-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/2.10.1/smallrye-config-parent-2.10.1.pom (5.2 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/35/smallrye-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/35/smallrye-parent-35.pom (9.8 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/35/smallrye-build-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/35/smallrye-build-parent-35.pom (66 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/1.12.0/smallrye-common-bom-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/1.12.0/smallrye-common-bom-1.12.0.pom (4.4 kB at 109 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 540 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 33 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 218 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 801 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 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.pom (37 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/2.10.1/smallrye-config-common-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/2.10.1/smallrye-config-common-2.10.1.pom (1.1 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/2.0.1/microprofile-config-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/2.0.1/microprofile-config-api-2.0.1.pom (8.1 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/2.0.1/microprofile-config-parent-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/2.0.1/microprofile-config-parent-2.0.1.pom (21 kB at 541 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 331 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 212 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 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.13.0/smallrye-common-classloader-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.13.0/smallrye-common-classloader-1.13.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/smallrye/common/smallrye-common-parent/1.13.0/smallrye-common-parent-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/1.13.0/smallrye-common-parent-1.13.0.pom (8.8 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom (18 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/2.10.1/smallrye-config-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/2.10.1/smallrye-config-2.10.1.pom (2.8 kB at 2.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/2.10.1/smallrye-config-core-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/2.10.1/smallrye-config-core-2.10.1.pom (4.2 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.13.0/smallrye-common-annotation-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.13.0/smallrye-common-annotation-1.13.0.pom (2.1 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-expression/1.13.0/smallrye-common-expression-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.13.0/smallrye-common-expression-1.13.0.pom (2.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.13.0/smallrye-common-function-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.13.0/smallrye-common-function-1.13.0.pom (1.9 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.13.0/smallrye-common-constraint-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.13.0/smallrye-common-constraint-1.13.0.pom (2.1 kB at 63 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/2.10.1/smallrye-config-source-yaml-2.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/2.10.1/smallrye-config-common-2.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/2.0.1/microprofile-config-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar (332 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/2.10.1/smallrye-config-common-2.10.1.jar (11 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.13.0/smallrye-common-classloader-1.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar (63 kB at 590 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/2.0.1/microprofile-config-api-2.0.1.jar (19 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/2.10.1/smallrye-config-core-2.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/2.10.1/smallrye-config-2.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/1.13.0/smallrye-common-classloader-1.13.0.jar (13 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.13.0/smallrye-common-annotation-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/1.13.0/smallrye-common-annotation-1.13.0.jar (7.0 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.13.0/smallrye-common-expression-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/2.10.1/smallrye-config-core-2.10.1.jar (255 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/2.10.1/smallrye-config-2.10.1.jar (34 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.13.0/smallrye-common-function-1.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.13.0/smallrye-common-constraint-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/1.13.0/smallrye-common-constraint-1.13.0.jar (12 kB at 62 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/1.13.0/smallrye-common-function-1.13.0.jar (45 kB at 201 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/1.13.0/smallrye-common-expression-1.13.0.jar (20 kB at 91 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/2.10.1/smallrye-config-source-yaml-2.10.1.jar (10 kB at 9.2 kB/s) [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 16 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ core-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.1.0.jar [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.3.2:sign (sign-jars) @ core-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.1.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.1.0/core-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.1.0/core-test-utils-2.1.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 2.1.0 [6/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ 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 45 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7: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-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar [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.3.2:sign (sign-jars) @ hono-demo-certs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.1.0/hono-demo-certs-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.1.0/hono-demo-certs-2.1.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 2.1.0 [7/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom (16 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom (6.1 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom (2.0 kB at 1.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/1.13.0/smallrye-common-vertx-context-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/1.13.0/smallrye-common-vertx-context-1.13.0.pom (3.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom (1.8 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom (29 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom (2.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom (3.3 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.13.0/opentelemetry-api-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.13.0/opentelemetry-api-1.13.0.pom (1.8 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.13.0/opentelemetry-context-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.13.0/opentelemetry-context-1.13.0.pom (1.6 kB at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/2.10.2.Final/quarkus-core-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/2.10.2.Final/quarkus-core-2.10.2.Final.pom (15 kB at 5.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/2.10.2.Final/quarkus-core-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/2.10.2.Final/quarkus-core-parent-2.10.2.Final.pom (964 B at 1.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/2.10.2.Final/quarkus-build-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/2.10.2.Final/quarkus-build-parent-2.10.2.Final.pom (70 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/2.10.2.Final/quarkus-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/2.10.2.Final/quarkus-parent-2.10.2.Final.pom (16 kB at 301 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 1.1 MB/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 350 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 4.4 MB/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 220 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 250 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 317 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 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.4.2.Final/jboss-threads-3.4.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.4.2.Final/jboss-threads-3.4.2.Final.pom (7.3 kB at 163 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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.pom (9.7 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.9/logback-parent-1.2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.9/logback-parent-1.2.9.pom (18 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.pom (4.2 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.pom (6.5 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth-parent/1.1.3/truth-parent-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth-parent/1.1.3/truth-parent-1.1.3.pom (16 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.22.0/checker-qual-3.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.22.0/checker-qual-3.22.0.pom (2.1 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.8.1/auto-value-annotations-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.8.1/auto-value-annotations-1.8.1.pom (2.8 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.8.1/auto-value-parent-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.8.1/auto-value-parent-1.8.1.pom (6.1 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.13.1/error_prone_annotations-2.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.13.1/error_prone_annotations-2.13.1.pom (2.2 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.13.1/error_prone_parent-2.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.13.1/error_prone_parent-2.13.1.pom (11 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.13.0-alpha/opentelemetry-opentracing-shim-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.13.0-alpha/opentelemetry-opentracing-shim-1.13.0-alpha.pom (2.2 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.13.0-alpha/opentelemetry-semconv-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.13.0-alpha/opentelemetry-semconv-1.13.0-alpha.pom (1.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.13.0/opentelemetry-sdk-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.13.0/opentelemetry-sdk-1.13.0.pom (2.6 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.13.0/opentelemetry-sdk-common-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.13.0/opentelemetry-sdk-common-1.13.0.pom (2.0 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.13.0/opentelemetry-sdk-trace-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.13.0/opentelemetry-sdk-trace-1.13.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/opentelemetry/opentelemetry-sdk-metrics/1.13.0-alpha/opentelemetry-sdk-metrics-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.13.0-alpha/opentelemetry-sdk-metrics-1.13.0-alpha.pom (2.0 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.13.0-alpha/opentelemetry-sdk-logs-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.13.0-alpha/opentelemetry-sdk-logs-1.13.0-alpha.pom (1.8 kB at 6.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.71/bcpkix-jdk18on-1.71.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.71/bcpkix-jdk18on-1.71.pom (1.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom (1.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.71/bcutil-jdk18on-1.71.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.71/bcutil-jdk18on-1.71.pom (1.3 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/1.13.0/smallrye-common-vertx-context-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar (76 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.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 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar (81 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.13.0/opentelemetry-api-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar (77 kB at 880 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.13.0/opentelemetry-context-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/1.13.0/smallrye-common-vertx-context-1.13.0.jar (5.5 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/2.10.2.Final/quarkus-core-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.13.0/opentelemetry-context-1.13.0.jar (46 kB at 411 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 222 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar (8.2 kB at 70 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar (1.5 MB at 9.9 MB/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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.13.0/opentelemetry-api-1.13.0.jar (122 kB at 785 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.4.2.Final/jboss-threads-3.4.2.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 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.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 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.4.2.Final/jboss-threads-3.4.2.Final.jar (103 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar (234 kB at 970 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.22.0/checker-qual-3.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9.jar (454 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.8.1/auto-value-annotations-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.22.0/checker-qual-3.22.0.jar (222 kB at 808 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.13.1/error_prone_annotations-2.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.jar (243 kB at 871 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.13.0-alpha/opentelemetry-opentracing-shim-1.13.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/2.10.2.Final/quarkus-core-2.10.2.Final.jar (267 kB at 758 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.13.0-alpha/opentelemetry-semconv-1.13.0-alpha.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 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.13.0/opentelemetry-sdk-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.8.1/auto-value-annotations-1.8.1.jar (7.5 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.13.0/opentelemetry-sdk-common-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.13.0-alpha/opentelemetry-opentracing-shim-1.13.0-alpha.jar (28 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.13.0/opentelemetry-sdk-trace-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.13.0/opentelemetry-sdk-1.13.0.jar (5.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.13.0-alpha/opentelemetry-sdk-metrics-1.13.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.13.1/error_prone_annotations-2.13.1.jar (16 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.13.0-alpha/opentelemetry-sdk-logs-1.13.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.13.0-alpha/opentelemetry-semconv-1.13.0-alpha.jar (29 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.71/bcpkix-jdk18on-1.71.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.13.0/opentelemetry-sdk-common-1.13.0.jar (33 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.13.0-alpha/opentelemetry-sdk-logs-1.13.0-alpha.jar (44 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.71/bcutil-jdk18on-1.71.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.13.0/opentelemetry-sdk-trace-1.13.0.jar (114 kB at 259 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.13.0-alpha/opentelemetry-sdk-metrics-1.13.0-alpha.jar (277 kB at 597 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.71/bcpkix-jdk18on-1.71.jar (988 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.71/bcutil-jdk18on-1.71.jar (666 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar (6.1 MB at 9.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Downloading from eclipse-cbi-releases: 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 272 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 694 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 891 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 7.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 384 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 199 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 654 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 759 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 74 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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 757 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7.pom (3.5 kB at 135 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.pom (2.1 kB at 48 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 38 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.pom (3.0 kB at 92 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 28 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 42 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.7/org.jacoco.report-0.8.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.7/org.jacoco.report-0.8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.7/org.jacoco.report-0.8.7.pom (1.9 kB at 51 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.7/org.jacoco.report-0.8.7.jar [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] 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/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/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/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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.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 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 5.6 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.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/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 3.0 MB/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 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.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 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.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 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.7/org.jacoco.core-0.8.7.jar (200 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar (292 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.7/org.jacoco.report-0.8.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.7/org.jacoco.report-0.8.7.jar (129 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar (34 kB at 389 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar (73 kB at 825 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar (53 kB at 537 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 456 kB/s) [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-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-core --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.pom (6.8 kB at 357 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 809 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.jar (231 kB at 9.2 MB/s) [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar (26 kB at 847 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom (5.3 kB at 115 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom (2.5 kB at 77 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom (2.7 kB at 96 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 389 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 184 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 253 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 80 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 275 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 10 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 862 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 928 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 8.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom (7.9 kB at 213 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom (11 kB at 155 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom (41 kB at 927 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom (9.6 kB at 213 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 410 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom (31 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom (25 kB at 584 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom (5.6 kB at 115 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.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/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 721 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 26 MB/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/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 46 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar (17 kB at 433 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.jar (159 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.pom (3.0 kB at 1.5 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.util.CommandEndpointTest [INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.util.CommandEndpointTest [INFO] Running org.eclipse.hono.util.TriTupleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.hono.util.TriTupleTest [INFO] Running org.eclipse.hono.util.ResourceIdentifierTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.hono.util.ResourceIdentifierTest [INFO] Running org.eclipse.hono.util.FuturesTest SLF4J: A number (21) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.TracingHelperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in org.eclipse.hono.tracing.TracingHelperTest [INFO] Running org.eclipse.hono.config.AbstractConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 s - in org.eclipse.hono.util.FuturesTest [INFO] Running org.eclipse.hono.util.StringsTest 11:36:55.573 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 11:36:55.577 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.util.StringsTest [INFO] Running org.eclipse.hono.util.TenantObjectTest 11:36:55.638 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - cannot read trust store password, file [/non-existing-file] does not exist 11:36:55.641 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - cannot read key store password, file [/non-existing-file] does not exist [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.KeyLoaderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.hono.config.KeyLoaderTest [INFO] Running org.eclipse.hono.config.ConfigMappingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in org.eclipse.hono.config.ConfigMappingTest [INFO] Running org.eclipse.hono.config.FileFormatTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.config.FileFormatTest [INFO] Running org.eclipse.hono.config.PemReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.util.HostnamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.HostnamesTest [INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Running org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Running org.eclipse.hono.util.CredentialsObjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s - in org.eclipse.hono.util.CredentialsObjectTest [INFO] Running org.eclipse.hono.util.PairTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.util.PairTest [INFO] Running org.eclipse.hono.util.IdentityTemplateTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.util.IdentityTemplateTest [INFO] Running org.eclipse.hono.util.KubernetesContainerUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.KubernetesContainerUtilTest [INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.767 s - in org.eclipse.hono.util.TenantObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-core --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.1.0/hono-core-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.1.0/hono-core-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.1.0/hono-core-2.1.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 2.1.0 [8/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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.2.2:jandex (make-index) @ hono-clients-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-clients-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.1.0/hono-clients-parent-2.1.0.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 2.1.0 [9/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.2.7/vertx-health-check-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.2.7/vertx-health-check-4.2.7.pom (3.6 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.2.7/vertx-web-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.2.7/vertx-web-4.2.7.pom (5.1 kB at 4.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/4.2.7/vertx-web-parent-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/4.2.7/vertx-web-parent-4.2.7.pom (2.7 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.2.7/vertx-web-common-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.2.7/vertx-web-common-4.2.7.pom (488 B at 1.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.2.7/vertx-bridge-common-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.2.7/vertx-bridge-common-4.2.7.pom (3.6 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.2.7/vertx-health-check-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.2.7/vertx-web-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.2.7/vertx-web-common-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.2.7/vertx-bridge-common-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.2.7/vertx-web-common-4.2.7.jar (24 kB at 704 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.2.7/vertx-bridge-common-4.2.7.jar (11 kB at 176 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.2.7/vertx-health-check-4.2.7.jar (23 kB at 199 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.2.7/vertx-web-4.2.7.jar (356 kB at 389 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.util.DownstreamMessagePropertiesTest SLF4J: A number (12) 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: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.util.CachingClientFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in org.eclipse.hono.client.util.DownstreamMessagePropertiesTest [INFO] Running org.eclipse.hono.client.util.MessagingClientProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.668 s - in org.eclipse.hono.client.util.MessagingClientProviderTest [INFO] Running org.eclipse.hono.client.util.AnnotatedCacheKeyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.client.util.AnnotatedCacheKeyTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s - in org.eclipse.hono.client.util.CachingClientFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.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-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.1.0/hono-client-common-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.1.0/hono-client-common-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.1.0/hono-client-common-2.1.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------ [INFO] Building Hono Client AMQP Connection 2.1.0 [10/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.2.7/vertx-proton-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.2.7/vertx-proton-4.2.7.pom (6.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.10/proton-j-0.33.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.10/proton-j-0.33.10.pom (2.9 kB at 33 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.10/proton-j-parent-0.33.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.33.10/proton-j-parent-0.33.10.pom (9.9 kB at 661 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.2.7/vertx-proton-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.10/proton-j-0.33.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.33.10/proton-j-0.33.10.jar (741 kB at 6.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.2.7/vertx-proton-4.2.7.jar (120 kB at 554 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-connection --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-amqp-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-amqp-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-client-amqp-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-amqp-connection --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-amqp-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-amqp-connection --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.amqp.connection.AmqpUtilsTest [INFO] Running org.eclipse.hono.client.amqp.tracing.MessageAnnotationsInjectExtractAdapterTest SLF4J: A number (40) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s - in org.eclipse.hono.client.amqp.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.config.RequestResponseClientOptionsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in org.eclipse.hono.client.amqp.connection.AmqpUtilsTest [INFO] Running org.eclipse.hono.client.amqp.connection.impl.HonoConnectionImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s - in org.eclipse.hono.client.amqp.config.RequestResponseClientOptionsTest [INFO] Running org.eclipse.hono.client.amqp.config.AddressHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.amqp.config.AddressHelperTest [INFO] Running org.eclipse.hono.client.amqp.config.ClientOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.hono.client.amqp.config.ClientOptionsTest [INFO] Running org.eclipse.hono.client.amqp.config.ClientConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.amqp.config.ClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.amqp.config.AuthenticatingClientConfigPropertiesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s - in org.eclipse.hono.client.amqp.config.AuthenticatingClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest 11:37:15.736 [ForkJoinPool-1-worker-1] WARN o.e.h.c.a.c.i.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 11:37:16.181 [ForkJoinPool-1-worker-1] WARN o.e.h.c.a.c.i.ConnectionFactoryImpl - ignoring failure to open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: attempt already timed out org.eclipse.hono.client.amqp.connection.AmqpErrorException: connection disallowed by local policy at org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest.testConnectIgnoresFailedOpenAfterTimeout(ConnectionFactoryImplTest.java:151) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.796 s - in org.eclipse.hono.client.amqp.connection.impl.HonoConnectionImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-amqp-connection --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-amqp-connection --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.1.0/hono-client-amqp-connection-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.1.0/hono-client-amqp-connection-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.1.0/hono-client-amqp-connection-2.1.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-notification >-------------- [INFO] Building Hono Notification Client 2.1.0 [11/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-notification --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-notification --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-notification --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-notification --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-notification --- [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-notification --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-notification --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-notification --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-notification --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.notification.deviceregistry.CredentialsChangeNotificationTest [INFO] Running org.eclipse.hono.notification.NotificationEventBusSupportTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 s - in org.eclipse.hono.notification.NotificationEventBusSupportTest [INFO] Running org.eclipse.hono.notification.deviceregistry.TenantChangeNotificationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 s - in org.eclipse.hono.notification.deviceregistry.CredentialsChangeNotificationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.notification.deviceregistry.TenantChangeNotificationTest [INFO] Running org.eclipse.hono.notification.deviceregistry.DeviceChangeNotificationTest [INFO] Running org.eclipse.hono.notification.deviceregistry.AllDevicesOfTenantDeletedNotificationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.notification.deviceregistry.AllDevicesOfTenantDeletedNotificationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.notification.deviceregistry.DeviceChangeNotificationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-notification --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-notification --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-notification --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.1.0/hono-client-notification-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.1.0/hono-client-notification-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/hono-client-notification-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.1.0/hono-client-notification-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 2.1.0 [12/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ client-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ client-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.1.0.jar [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.3.2:sign (sign-jars) @ client-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.1.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.1.0/client-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.1.0/client-test-utils-2.1.0.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 2.1.0 [13/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.pom (2.1 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.jar (912 kB at 15 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-amqp-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/classes/META-INF/jandex.idx [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] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-amqp-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.amqp.GenericSenderLinkTest [INFO] Running org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest SLF4J: A number (1) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s - in org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest [INFO] Running org.eclipse.hono.client.amqp.RequestResponseClientTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s - in org.eclipse.hono.client.amqp.GenericSenderLinkTest [INFO] Running org.eclipse.hono.client.amqp.DownstreamAmqpMessageFactoryTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.hono.client.amqp.DownstreamAmqpMessageFactoryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in org.eclipse.hono.client.amqp.RequestResponseClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.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-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-amqp-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.1.0/hono-client-amqp-common-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.1.0/hono-client-amqp-common-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.1.0/hono-client-amqp-common-2.1.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-notification-amqp >----------- [INFO] Building Hono Notification Client (AMQP) 2.1.0 [14/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-notification-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-notification-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-notification-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-notification-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-notification-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-notification-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationReceiverTest [INFO] Running org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 s - in org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 s - in org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationReceiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-notification-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-notification-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-notification-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.1.0/hono-client-notification-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.1.0/hono-client-notification-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.1.0/hono-client-notification-amqp-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 2.1.0 [15/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.2.7/vertx-kafka-client-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.2.7/vertx-kafka-client-4.2.7.pom (4.0 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.8.1/kafka-clients-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.8.1/kafka-clients-2.8.1.pom (2.9 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.9-1/zstd-jni-1.4.9-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.9-1/zstd-jni-1.4.9-1.pom (1.9 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom (2.1 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.pom (3.5 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.2.7/vertx-kafka-client-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.8.1/kafka-clients-2.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.9-1/zstd-jni-1.4.9-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar (2.0 MB at 33 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar (683 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.2.7/vertx-kafka-client-4.2.7.jar (164 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/2.8.1/kafka-clients-2.8.1.jar (4.6 MB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.4.9-1/zstd-jni-1.4.9-1.jar (6.5 MB at 21 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kafka-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ kafka-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kafka-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.1.0.jar [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.3.2:sign (sign-jars) @ kafka-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.1.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kafka-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.1.0/kafka-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.1.0/kafka-test-utils-2.1.0.pom [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 2.1.0 [16/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.0/micrometer-core-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.0/micrometer-core-1.9.0.pom (8.6 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 220 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 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/3.2.1/smallrye-health-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/3.2.1/smallrye-health-3.2.1.pom (3.1 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-parent/3.2.1/smallrye-health-parent-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-parent/3.2.1/smallrye-health-parent-3.2.1.pom (10 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/3.1/microprofile-health-api-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/3.1/microprofile-health-api-3.1.pom (1.7 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-parent/3.1/microprofile-health-parent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-parent/3.1/microprofile-health-parent-3.1.pom (4.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/1.2/microprofile-parent-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/1.2/microprofile-parent-1.2.pom (43 kB at 813 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/3.2.1/smallrye-health-api-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/3.2.1/smallrye-health-api-3.2.1.pom (1.3 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/1.6.0/mutiny-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/1.6.0/mutiny-1.6.0.pom (8.6 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/1.6.0/mutiny-project-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/1.6.0/mutiny-project-1.6.0.pom (19 kB at 337 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 15 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 147 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 401 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.0/micrometer-core-1.9.0.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/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/io/smallrye/smallrye-health/3.2.1/smallrye-health-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/3.1/microprofile-health-api-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/3.2.1/smallrye-health-3.2.1.jar (29 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/3.2.1/smallrye-health-api-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/3.1/microprofile-health-api-3.1.jar (17 kB at 612 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/1.6.0/mutiny-1.6.0.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.1 MB/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/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar (174 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/3.2.1/smallrye-health-api-3.2.1.jar (7.0 kB at 93 kB/s) [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 140 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.9.0/micrometer-core-1.9.0.jar (657 kB at 7.8 MB/s) [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 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/1.6.0/mutiny-1.6.0.jar (853 kB at 8.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-kafka-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-kafka-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/classes/META-INF/jandex.idx [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 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-kafka-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.KafkaClientFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.kafka.metrics.KafkaMetricsOptionsTest 11:37:47.780 [ForkJoinPool-1-worker-2] WARN o.e.h.c.kafka.KafkaClientFactory - failed to create client due to terminal error (won't retry) org.apache.kafka.common.KafkaException: Failed to create new KafkaAdminClient at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:540) at org.apache.kafka.clients.admin.Admin.create(Admin.java:144) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.lambda$testClientCreationFailsForInvalidServersEntry$2(KafkaClientFactoryTest.java:88) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:200) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:136) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:105) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.testClientCreationFailsForInvalidServersEntry(KafkaClientFactoryTest.java:91) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: org.apache.kafka.common.config.ConfigException: Invalid url in bootstrap.servers: some.hostname.that.is.invalid at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:59) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:48) at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:494) ... 55 common frames omitted [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.client.kafka.metrics.KafkaMetricsOptionsTest 11:37:47.789 [ForkJoinPool-1-worker-2] WARN o.e.h.c.kafka.KafkaClientFactory - failed to create client due to terminal error (won't retry) org.apache.kafka.common.KafkaException: Failed to create new KafkaAdminClient at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:540) at org.apache.kafka.clients.admin.Admin.create(Admin.java:144) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.lambda$testClientCreationFailsForZeroRetryTimeout$8(KafkaClientFactoryTest.java:180) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:200) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:136) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:105) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.testClientCreationFailsForZeroRetryTimeout(KafkaClientFactoryTest.java:183) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:89) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:48) at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:494) ... 55 common frames omitted [INFO] Running org.eclipse.hono.client.kafka.metrics.MicrometerKafkaClientMetricsSupportTest 11:37:47.797 [ForkJoinPool-1-worker-2] WARN o.e.h.c.kafka.KafkaClientFactory - error creating Kafka client (no further attempts will be done, timeout for retries reached): No resolvable bootstrap urls given in bootstrap.servers [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.45 s - in org.eclipse.hono.client.kafka.KafkaClientFactoryTest [INFO] Running org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.producer.AbstractKafkaBasedMessageSenderTest 11:37:48.241 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.con] 11:37:48.245 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - Kafka client metrics are disabled (defaults not used and metrics list empty or without matching entries); given metrics prefixes: [] 11:37:48.247 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.producer.topic.record.send.rate, kafka.producer.topic.record.error.rate, kafka.producer.node.request.rate, kafka.producer.node.response.rate, kafka.producer.node.request.latency.avg, kafka.producer.node.outgoing.byte.rate, kafka.producer.io.wait.time.ns.avg, kafka.producer.batch.size.avg, kafka.producer.produce.throttle.time.avg, kafka.producer.produce.throttle.time.max, kafka.consumer.fetch.manager.records.lag, kafka.consumer.fetch.manager.records.lag.max, kafka.consumer.fetch.manager.records.lead.min, kafka.consumer.fetch.manager.bytes.consumed.rate, kafka.consumer.fetch.manager.records.consumed.rate, kafka.consumer.fetch.manager.fetch.rate, kafka.consumer.fetch.manager.fetch.throttle.time.avg, kafka.consumer.fetch.manager.fetch.throttle.time.max, kafka.consumer.coordinator.rebalance.total, kafka.consumer.coordinator.failed.rebalance.total, kafka.consumer.coordinator.rebalance.latency.avg] 11:37:48.249 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.prod] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s - in org.eclipse.hono.client.kafka.metrics.MicrometerKafkaClientMetricsSupportTest [INFO] Running org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest 11:37:48.451 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsPeriodically(VertxTestContext) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in org.eclipse.hono.client.kafka.producer.AbstractKafkaBasedMessageSenderTest [INFO] Running org.eclipse.hono.client.kafka.producer.CachingKafkaProducerFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.hono.client.kafka.producer.CachingKafkaProducerFactoryTest [INFO] Running org.eclipse.hono.client.kafka.producer.MessagingKafkaProducerConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.kafka.producer.MessagingKafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Running org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest 11:37:48.660 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerSkipsHandlerInvocationOnReceivingExpiredRecords(VertxTestContext) 11:37:48.662 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_29] 11:37:48.738 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testStartFailsIfRecordHandlerIsNotSet() 11:37:48.745 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testAddTopicFailsIfConsumerIsStarted() 11:37:48.747 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_31] 11:37:48.752 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationWithTopicListSucceeds(VertxTestContext) 11:37:48.754 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_32] 11:37:48.760 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationFailsForMissingGroupId() 11:37:48.766 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testSetRecordHandlerFailsIfConsumerIsStarted() 11:37:48.767 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_34] 11:37:48.772 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(VertxTestContext) 11:37:48.840 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationWithTopicPatternSucceeds(VertxTestContext) 11:37:48.847 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testStartSucceedsEvenIfConsumerIsNotReadyYet(VertxTestContext) 11:37:49.555 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnStop(VertxTestContext) 11:37:49.570 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerRespectsMaxRecordsInProcessingLimit(VertxTestContext) 11:37:49.780 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 10, throttling threshold: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:49.780 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:49.855 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_37] 11:37:49.866 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerInvokesHandlerOnReceivedRecords(VertxTestContext) 11:37:49.868 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_40] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 s - in org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest [INFO] Running org.eclipse.hono.client.kafka.consumer.MessagingKafkaConsumerConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.client.kafka.consumer.MessagingKafkaConsumerConfigPropertiesTest 11:37:49.982 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:49.982 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.184 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.184 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.385 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.385 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.586 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.587 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_39] 11:37:50.593 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationWithTopicListSucceeds(VertxTestContext) 11:37:50.599 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnRebalanceAfterWaitingForRecordCompletion(VertxTestContext) 11:37:50.606 [vert.x-kafka-consumer-thread-12] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - init latch to wait up to 21000ms for the completion of record handling concerning [test.topic-0] [client-id: test-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_43] 11:37:50.613 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationFailsForMissingGroupId() 11:37:50.625 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnRebalance(VertxTestContext) 11:37:50.636 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testScenarioWithPartitionRevokedWhileHandlingIncomplete(VertxTestContext) 11:37:50.640 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - rebalancing ... 11:37:50.646 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsInitialOffset(VertxTestContext) 11:37:50.656 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationWithTopicPatternSucceeds(VertxTestContext) 11:37:50.664 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOfSkippedExpiredRecords(VertxTestContext) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.417 s - in org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.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-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-kafka-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.1.0/hono-client-kafka-common-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.1.0/hono-client-kafka-common-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.1.0/hono-client-kafka-common-2.1.0-sources.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-kafka >----------- [INFO] Building Hono Notification Client (Kafka) 2.1.0 [17/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification-kafka --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-notification-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-notification-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-notification-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-notification-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-notification-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-notification-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.notification.kafka.NotificationKafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.NotificationKafkaProducerConfigPropertiesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.hono.client.notification.kafka.NotificationKafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest SLF4J: A number (19) 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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.eclipse.hono.client.notification.kafka.NotificationKafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationReceiverTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 s - in org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationReceiverTest 11:37:57.646 [ForkJoinPool-1-worker-2] ERROR o.e.h.c.k.p.CachingKafkaProducerFactory - producer error occurred [clientId: notification-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_12] java.lang.RuntimeException: boom at org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest.testPublishFailsWithTheExpectedError(KafkaBasedNotificationSenderTest.java:187) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.493 s - in org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-notification-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification-kafka --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-notification-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-notification-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification-kafka --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.1.0/hono-client-notification-kafka-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.1.0/hono-client-notification-kafka-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.1.0/hono-client-notification-kafka-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 2.1.0 [18/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.7.0/spring-security-crypto-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.7.0/spring-security-crypto-5.7.0.pom (1.9 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.2.7/vertx-auth-common-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.2.7/vertx-auth-common-4.2.7.pom (2.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/4.2.7/vertx-auth-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/4.2.7/vertx-auth-4.2.7.pom (2.8 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.2.7/vertx-web-client-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.2.7/vertx-web-client-4.2.7.pom (2.7 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.2.7/vertx-micrometer-metrics-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.2.7/vertx-micrometer-metrics-4.2.7.pom (8.5 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/2.10.2.Final/quarkus-arc-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/2.10.2.Final/quarkus-arc-2.10.2.Final.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/2.10.2.Final/quarkus-arc-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/2.10.2.Final/quarkus-arc-parent-2.10.2.Final.pom (735 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/2.10.2.Final/quarkus-extensions-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/2.10.2.Final/quarkus-extensions-parent-2.10.2.Final.pom (8.4 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/2.10.2.Final/arc-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/2.10.2.Final/arc-2.10.2.Final.pom (1.4 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/2.10.2.Final/arc-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/2.10.2.Final/arc-parent-2.10.2.Final.pom (27 kB at 452 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 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/2.10.2.Final/quarkus-development-mode-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/2.10.2.Final/quarkus-development-mode-spi-2.10.2.Final.pom (759 B at 13 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.10/jboss-logmanager-embedded-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.0.10/jboss-logmanager-embedded-1.0.10.pom (5.2 kB at 113 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 495 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 484 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 83 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/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.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.1.Final/jboss-logging-annotations-2.2.1.Final.pom (1.8 kB at 40 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.1.Final/jboss-logging-tools-parent-2.2.1.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.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom (5.6 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.pom (2.5 kB at 77 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.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/22.1.0/graal-sdk-22.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/22.1.0/graal-sdk-22.1.0.pom (1.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/2.10.2.Final/quarkus-bootstrap-runner-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/2.10.2.Final/quarkus-bootstrap-runner-2.10.2.Final.pom (3.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/2.10.2.Final/quarkus-bootstrap-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/2.10.2.Final/quarkus-bootstrap-parent-2.10.2.Final.pom (26 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom/2.10.2.Final/quarkus-bootstrap-bom-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom/2.10.2.Final/quarkus-bootstrap-bom-2.10.2.Final.pom (17 kB at 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/1.13.0/smallrye-common-bom-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/1.13.0/smallrye-common-bom-1.13.0.pom (4.4 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom-test/2.10.2.Final/quarkus-bootstrap-bom-test-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom-test/2.10.2.Final/quarkus-bootstrap-bom-test-2.10.2.Final.pom (1.9 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.13.0/smallrye-common-io-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.13.0/smallrye-common-io-1.13.0.pom (2.1 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.1/org-crac-0.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.1/org-crac-0.1.1.pom (3.2 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.pom (13 kB at 561 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.2/microprofile-context-propagation-api-1.2.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.2/microprofile-context-propagation-api-1.2.pom (6.4 kB at 143 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.2/microprofile-context-propagation-parent-1.2.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.2/microprofile-context-propagation-parent-1.2.pom (13 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/2.10.2.Final/quarkus-config-yaml-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/2.10.2.Final/quarkus-config-yaml-2.10.2.Final.pom (2.5 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/2.10.2.Final/quarkus-config-yaml-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/2.10.2.Final/quarkus-config-yaml-parent-2.10.2.Final.pom (744 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/2.10.2.Final/quarkus-opentelemetry-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/2.10.2.Final/quarkus-opentelemetry-2.10.2.Final.pom (5.2 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent/2.10.2.Final/quarkus-opentelemetry-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent/2.10.2.Final/quarkus-opentelemetry-parent-2.10.2.Final.pom (768 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent-aggregator/2.10.2.Final/quarkus-opentelemetry-parent-aggregator-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent-aggregator/2.10.2.Final/quarkus-opentelemetry-parent-aggregator-2.10.2.Final.pom (865 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/2.10.2.Final/quarkus-vertx-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/2.10.2.Final/quarkus-vertx-2.10.2.Final.pom (3.8 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/2.10.2.Final/quarkus-vertx-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/2.10.2.Final/quarkus-vertx-parent-2.10.2.Final.pom (739 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/2.10.2.Final/quarkus-netty-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/2.10.2.Final/quarkus-netty-2.10.2.Final.pom (3.2 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/2.10.2.Final/quarkus-netty-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/2.10.2.Final/quarkus-netty-parent-2.10.2.Final.pom (740 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.74.Final/netty-codec-haproxy-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.74.Final/netty-codec-haproxy-4.1.74.Final.pom (1.8 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/2.10.2.Final/quarkus-mutiny-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/2.10.2.Final/quarkus-mutiny-2.10.2.Final.pom (2.6 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/2.10.2.Final/quarkus-mutiny-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/2.10.2.Final/quarkus-mutiny-parent-2.10.2.Final.pom (740 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/2.10.2.Final/quarkus-smallrye-context-propagation-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/2.10.2.Final/quarkus-smallrye-context-propagation-2.10.2.Final.pom (2.3 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/2.10.2.Final/quarkus-smallrye-context-propagation-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/2.10.2.Final/quarkus-smallrye-context-propagation-parent-2.10.2.Final.pom (785 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.2.2/smallrye-context-propagation-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.2.2/smallrye-context-propagation-1.2.2.pom (1.9 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/1.2.2/smallrye-context-propagation-parent-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/1.2.2/smallrye-context-propagation-parent-1.2.2.pom (6.9 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/26/smallrye-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/26/smallrye-parent-26.pom (59 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.2.2/smallrye-context-propagation-api-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.2.2/smallrye-context-propagation-api-1.2.2.pom (916 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/1.2.2/smallrye-context-propagation-storage-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/1.2.2/smallrye-context-propagation-storage-1.2.2.pom (1.1 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/1.6.0/mutiny-smallrye-context-propagation-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/1.6.0/mutiny-smallrye-context-propagation-1.6.0.pom (3.3 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/2.22.0/smallrye-mutiny-vertx-core-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/2.22.0/smallrye-mutiny-vertx-core-2.22.0.pom (8.1 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/2.22.0/vertx-mutiny-clients-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/2.22.0/vertx-mutiny-clients-2.22.0.pom (4.1 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bindings-projects/2.22.0/smallrye-mutiny-vertx-bindings-projects-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bindings-projects/2.22.0/smallrye-mutiny-vertx-bindings-projects-2.22.0.pom (15 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.2/testcontainers-bom-1.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.2/testcontainers-bom-1.17.2.pom (7.5 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/2.22.0/smallrye-mutiny-vertx-runtime-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/2.22.0/smallrye-mutiny-vertx-runtime-2.22.0.pom (1.4 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/2.22.0/vertx-mutiny-generator-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/2.22.0/vertx-mutiny-generator-2.22.0.pom (6.5 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.2.7/vertx-codegen-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.2.7/vertx-codegen-4.2.7.pom (14 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/5.4.1/smallrye-fault-tolerance-vertx-5.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/5.4.1/smallrye-fault-tolerance-vertx-5.4.1.pom (2.0 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-implementation-parent/5.4.1/smallrye-fault-tolerance-implementation-parent-5.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-implementation-parent/5.4.1/smallrye-fault-tolerance-implementation-parent-5.4.1.pom (1.6 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-parent/5.4.1/smallrye-fault-tolerance-parent-5.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-parent/5.4.1/smallrye-fault-tolerance-parent-5.4.1.pom (20 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.13.0/opentelemetry-extension-annotations-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.13.0/opentelemetry-extension-annotations-1.13.0.pom (1.8 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.13.0/opentelemetry-sdk-extension-autoconfigure-spi-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.13.0/opentelemetry-sdk-extension-autoconfigure-spi-1.13.0.pom (2.2 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.13.0-alpha/opentelemetry-instrumentation-api-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.13.0-alpha/opentelemetry-instrumentation-api-1.13.0-alpha.pom (2.2 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-annotation-support/1.13.0-alpha/opentelemetry-instrumentation-api-annotation-support-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-annotation-support/1.13.0-alpha/opentelemetry-instrumentation-api-annotation-support-1.13.0-alpha.pom (3.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.13.0-alpha/opentelemetry-instrumentation-api-semconv-1.13.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.13.0-alpha/opentelemetry-instrumentation-api-semconv-1.13.0-alpha.pom (2.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/2.10.2.Final/quarkus-smallrye-health-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/2.10.2.Final/quarkus-smallrye-health-2.10.2.Final.pom (2.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/2.10.2.Final/quarkus-smallrye-health-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/2.10.2.Final/quarkus-smallrye-health-parent-2.10.2.Final.pom (788 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/3.2.1/smallrye-health-provided-checks-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/3.2.1/smallrye-health-provided-checks-3.2.1.pom (1.6 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/2.10.2.Final/quarkus-vertx-http-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/2.10.2.Final/quarkus-vertx-http-2.10.2.Final.pom (4.6 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/2.10.2.Final/quarkus-vertx-http-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/2.10.2.Final/quarkus-vertx-http-parent-2.10.2.Final.pom (881 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/2.10.2.Final/quarkus-security-runtime-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/2.10.2.Final/quarkus-security-runtime-spi-2.10.2.Final.pom (1.5 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-parent/2.10.2.Final/quarkus-security-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-parent/2.10.2.Final/quarkus-security-parent-2.10.2.Final.pom (846 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/1.1.4.Final/quarkus-security-1.1.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/1.1.4.Final/quarkus-security-1.1.4.Final.pom (5.6 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/2.10.2.Final/quarkus-vertx-http-dev-console-runtime-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/2.10.2.Final/quarkus-vertx-http-dev-console-runtime-spi-2.10.2.Final.pom (1.1 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/2.22.0/smallrye-mutiny-vertx-web-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/2.22.0/smallrye-mutiny-vertx-web-2.22.0.pom (7.1 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/2.22.0/smallrye-mutiny-vertx-web-common-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/2.22.0/smallrye-mutiny-vertx-web-common-2.22.0.pom (5.0 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/2.22.0/smallrye-mutiny-vertx-auth-common-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/2.22.0/smallrye-mutiny-vertx-auth-common-2.22.0.pom (5.0 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/2.22.0/smallrye-mutiny-vertx-bridge-common-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/2.22.0/smallrye-mutiny-vertx-bridge-common-2.22.0.pom (5.0 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/2.10.2.Final/quarkus-jsonp-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/2.10.2.Final/quarkus-jsonp-2.10.2.Final.pom (3.1 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/2.10.2.Final/quarkus-jsonp-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/2.10.2.Final/quarkus-jsonp-parent-2.10.2.Final.pom (739 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/2.10.2.Final/quarkus-junit5-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/2.10.2.Final/quarkus-junit5-2.10.2.Final.pom (2.4 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/2.10.2.Final/quarkus-test-framework-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/2.10.2.Final/quarkus-test-framework-2.10.2.Final.pom (1.8 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/2.10.2.Final/quarkus-bootstrap-core-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/2.10.2.Final/quarkus-bootstrap-core-2.10.2.Final.pom (3.9 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/2.10.2.Final/quarkus-bootstrap-app-model-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/2.10.2.Final/quarkus-bootstrap-app-model-2.10.2.Final.pom (3.1 kB at 54 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 67 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 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/2.10.2.Final/quarkus-bootstrap-maven-resolver-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/2.10.2.Final/quarkus-bootstrap-maven-resolver-2.10.2.Final.pom (6.8 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.8.4/maven-embedder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.8.4/maven-embedder-3.8.4.pom (7.2 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 968 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 946 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 808 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.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.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 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-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 384 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.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 877 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 6.3 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.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 884 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 88 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.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 8.1 MB/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 5.4 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.6.3/maven-resolver-connector-basic-1.6.3.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.6.3/maven-resolver-connector-basic-1.6.3.pom (3.9 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-transport-wagon/1.6.3/maven-resolver-transport-wagon-1.6.3.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.6.3/maven-resolver-transport-wagon-1.6.3.pom (4.6 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.4.3/wagon-http-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.4.3/wagon-http-3.4.3.pom (6.6 kB at 133 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.4.3/wagon-http-shared-3.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.4.3/wagon-http-shared-3.4.3.pom (2.6 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.pom (12 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/2.10.2.Final/quarkus-bootstrap-gradle-resolver-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/2.10.2.Final/quarkus-bootstrap-gradle-resolver-2.10.2.Final.pom (4.4 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/2.10.2.Final/quarkus-test-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/2.10.2.Final/quarkus-test-common-2.10.2.Final.pom (1.4 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/2.10.2.Final/quarkus-core-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/2.10.2.Final/quarkus-core-deployment-2.10.2.Final.pom (8.1 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.2/readline-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.2/readline-2.2.pom (4.6 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline-all/2.2/readline-all-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline-all/2.2/readline-all-2.2.pom (4.5 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.18/jansi-1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.18/jansi-1.18.pom (3.8 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.18/jansi-project-1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.18/jansi-project-1.18.pom (10 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom (15 kB at 911 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.6/aesh-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.6/aesh-2.6.pom (5.0 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh-all/2.6/aesh-all-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh-all/2.6/aesh-all-2.6.pom (4.0 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.11.Final/gizmo-1.0.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.11.Final/gizmo-1.0.11.Final.pom (10 kB at 677 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom (2.9 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom (2.6 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.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/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom (3.0 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/2.10.2.Final/quarkus-class-change-agent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/2.10.2.Final/quarkus-class-change-agent-2.10.2.Final.pom (1.6 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/2.10.2.Final/quarkus-devtools-utilities-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/2.10.2.Final/quarkus-devtools-utilities-2.10.2.Final.pom (584 B at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/2.10.2.Final/quarkus-tools-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/2.10.2.Final/quarkus-tools-parent-2.10.2.Final.pom (30 kB at 523 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.6.0/mockito-bom-4.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.6.0/mockito-bom-4.6.0.pom (3.0 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/2.10.2.Final/quarkus-builder-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/2.10.2.Final/quarkus-builder-2.10.2.Final.pom (2.2 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.pom (3.2 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/2.10.2.Final/quarkus-junit5-properties-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/2.10.2.Final/quarkus-junit5-properties-2.10.2.Final.pom (947 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom (24 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.19/xstream-parent-1.4.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 662 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.9.0/micrometer-registry-prometheus-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.9.0/micrometer-registry-prometheus-1.9.0.pom (3.5 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.15.0/simpleclient_common-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.15.0/simpleclient_common-0.15.0.pom (1.6 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.15.0/parent-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.15.0/parent-0.15.0.pom (12 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.15.0/simpleclient-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.15.0/simpleclient-0.15.0.pom (2.2 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.15.0/simpleclient_tracer_otel-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.15.0/simpleclient_tracer_otel-0.15.0.pom (1.5 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer/0.15.0/simpleclient_tracer-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer/0.15.0/simpleclient_tracer-0.15.0.pom (1.2 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.15.0/simpleclient_tracer_common-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.15.0/simpleclient_tracer_common-0.15.0.pom (839 B at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.15.0/simpleclient_tracer_otel_agent-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.15.0/simpleclient_tracer_otel_agent-0.15.0.pom (2.3 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.7.0/spring-security-crypto-5.7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.2.7/vertx-auth-common-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.2.7/vertx-web-client-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.2.7/vertx-micrometer-metrics-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/2.10.2.Final/quarkus-arc-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.7.0/spring-security-crypto-5.7.0.jar (82 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/2.10.2.Final/arc-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.2.7/vertx-micrometer-metrics-4.2.7.jar (101 kB at 2.1 MB/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/arc/arc/2.10.2.Final/arc-2.10.2.Final.jar (203 kB at 2.7 MB/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.2/microprofile-context-propagation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.2.7/vertx-auth-common-4.2.7.jar (134 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/2.10.2.Final/quarkus-development-mode-spi-2.10.2.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 179 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.10/jboss-logmanager-embedded-1.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.2.7/vertx-web-client-4.2.7.jar (112 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/2.10.2.Final/quarkus-arc-2.10.2.Final.jar (66 kB at 738 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.1.Final/jboss-logging-annotations-2.2.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.2/microprofile-context-propagation-api-1.2.jar (17 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/22.1.0/graal-sdk-22.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/2.10.2.Final/quarkus-development-mode-spi-2.10.2.Final.jar (43 kB at 359 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/logmanager/jboss-logmanager-embedded/1.0.10/jboss-logmanager-embedded-1.0.10.jar (265 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/2.10.2.Final/quarkus-bootstrap-runner-2.10.2.Final.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 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.13.0/smallrye-common-io-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar (21 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.1/org-crac-0.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/2.10.2.Final/quarkus-bootstrap-runner-2.10.2.Final.jar (42 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/22.1.0/graal-sdk-22.1.0.jar (645 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/2.10.2.Final/quarkus-config-yaml-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/2.10.2.Final/quarkus-config-yaml-2.10.2.Final.jar (8.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/2.10.2.Final/quarkus-opentelemetry-2.10.2.Final.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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/2.10.2.Final/quarkus-vertx-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/1.13.0/smallrye-common-io-1.13.0.jar (8.4 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/2.10.2.Final/quarkus-netty-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.1/org-crac-0.1.1.jar (10 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.74.Final/netty-codec-haproxy-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/2.10.2.Final/quarkus-opentelemetry-2.10.2.Final.jar (103 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/2.10.2.Final/quarkus-mutiny-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/2.10.2.Final/quarkus-vertx-2.10.2.Final.jar (102 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/2.10.2.Final/quarkus-smallrye-context-propagation-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.74.Final/netty-codec-haproxy-4.1.74.Final.jar (36 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.2.2/smallrye-context-propagation-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/2.10.2.Final/quarkus-netty-2.10.2.Final.jar (62 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.2.2/smallrye-context-propagation-api-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.jar (24 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/1.2.2/smallrye-context-propagation-storage-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/2.10.2.Final/quarkus-mutiny-2.10.2.Final.jar (13 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/1.6.0/mutiny-smallrye-context-propagation-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/2.10.2.Final/quarkus-smallrye-context-propagation-2.10.2.Final.jar (12 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/2.22.0/smallrye-mutiny-vertx-core-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/1.2.2/smallrye-context-propagation-1.2.2.jar (96 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/2.22.0/smallrye-mutiny-vertx-runtime-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/1.2.2/smallrye-context-propagation-storage-1.2.2.jar (7.8 kB 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/2.22.0/vertx-mutiny-generator-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/1.2.2/smallrye-context-propagation-api-1.2.2.jar (8.1 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.2.7/vertx-codegen-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/1.6.0/mutiny-smallrye-context-propagation-1.6.0.jar (21 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/5.4.1/smallrye-fault-tolerance-vertx-5.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/2.22.0/smallrye-mutiny-vertx-core-2.22.0.jar (379 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.13.0/opentelemetry-extension-annotations-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/2.22.0/smallrye-mutiny-vertx-runtime-2.22.0.jar (25 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.13.0/opentelemetry-sdk-extension-autoconfigure-spi-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/2.22.0/vertx-mutiny-generator-2.22.0.jar (91 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.13.0-alpha/opentelemetry-instrumentation-api-1.13.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.13.0/opentelemetry-extension-annotations-1.13.0.jar (2.4 kB at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-annotation-support/1.13.0-alpha/opentelemetry-instrumentation-api-annotation-support-1.13.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.2.7/vertx-codegen-4.2.7.jar (205 kB at 652 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.13.0-alpha/opentelemetry-instrumentation-api-semconv-1.13.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.13.0/opentelemetry-sdk-extension-autoconfigure-spi-1.13.0.jar (6.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/2.10.2.Final/quarkus-smallrye-health-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/5.4.1/smallrye-fault-tolerance-vertx-5.4.1.jar (6.2 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/3.2.1/smallrye-health-provided-checks-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.13.0-alpha/opentelemetry-instrumentation-api-1.13.0-alpha.jar (138 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/2.10.2.Final/quarkus-vertx-http-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/2.10.2.Final/quarkus-smallrye-health-2.10.2.Final.jar (19 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/2.10.2.Final/quarkus-security-runtime-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-annotation-support/1.13.0-alpha/opentelemetry-instrumentation-api-annotation-support-1.13.0-alpha.jar (32 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/2.10.2.Final/quarkus-vertx-http-dev-console-runtime-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/3.2.1/smallrye-health-provided-checks-3.2.1.jar (15 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/1.1.4.Final/quarkus-security-1.1.4.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/2.10.2.Final/quarkus-vertx-http-dev-console-runtime-spi-2.10.2.Final.jar (11 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/2.22.0/smallrye-mutiny-vertx-web-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.13.0-alpha/opentelemetry-instrumentation-api-semconv-1.13.0-alpha.jar (121 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/2.22.0/smallrye-mutiny-vertx-web-common-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/2.10.2.Final/quarkus-vertx-http-2.10.2.Final.jar (458 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/2.22.0/smallrye-mutiny-vertx-auth-common-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/2.10.2.Final/quarkus-security-runtime-spi-2.10.2.Final.jar (6.5 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/2.22.0/smallrye-mutiny-vertx-bridge-common-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/2.22.0/smallrye-mutiny-vertx-web-2.22.0.jar (141 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/2.10.2.Final/quarkus-jsonp-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/1.1.4.Final/quarkus-security-1.1.4.Final.jar (18 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/2.10.2.Final/quarkus-junit5-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/2.10.2.Final/quarkus-junit5-2.10.2.Final.jar (170 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/2.10.2.Final/quarkus-bootstrap-core-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/2.10.2.Final/quarkus-jsonp-2.10.2.Final.jar (3.0 kB at 6.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/2.10.2.Final/quarkus-bootstrap-app-model-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/2.22.0/smallrye-mutiny-vertx-auth-common-2.22.0.jar (40 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/2.10.2.Final/quarkus-bootstrap-maven-resolver-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/2.22.0/smallrye-mutiny-vertx-web-common-2.22.0.jar (20 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.8.4/maven-embedder-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/2.22.0/smallrye-mutiny-vertx-bridge-common-2.22.0.jar (6.2 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/2.10.2.Final/quarkus-bootstrap-core-2.10.2.Final.jar (120 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.jar (44 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/2.10.2.Final/quarkus-bootstrap-app-model-2.10.2.Final.jar (148 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/2.10.2.Final/quarkus-bootstrap-maven-resolver-2.10.2.Final.jar (140 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.jar (637 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.8.4/maven-embedder-3.8.4.jar (98 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.jar (215 kB at 431 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.6.3/maven-resolver-api-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.jar (58 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.jar (192 kB at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.jar (149 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 46 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/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.jar (47 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.jar (14 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.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.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 402 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.6.3/maven-resolver-impl-1.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.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 53 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.6.3/maven-resolver-connector-basic-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 75 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.6.3/maven-resolver-transport-wagon-1.6.3.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.6.3/maven-resolver-connector-basic-1.6.3.jar (46 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.4.3/wagon-http-3.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 349 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.4.3/wagon-http-shared-3.4.3.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.6.3/maven-resolver-transport-wagon-1.6.3.jar (33 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.jar (42 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.jar (67 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/2.10.2.Final/quarkus-bootstrap-gradle-resolver-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.4.3/wagon-http-shared-3.4.3.jar (43 kB at 79 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.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.4.3/wagon-http-3.4.3.jar (11 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/2.10.2.Final/quarkus-test-common-2.10.2.Final.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.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 661 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/2.10.2.Final/quarkus-core-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.jar (414 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.2/readline-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/2.10.2.Final/quarkus-test-common-2.10.2.Final.jar (95 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.6/aesh-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/2.10.2.Final/quarkus-bootstrap-gradle-resolver-2.10.2.Final.jar (2.4 MB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.11.Final/gizmo-1.0.11.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar (287 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar (86 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.2/readline-2.2.jar (328 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.0.11.Final/gizmo-1.0.11.Final.jar (101 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar (53 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/2.10.2.Final/quarkus-class-change-agent-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/2.10.2.Final/quarkus-core-deployment-2.10.2.Final.jar (1.3 MB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/2.10.2.Final/quarkus-devtools-utilities-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar (34 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/2.10.2.Final/quarkus-builder-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar (73 kB at 109 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/org/aesh/aesh/2.6/aesh-2.6.jar (364 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/2.10.2.Final/quarkus-junit5-properties-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/2.10.2.Final/quarkus-class-change-agent-2.10.2.Final.jar (3.2 kB at 4.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.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 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/2.10.2.Final/quarkus-builder-2.10.2.Final.jar (51 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.jar (6.4 kB at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.9.0/micrometer-registry-prometheus-1.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.9.0/micrometer-registry-prometheus-1.9.0.jar (41 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.15.0/simpleclient_common-0.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.15.0/simpleclient_common-0.15.0.jar (8.0 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.15.0/simpleclient-0.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.15.0/simpleclient-0.15.0.jar (89 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.15.0/simpleclient_tracer_otel-0.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 762 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.15.0/simpleclient_tracer_common-0.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.15.0/simpleclient_tracer_otel-0.15.0.jar (4.3 kB at 5.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.15.0/simpleclient_tracer_otel_agent-0.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.15.0/simpleclient_tracer_common-0.15.0.jar (3.4 kB at 3.9 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.15.0/simpleclient_tracer_otel_agent-0.15.0.jar (4.5 kB at 5.2 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/2.10.2.Final/quarkus-devtools-utilities-2.10.2.Final.jar (5.3 kB at 6.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/2.10.2.Final/quarkus-junit5-properties-2.10.2.Final.jar (2.4 kB at 2.8 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/AbstractServiceBase.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/AbstractServiceBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.tracing.SamplerProducerTest [INFO] Running org.eclipse.hono.service.ApplicationConfigPropertiesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.eclipse.hono.service.tracing.SamplerProducerTest [INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s - in org.eclipse.hono.service.ApplicationConfigPropertiesTest [INFO] Running org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest 2022-08-22 11:38:13,654 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:13,773 ERROR [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) configuration must have at least one of key & certificate or insecure port set to start up 2022-08-22 11:38:13,858 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:13,879 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:13,942 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:13,947 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:13,954 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2022-08-22 11:38:13,955 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2022-08-22 11:38:13,955 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2022-08-22 11:38:13,956 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) adding supported cipher suite [TLS_PSK_WITH_AES_256_CCM_8] 2022-08-22 11:38:13,956 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) adding supported cipher suite [TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8] 2022-08-22 11:38:13,956 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2022-08-22 11:38:13,958 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2022-08-22 11:38:13,958 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2022-08-22 11:38:13,959 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: true 2022-08-22 11:38:13,960 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2022-08-22 11:38:13,960 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2022-08-22 11:38:13,961 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2022-08-22 11:38:13,961 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2022-08-22 11:38:13,967 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2022-08-22 11:38:13,967 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2022-08-22 11:38:13,967 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2022-08-22 11:38:13,967 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2022-08-22 11:38:13,970 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2022-08-22 11:38:13,970 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1] 2022-08-22 11:38:13,970 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2022-08-22 11:38:13,970 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2022-08-22 11:38:13,974 ERROR [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) secure and insecure ports must be configured to bind to different port numbers [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.527 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest 2022-08-22 11:38:14,099 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry$MockitoMock$84KuhObj] 2022-08-22 11:38:14,150 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:14,154 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:14,164 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:14,167 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2022-08-22 11:38:14,170 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Running org.eclipse.hono.service.http.HttpUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.hono.service.http.HttpUtilsTest [INFO] Running org.eclipse.hono.service.http.HttpServiceConfigOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.service.http.HttpServiceConfigOptionsTest [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest 2022-08-22 11:38:14,647 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2022-08-22 11:38:14,647 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2022-08-22 11:38:14,648 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.GenericRequestMessageFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.amqp.GenericRequestMessageFilterTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenFactoryTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 s - in org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest [INFO] Running org.eclipse.hono.service.auth.BCryptHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.auth.BCryptHelperTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 2022-08-22 11:38:14,987 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) using shared secret [36 bytes] for signing/validating tokens 2022-08-22 11:38:14,987 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) using token lifetime of 100 seconds 2022-08-22 11:38:15,036 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) successfully created JWK set: { "keys" : [ { "use" : "sig", "key_ops" : "verify", "kty" : "oct", "k" : "ZGFmaGtqc2RhaGZ1a3NhaHVpb2FoZ2ZxZ3BzZ2praGZkamtn", "kid" : "32e687237a92b7bf852fb4db25fd650b757c7f092a00e6c46bd5e00a942ac620", "alg" : "HS256" } ] } 2022-08-22 11:38:15,037 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-3) using shared secret [36 bytes] for validating tokens 2022-08-22 11:38:15,045 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2022-08-22 11:38:15,046 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2022-08-22 11:38:15,047 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set: { "keys" : [ { "use" : "sig", "key_ops" : "verify", "crv" : "P-384", "x" : "AN-qUM6vjTj9FhRWNdvqeBnoxrWf312aJ-_mXowYHRmS0AhfDPZgw7IyOY7c7sd10Q", "y" : "OxyJn4XowuZqvjAsxf2MH6mg9UjESVFE9jOuvztZmQUfP1tk3M9keeQsIqyMHR8x", "kty" : "EC", "kid" : "8dda6473118e01781fd3cee0ca1141926ca8bbebbef26971452df0f385f75e62", "alg" : "ES384" } ] } 2022-08-22 11:38:15,048 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-2) using public key from certificate [target/certs/auth-server-cert.pem] for validating tokens 2022-08-22 11:38:15,140 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2022-08-22 11:38:15,140 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2022-08-22 11:38:15,140 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set: { "keys" : [ { "use" : "sig", "key_ops" : "verify", "crv" : "P-384", "x" : "AN-qUM6vjTj9FhRWNdvqeBnoxrWf312aJ-_mXowYHRmS0AhfDPZgw7IyOY7c7sd10Q", "y" : "OxyJn4XowuZqvjAsxf2MH6mg9UjESVFE9jOuvztZmQUfP1tk3M9keeQsIqyMHR8x", "kty" : "EC", "kid" : "8dda6473118e01781fd3cee0ca1141926ca8bbebbef26971452df0f385f75e62", "alg" : "ES384" } ] } 2022-08-22 11:38:15,141 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-2) using public key from certificate [target/certs/auth-server-cert.pem] for validating tokens [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Running org.eclipse.hono.service.auth.delegating.AuthenticationServerClientOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.hono.service.auth.delegating.AuthenticationServerClientOptionsTest [INFO] Running org.eclipse.hono.service.auth.SpringBasedHonoPasswordEncoderTest 2022-08-22 11:38:15,246 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:38:15,253 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:38:15,259 ERROR [org.ecl.hon.ser.aut.EventBusAuthenticationService] (vert.x-eventloop-thread-0) got illegal status code in authentication response exception: 200 2022-08-22 11:38:15,261 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.auth.HonoSaslAuthenticatorTest 2022-08-22 11:38:15,262 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:38:15,264 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:38:15,267 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2022-08-22 11:38:15,267 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2022-08-22 11:38:15,268 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set: { "keys" : [ { "use" : "sig", "key_ops" : "verify", "crv" : "P-384", "x" : "AN-qUM6vjTj9FhRWNdvqeBnoxrWf312aJ-_mXowYHRmS0AhfDPZgw7IyOY7c7sd10Q", "y" : "OxyJn4XowuZqvjAsxf2MH6mg9UjESVFE9jOuvztZmQUfP1tk3M9keeQsIqyMHR8x", "kty" : "EC", "kid" : "8dda6473118e01781fd3cee0ca1141926ca8bbebbef26971452df0f385f75e62", "alg" : "ES384" } ] } 2022-08-22 11:38:15,269 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-2) using public key from certificate [target/certs/auth-server-cert.pem] for validating tokens 2022-08-22 11:38:15,334 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2022-08-22 11:38:15,334 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2022-08-22 11:38:15,335 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set: { "keys" : [ { "use" : "sig", "key_ops" : "verify", "crv" : "P-384", "x" : "AN-qUM6vjTj9FhRWNdvqeBnoxrWf312aJ-_mXowYHRmS0AhfDPZgw7IyOY7c7sd10Q", "y" : "OxyJn4XowuZqvjAsxf2MH6mg9UjESVFE9jOuvztZmQUfP1tk3M9keeQsIqyMHR8x", "kty" : "EC", "kid" : "8dda6473118e01781fd3cee0ca1141926ca8bbebbef26971452df0f385f75e62", "alg" : "ES384" } ] } [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s - in org.eclipse.hono.service.auth.AuthTokenFactoryTest [INFO] Running org.eclipse.hono.service.auth.SniExtensionHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.service.auth.SniExtensionHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.hono.service.auth.HonoSaslAuthenticatorTest 2022-08-22 11:38:15,728 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.hono.service.auth.SpringBasedHonoPasswordEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0.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-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.1.0/hono-service-base-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.1.0/hono-service-base-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/hono-service-base-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.1.0/hono-service-base-2.1.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-command >---------------- [INFO] Building Hono Client for Command & Control 2.1.0 [19/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command --- [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-command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-command --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-command --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.CommandResponseTest [INFO] Running org.eclipse.hono.client.command.CommandsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.hono.client.command.CommandsTest [INFO] Running org.eclipse.hono.client.command.CommandRouterCommandConsumerFactoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in org.eclipse.hono.client.command.CommandResponseTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 s - in org.eclipse.hono.client.command.CommandRouterCommandConsumerFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-command --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.1.0/hono-client-command-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.1.0/hono-client-command-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.1.0/hono-client-command-2.1.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-registry >---------------- [INFO] Building Hono Device Registry Client 2.1.0 [20/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-registry --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-registry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-registry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-registry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-registry --- [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-registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-registry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-registry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-registry --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-registry --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-registry --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.1.0/hono-client-registry-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.1.0/hono-client-registry-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.1.0/hono-client-registry-2.1.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-amqp >-------------- [INFO] Building Hono Client for Command & Control (AMQP) 2.1.0 [21/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command-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-command-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-command-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-command-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-command-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedInternalCommandConsumerTest SLF4J: A number (5) 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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.eclipse.hono.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.086 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.1.0/hono-client-command-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.1.0/hono-client-command-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.1.0/hono-client-command-amqp-2.1.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-kafka >------------- [INFO] Building Hono Client for Command & Control (Kafka) 2.1.0 [22/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-kafka --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command-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-command-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-command-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-command-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-command-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandContextTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.819 s - in org.eclipse.hono.client.command.kafka.KafkaBasedInternalCommandConsumerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-command-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command-kafka --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-command-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-command-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-kafka --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.1.0/hono-client-command-kafka-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.1.0/hono-client-command-kafka-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.1.0/hono-client-command-kafka-2.1.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-registry-amqp >------------- [INFO] Building Hono Registry Client (AMQP) 2.1.0 [23/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-registry-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-registry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-registry-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-registry-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-registry-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-registry-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-registry-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedTenantClientTest SLF4J: A number (1) of logging calls during the initialization phase have been intercepted and are SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system. SLF4J: See also http://www.slf4j.org/codes.html#replay [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.85 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-registry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-registry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-registry-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-registry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-registry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-registry-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.1.0/hono-client-registry-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.1.0/hono-client-registry-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.1.0/hono-client-registry-amqp-2.1.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-telemetry >--------------- [INFO] Building Hono Telemetry Client 2.1.0 [24/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-telemetry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-telemetry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-telemetry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-telemetry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-telemetry --- [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-telemetry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-telemetry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-telemetry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-telemetry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-telemetry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-telemetry --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.1.0/hono-client-telemetry-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.1.0/hono-client-telemetry-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/hono-client-telemetry-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.1.0/hono-client-telemetry-2.1.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-amqp >------------- [INFO] Building Hono Telemetry Client (AMQP) 2.1.0 [25/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-telemetry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-telemetry-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-telemetry-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-telemetry-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-telemetry-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-telemetry-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.telemetry.amqp.ProtonBasedDownstreamSenderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 s - in org.eclipse.hono.client.telemetry.amqp.ProtonBasedDownstreamSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-telemetry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-telemetry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-telemetry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.1.0/hono-client-telemetry-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.1.0/hono-client-telemetry-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.1.0/hono-client-telemetry-amqp-2.1.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-kafka >------------ [INFO] Building Hono Telemetry Client (Kafka) 2.1.0 [26/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-telemetry-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-telemetry-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-telemetry-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-telemetry-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-telemetry-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-telemetry-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] Running org.eclipse.hono.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.609 s - in org.eclipse.hono.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Running org.eclipse.hono.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 s - in org.eclipse.hono.client.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.hono.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-telemetry-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry-kafka --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-telemetry-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-telemetry-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry-kafka --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.1.0/hono-client-telemetry-kafka-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.1.0/hono-client-telemetry-kafka-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.1.0/hono-client-telemetry-kafka-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-base >----------------- [INFO] Building Hono Adapter Base 2.1.0 [27/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/classes/META-INF/jandex.idx [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 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.HttpContextTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 s - in org.eclipse.hono.adapter.HttpContextTest [INFO] Running org.eclipse.hono.adapter.MessagingClientProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.adapter.MessagingClientProvidersTest [INFO] Running org.eclipse.hono.adapter.ProtocolAdapterPropertiesTest 2022-08-22 11:39:08,546 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.hono.adapter.ProtocolAdapterPropertiesTest [INFO] Running org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitCheckOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitCheckOptionsTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest 2022-08-22 11:39:08,849 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:08,951 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:08,964 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest 2022-08-22 11:39:08,974 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,056 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,058 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,058 INFO [org.ecl.hon.ada.MessagingClientProviders] (ForkJoinPool-1-worker-2) no command response sender provider set for kafka messaging type, using tenant or global default [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest 2022-08-22 11:39:09,064 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Running org.eclipse.hono.adapter.auth.device.DeviceCertificateValidatorTest 2022-08-22 11:39:09,070 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,173 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,175 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest 2022-08-22 11:39:09,367 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,371 WARN [org.ecl.hon.ada.res.PrometheusBasedAsyncCacheLoader] (ForkJoinPool-1-worker-1) 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 2022-08-22 11:39:09,435 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest 2022-08-22 11:39:09,445 WARN [org.ecl.hon.ada.res.PrometheusBasedAsyncCacheLoader] (ForkJoinPool-1-worker-1) failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null 2022-08-22 11:39:09,451 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,458 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,463 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,464 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 2022-08-22 11:39:09,475 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest 2022-08-22 11:39:09,535 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,541 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest [INFO] Running org.eclipse.hono.adapter.monitoring.ConnectionEventProducerOptionsTest 2022-08-22 11:39:09,545 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.adapter.monitoring.ConnectionEventProducerOptionsTest [INFO] Running org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest 2022-08-22 11:39:09,551 WARN [org.ecl.hon.ada.lim.MemoryBasedConnectionLimitStrategy] (ForkJoinPool-1-worker-1) Not enough memory. It is recommended to provide more than 100 MB (currently max. memory avail. for live data-set: -200MB, memory required to start: 100MB). 2022-08-22 11:39:09,551 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,552 WARN [org.ecl.hon.ada.lim.MemoryBasedConnectionLimitStrategy] (ForkJoinPool-1-worker-1) Not enough memory. It is recommended to provide more than 100 MB (currently max. memory avail. for live data-set: 100MB, memory required to start: 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.limiting.DefaultConnectionLimitManagerTest 2022-08-22 11:39:09,557 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,562 INFO [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Setting connection limit to 2 (based on null) 2022-08-22 11:39:09,564 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,565 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Configured connection limit 2 is too high: Recommended is maximum 0 (based on null) 2022-08-22 11:39:09,566 INFO [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Setting connection limit to 2 (based on null) 2022-08-22 11:39:09,567 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) 2022-08-22 11:39:09,569 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest 2022-08-22 11:39:09,633 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Running org.eclipse.hono.adapter.auth.device.X509AuthProviderTest 2022-08-22 11:39:09,638 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,639 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol 2022-08-22 11:39:09,644 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.auth.device.X509AuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.UsernamePasswordCredentialsTest 2022-08-22 11:39:09,647 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] 2022-08-22 11:39:09,647 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Xhs052Wb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.393 s - in org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.auth.device.UsernamePasswordCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.SubjectDnCredentialsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.auth.device.SubjectDnCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.TenantServiceBasedX509AuthenticationTest 2022-08-22 11:39:09,759 WARN [org.ecl.hon.tra.TracingHelper] (ForkJoinPool-1-worker-1) An unexpected error occurred! [logged on trace , span ]: java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:131) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:40) 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.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:60) at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:196) at io.vertx.core.impl.future.FutureBase.compose(FutureBase.java:84) at io.vertx.core.Future.compose(Future.java:199) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:108) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest.testAuthenticateRequiresVertxContext(UsernamePasswordAuthProviderTest.java:102) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2022-08-22 11:39:09,760 WARN [org.ecl.hon.tra.TracingHelper] (ForkJoinPool-1-worker-1) An unexpected error occurred! [logged on trace , span ]: java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:131) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:40) 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.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:60) at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:196) at io.vertx.core.impl.future.FutureBase.compose(FutureBase.java:84) at io.vertx.core.Future.compose(Future.java:199) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:108) at org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest.testAuthenticateRequiresVertxContext(UsernamePasswordAuthProviderTest.java:102) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.hono.adapter.auth.device.UsernamePasswordAuthProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.69 s - in org.eclipse.hono.adapter.auth.device.DeviceCertificateValidatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 s - in org.eclipse.hono.adapter.auth.device.TenantServiceBasedX509AuthenticationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0.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-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.1.0/hono-adapter-base-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.1.0/hono-adapter-base-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/hono-adapter-base-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.1.0/hono-adapter-base-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:adapter-base-test-utils >-------------- [INFO] Building Hono Adapter Base Test Utils 2.1.0 [28/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ adapter-base-test-utils --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ adapter-base-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-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-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ adapter-base-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ adapter-base-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ adapter-base-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ adapter-base-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.1.0.jar [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.3.2:sign (sign-jars) @ adapter-base-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.1.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ adapter-base-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/2.1.0/adapter-base-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/2.1.0/adapter-base-test-utils-2.1.0.pom [INFO] [INFO] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 2.1.0 [29/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.pom (3.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (73 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom (3.3 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom (20 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.jar (16 kB at 271 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (303 kB at 2.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapters --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapters --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapters --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapters --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapters --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapters --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/2.1.0/hono-adapters-2.1.0.pom [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-parent >---------------- [INFO] Building Hono Protocol Adapters Parent 2.1.0 [30/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/2.10.2.Final/quarkus-maven-plugin-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/2.10.2.Final/quarkus-maven-plugin-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/2.10.2.Final/quarkus-maven-plugin-2.10.2.Final.pom (9.9 kB at 142 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/2.10.2.Final/quarkus-maven-plugin-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/2.10.2.Final/quarkus-maven-plugin-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/2.10.2.Final/quarkus-maven-plugin-2.10.2.Final.jar (441 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/2.10.2.Final/quarkus-jackson-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/2.10.2.Final/quarkus-jackson-2.10.2.Final.pom (2.4 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/2.10.2.Final/quarkus-jackson-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/2.10.2.Final/quarkus-jackson-parent-2.10.2.Final.pom (772 B at 15 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.13.3/jackson-datatype-jsr310-2.13.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.13.3/jackson-datatype-jsr310-2.13.3.pom (4.9 kB at 126 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.13.3/jackson-modules-java8-2.13.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.13.3/jackson-modules-java8-2.13.3.pom (3.2 kB at 59 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.13.3/jackson-datatype-jdk8-2.13.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.13.3/jackson-datatype-jdk8-2.13.3.pom (2.6 kB at 78 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.13.3/jackson-module-parameter-names-2.13.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.13.3/jackson-module-parameter-names-2.13.3.pom (4.4 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/2.10.2.Final/quarkus-logging-gelf-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/2.10.2.Final/quarkus-logging-gelf-2.10.2.Final.pom (2.1 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-parent/2.10.2.Final/quarkus-logging-gelf-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-parent/2.10.2.Final/quarkus-logging-gelf-parent-2.10.2.Final.pom (755 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.0/logstash-gelf-1.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.0/logstash-gelf-1.15.0.pom (30 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.5.0.Final/arquillian-bom-1.5.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.5.0.Final/arquillian-bom-1.5.0.Final.pom (9.1 kB at 101 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 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.5.2/junit-bom-5.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.5.2/junit-bom-5.5.2.pom (4.4 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.73.Final/netty-bom-4.1.73.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.73.Final/netty-bom-4.1.73.Final.pom (13 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/2.10.2.Final/quarkus-micrometer-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/2.10.2.Final/quarkus-micrometer-2.10.2.Final.pom (4.9 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-parent/2.10.2.Final/quarkus-micrometer-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-parent/2.10.2.Final/quarkus-micrometer-parent-2.10.2.Final.pom (1.3 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-2.10.2.Final.pom (3.4 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp-parent/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp-parent/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-parent-2.10.2.Final.pom (798 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/2.10.2.Final/quarkus-grpc-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/2.10.2.Final/quarkus-grpc-common-2.10.2.Final.pom (3.4 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-parent/2.10.2.Final/quarkus-grpc-common-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-parent/2.10.2.Final/quarkus-grpc-common-parent-2.10.2.Final.pom (750 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.2.7/vertx-grpc-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.2.7/vertx-grpc-4.2.7.pom (7.3 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-parent/4.2.7/vertx-grpc-parent-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-parent/4.2.7/vertx-grpc-parent-4.2.7.pom (1.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.46.0/grpc-netty-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.46.0/grpc-netty-1.46.0.pom (2.3 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.46.0/grpc-core-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.46.0/grpc-core-1.46.0.pom (2.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.46.0/grpc-api-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.46.0/grpc-api-1.46.0.pom (2.0 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.46.0/grpc-context-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.46.0/grpc-context-1.46.0.pom (1.2 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom (8.1 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom (4.5 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.pom (1.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.46.0/grpc-protobuf-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.46.0/grpc-protobuf-1.46.0.pom (2.7 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3.pom (5.4 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.19.3/protobuf-parent-3.19.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.19.3/protobuf-parent-3.19.3.pom (8.7 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.19.3/protobuf-bom-3.19.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.19.3/protobuf-bom-3.19.3.pom (3.5 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.9.1/proto-google-common-protos-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.9.1/proto-google-common-protos-2.9.1.pom (2.2 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.46.0/grpc-protobuf-lite-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.46.0/grpc-protobuf-lite-1.46.0.pom (2.0 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.46.0/grpc-stub-1.46.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.46.0/grpc-stub-1.46.0.pom (1.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-trace/1.13.0/opentelemetry-exporter-otlp-trace-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-trace/1.13.0/opentelemetry-exporter-otlp-trace-1.13.0.pom (2.0 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.13.0/opentelemetry-exporter-otlp-common-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.13.0/opentelemetry-exporter-otlp-common-1.13.0.pom (2.0 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.pom (2.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.14.9/parent-3.14.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.14.9/parent-3.14.9.pom (21 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom (2.0 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom (4.9 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/2.10.2.Final/quarkus-kafka-client-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/2.10.2.Final/quarkus-kafka-client-2.10.2.Final.pom (3.4 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/2.10.2.Final/quarkus-kafka-client-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/2.10.2.Final/quarkus-kafka-client-parent-2.10.2.Final.pom (723 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/2.10.2.Final/quarkus-caffeine-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/2.10.2.Final/quarkus-caffeine-2.10.2.Final.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/2.10.2.Final/quarkus-caffeine-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/2.10.2.Final/quarkus-caffeine-parent-2.10.2.Final.pom (746 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/2.10.2.Final/quarkus-jackson-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.3/jackson-datatype-jsr310-2.13.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.3/jackson-datatype-jdk8-2.13.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.3/jackson-module-parameter-names-2.13.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/2.10.2.Final/quarkus-logging-gelf-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.3/jackson-datatype-jsr310-2.13.3.jar (121 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.0/logstash-gelf-1.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.3/jackson-datatype-jdk8-2.13.3.jar (35 kB at 829 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/2.10.2.Final/quarkus-micrometer-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/2.10.2.Final/quarkus-jackson-2.10.2.Final.jar (11 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-2.10.2.Final.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.13.3/jackson-module-parameter-names-2.13.3.jar (9.5 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/2.10.2.Final/quarkus-grpc-common-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/2.10.2.Final/quarkus-logging-gelf-2.10.2.Final.jar (9.9 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.2.7/vertx-grpc-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/2.10.2.Final/quarkus-grpc-common-2.10.2.Final.jar (11 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.46.0/grpc-netty-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/2.10.2.Final/quarkus-micrometer-2.10.2.Final.jar (158 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.46.0/grpc-core-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-2.10.2.Final.jar (14 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.2.7/vertx-grpc-4.2.7.jar (34 kB at 253 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.0/logstash-gelf-1.15.0.jar (189 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.46.0/grpc-protobuf-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.46.0/grpc-core-1.46.0.jar (689 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.46.0/grpc-api-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.46.0/grpc-netty-1.46.0.jar (282 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.46.0/grpc-context-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar (249 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.46.0/grpc-context-1.46.0.jar (31 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.9.1/proto-google-common-protos-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.46.0/grpc-api-1.46.0.jar (255 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.46.0/grpc-protobuf-lite-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.46.0/grpc-protobuf-lite-1.46.0.jar (7.6 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.46.0/grpc-stub-1.46.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.19.3/protobuf-java-3.19.3.jar (1.7 MB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-trace/1.13.0/opentelemetry-exporter-otlp-trace-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.46.0/grpc-stub-1.46.0.jar (51 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.13.0/opentelemetry-exporter-otlp-common-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-trace/1.13.0/opentelemetry-exporter-otlp-trace-1.13.0.jar (10 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.13.0/opentelemetry-exporter-otlp-common-1.13.0.jar (191 kB at 532 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.9.1/proto-google-common-protos-2.9.1.jar (1.8 MB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/2.10.2.Final/quarkus-kafka-client-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar (430 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/2.10.2.Final/quarkus-caffeine-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar (92 kB at 227 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/2.10.2.Final/quarkus-kafka-client-2.10.2.Final.jar (36 kB at 88 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/2.10.2.Final/quarkus-caffeine-2.10.2.Final.jar (6.3 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.46.0/grpc-protobuf-1.46.0.jar (5.1 kB at 4.3 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.25.0/perfmark-api-0.25.0.jar (6.7 kB at 5.6 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapters-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapters-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapters-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapters-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/parent/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapters-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/parent/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapters-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/2.10.2.Final/quarkus-project-core-extension-codestarts-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/2.10.2.Final/quarkus-project-core-extension-codestarts-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/2.10.2.Final/quarkus-project-core-extension-codestarts-2.10.2.Final.pom (3.1 kB at 49 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-all/2.10.2.Final/quarkus-devtools-all-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/2.10.2.Final/quarkus-devtools-all-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/2.10.2.Final/quarkus-devtools-all-2.10.2.Final.pom (1.1 kB at 18 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/2.10.2.Final/quarkus-devtools-common-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/2.10.2.Final/quarkus-devtools-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/2.10.2.Final/quarkus-devtools-common-2.10.2.Final.pom (5.4 kB at 78 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/2.10.2.Final/quarkus-devtools-registry-client-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/2.10.2.Final/quarkus-devtools-registry-client-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/2.10.2.Final/quarkus-devtools-registry-client-2.10.2.Final.pom (2.3 kB at 9.2 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-artifact-api/2.10.2.Final/quarkus-devtools-artifact-api-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-artifact-api/2.10.2.Final/quarkus-devtools-artifact-api-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-artifact-api/2.10.2.Final/quarkus-devtools-artifact-api-2.10.2.Final.pom (1.3 kB at 26 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/2.10.2.Final/quarkus-devtools-message-writer-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/2.10.2.Final/quarkus-devtools-message-writer-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/2.10.2.Final/quarkus-devtools-message-writer-2.10.2.Final.pom (777 B at 15 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/1.13.0/smallrye-common-os-1.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/1.13.0/smallrye-common-os-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/1.13.0/smallrye-common-os-1.13.0.pom (1.9 kB at 19 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.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.13.3/jackson-dataformat-yaml-2.13.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.13.3/jackson-dataformat-yaml-2.13.3.pom (2.6 kB at 146 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.13.3/jackson-dataformats-text-2.13.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.13.3/jackson-dataformats-text-2.13.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.13.3/jackson-dataformats-text-2.13.3.pom (3.1 kB at 97 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/2.10.2.Final/quarkus-devtools-base-codestarts-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/2.10.2.Final/quarkus-devtools-base-codestarts-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/2.10.2.Final/quarkus-devtools-base-codestarts-2.10.2.Final.pom (911 B at 17 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/2.10.2.Final/quarkus-devtools-codestarts-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/2.10.2.Final/quarkus-devtools-codestarts-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/2.10.2.Final/quarkus-devtools-codestarts-2.10.2.Final.pom (2.2 kB at 42 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/2.10.2.Final/qute-core-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/2.10.2.Final/qute-core-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/2.10.2.Final/qute-core-2.10.2.Final.pom (1.2 kB at 4.5 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-parent/2.10.2.Final/qute-parent-2.10.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/2.10.2.Final/qute-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/2.10.2.Final/qute-parent-2.10.2.Final.pom (24 kB at 485 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/20/maven-model-helper-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/20/maven-model-helper-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/20/maven-model-helper-20.pom (5.3 kB at 103 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/38/jboss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/38/jboss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/38/jboss-parent-38.pom (66 kB at 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 7.1 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/1.13.0/smallrye-common-version-1.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/1.13.0/smallrye-common-version-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/1.13.0/smallrye-common-version-1.13.0.pom (3.3 kB at 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.31/freemarker-2.3.31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.31/freemarker-2.3.31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.31/freemarker-2.3.31.pom (3.4 kB at 53 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 44 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 9.8 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/2.10.2.Final/quarkus-project-core-extension-codestarts-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/2.10.2.Final/quarkus-devtools-common-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/2.10.2.Final/quarkus-devtools-registry-client-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-artifact-api/2.10.2.Final/quarkus-devtools-artifact-api-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/2.10.2.Final/quarkus-devtools-message-writer-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/1.13.0/smallrye-common-os-1.13.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/2.10.2.Final/quarkus-devtools-base-codestarts-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/2.10.2.Final/quarkus-devtools-codestarts-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/2.10.2.Final/qute-core-2.10.2.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/1.13.0/smallrye-common-version-1.13.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/20/maven-model-helper-20.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1.3/jdom-1.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.31/freemarker-2.3.31.jar [INFO] Downloading from eclipse-cbi-releases: 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/io/quarkus/quarkus-project-core-extension-codestarts/2.10.2.Final/quarkus-project-core-extension-codestarts-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/2.10.2.Final/quarkus-devtools-common-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/2.10.2.Final/quarkus-devtools-registry-client-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-artifact-api/2.10.2.Final/quarkus-devtools-artifact-api-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/2.10.2.Final/quarkus-devtools-message-writer-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-artifact-api/2.10.2.Final/quarkus-devtools-artifact-api-2.10.2.Final.jar (7.2 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/1.13.0/smallrye-common-os-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/2.10.2.Final/quarkus-devtools-message-writer-2.10.2.Final.jar (6.3 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/2.10.2.Final/quarkus-devtools-base-codestarts-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/2.10.2.Final/quarkus-devtools-common-2.10.2.Final.jar (272 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/2.10.2.Final/quarkus-devtools-codestarts-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/2.10.2.Final/quarkus-project-core-extension-codestarts-2.10.2.Final.jar (192 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/2.10.2.Final/qute-core-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/2.10.2.Final/quarkus-devtools-registry-client-2.10.2.Final.jar (216 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/1.13.0/smallrye-common-version-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/1.13.0/smallrye-common-os-1.13.0.jar (16 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/20/maven-model-helper-20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/1.13.0/smallrye-common-version-1.13.0.jar (31 kB at 298 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/quarkus/qute/qute-core/2.10.2.Final/qute-core-2.10.2.Final.jar (279 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/20/maven-model-helper-20.jar (28 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.31/freemarker-2.3.31.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/2.10.2.Final/quarkus-devtools-codestarts-2.10.2.Final.jar (83 kB at 694 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-devtools-base-codestarts/2.10.2.Final/quarkus-devtools-base-codestarts-2.10.2.Final.jar (382 kB at 3.0 MB/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 89 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.3.jar (52 kB at 359 kB/s) [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 970 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.31/freemarker-2.3.31.jar (1.7 MB at 8.3 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-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapters-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters-parent --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-parent/2.1.0/hono-adapters-parent-2.1.0.pom [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-amqp >----------------- [INFO] Building Hono AMQP Adapter 2.1.0 [31/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-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-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.amqp.VertxBasedAmqpProtocolAdapterTest 2022-08-22 11:39:26,962 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:26,985 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,181 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,184 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,202 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,202 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,206 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$0BvJ4WmA] 2022-08-22 11:39:27,237 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,240 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,241 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,340 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,340 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,359 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,360 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,361 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$0BvJ4WmA] 2022-08-22 11:39:27,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,373 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,374 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,374 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,375 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,375 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,440 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,441 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,458 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,458 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,478 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,478 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,491 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,491 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,505 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,505 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,506 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,506 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,507 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,549 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,550 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,550 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,550 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,551 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,559 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,560 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,570 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,571 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,580 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,581 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,598 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,599 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,687 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,687 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,705 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,705 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,720 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,721 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,733 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,733 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,742 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,743 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,753 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,753 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,764 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,764 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,783 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,783 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,784 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using [Mock for ConnectionEventProducer, hashCode: 1696981792] for reporting connection events, if applicable for device protocol 2022-08-22 11:39:27,803 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,803 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,804 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$0BvJ4WmA] 2022-08-22 11:39:27,805 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,805 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,806 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,815 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,816 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,826 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,826 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,834 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,834 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,843 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,844 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,852 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,853 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,860 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,861 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,862 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,862 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,862 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,875 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,875 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,905 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,905 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,915 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,915 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,915 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$0BvJ4WmA] 2022-08-22 11:39:27,916 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,916 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,917 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,923 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,923 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,924 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2022-08-22 11:39:27,924 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2022-08-22 11:39:27,925 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2022-08-22 11:39:27,935 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,935 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] 2022-08-22 11:39:27,942 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$kIiKCDmS] 2022-08-22 11:39:27,942 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$VJxVnXeZ] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.277 s - in org.eclipse.hono.adapter.amqp.VertxBasedAmqpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapter-amqp --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/2.10.2.Final/quarkus-vertx-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/2.10.2.Final/quarkus-vertx-deployment-2.10.2.Final.pom (2.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/2.10.2.Final/quarkus-arc-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/2.10.2.Final/quarkus-arc-deployment-2.10.2.Final.pom (3.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/2.10.2.Final/quarkus-vertx-http-dev-console-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/2.10.2.Final/quarkus-vertx-http-dev-console-spi-2.10.2.Final.pom (1.3 kB at 2.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/2.10.2.Final/arc-processor-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/2.10.2.Final/arc-processor-2.10.2.Final.pom (1.9 kB at 2.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/2.10.2.Final/quarkus-netty-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/2.10.2.Final/quarkus-netty-deployment-2.10.2.Final.pom (1.5 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/2.10.2.Final/quarkus-mutiny-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/2.10.2.Final/quarkus-mutiny-deployment-2.10.2.Final.pom (2.0 kB at 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/2.10.2.Final/quarkus-smallrye-context-propagation-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/2.10.2.Final/quarkus-smallrye-context-propagation-deployment-2.10.2.Final.pom (1.9 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/2.10.2.Final/quarkus-jackson-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/2.10.2.Final/quarkus-jackson-deployment-2.10.2.Final.pom (2.1 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/2.10.2.Final/quarkus-jackson-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/2.10.2.Final/quarkus-jackson-spi-2.10.2.Final.pom (836 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/2.10.2.Final/quarkus-config-yaml-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/2.10.2.Final/quarkus-config-yaml-deployment-2.10.2.Final.pom (2.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/2.10.2.Final/quarkus-logging-gelf-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/2.10.2.Final/quarkus-logging-gelf-deployment-2.10.2.Final.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/2.10.2.Final/quarkus-micrometer-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/2.10.2.Final/quarkus-micrometer-deployment-2.10.2.Final.pom (4.6 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/2.10.2.Final/quarkus-vertx-http-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/2.10.2.Final/quarkus-vertx-http-deployment-2.10.2.Final.pom (16 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/2.10.2.Final/quarkus-vertx-http-deployment-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/2.10.2.Final/quarkus-vertx-http-deployment-spi-2.10.2.Final.pom (832 B at 8.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/2.10.2.Final/quarkus-kubernetes-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/2.10.2.Final/quarkus-kubernetes-spi-2.10.2.Final.pom (1.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-parent/2.10.2.Final/quarkus-kubernetes-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-parent/2.10.2.Final/quarkus-kubernetes-parent-2.10.2.Final.pom (840 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/2.10.2.Final/quarkus-resteasy-common-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/2.10.2.Final/quarkus-resteasy-common-spi-2.10.2.Final.pom (777 B at 744 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-parent/2.10.2.Final/quarkus-resteasy-common-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-parent/2.10.2.Final/quarkus-resteasy-common-parent-2.10.2.Final.pom (799 B at 8.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-parent-aggregator/2.10.2.Final/quarkus-resteasy-parent-aggregator-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-parent-aggregator/2.10.2.Final/quarkus-resteasy-parent-aggregator-2.10.2.Final.pom (1.4 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-spi-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-spi-deployment-2.10.2.Final.pom (1.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-parent/2.10.2.Final/quarkus-resteasy-reactive-common-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-parent/2.10.2.Final/quarkus-resteasy-reactive-common-parent-2.10.2.Final.pom (837 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/2.10.2.Final/quarkus-resteasy-reactive-parent-aggregator-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/2.10.2.Final/quarkus-resteasy-reactive-parent-aggregator-2.10.2.Final.pom (1.9 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ws/rs/jboss-jaxrs-api_2.1_spec/2.0.1.Final/jboss-jaxrs-api_2.1_spec-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ws/rs/jboss-jaxrs-api_2.1_spec/2.0.1.Final/jboss-jaxrs-api_2.1_spec-2.0.1.Final.pom (30 kB at 519 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.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/2.10.2.Final/quarkus-undertow-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/2.10.2.Final/quarkus-undertow-spi-2.10.2.Final.pom (2.0 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/2.10.2.Final/quarkus-http-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/2.10.2.Final/quarkus-http-parent-2.10.2.Final.pom (770 B at 732 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/4.1.9/quarkus-http-servlet-4.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/4.1.9/quarkus-http-servlet-4.1.9.pom (19 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/4.1.9/quarkus-http-parent-4.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/4.1.9/quarkus-http-parent-4.1.9.pom (30 kB at 396 kB/s) [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 590 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/4.1.9/quarkus-http-core-4.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/4.1.9/quarkus-http-core-4.1.9.pom (27 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/4.1.9/quarkus-http-http-core-4.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/4.1.9/quarkus-http-http-core-4.1.9.pom (4.8 kB at 84 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.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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/15.0.0.Final/jboss-metadata-web-15.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/15.0.0.Final/jboss-metadata-web-15.0.0.Final.pom (4.6 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/15.0.0.Final/jboss-as-parent-metadata-15.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/15.0.0.Final/jboss-as-parent-metadata-15.0.0.Final.pom (19 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/15.0.0.Final/jboss-metadata-common-15.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/15.0.0.Final/jboss-metadata-common-15.0.0.Final.pom (3.9 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/2.10.2.Final/quarkus-jsonp-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/2.10.2.Final/quarkus-jsonp-deployment-2.10.2.Final.pom (1.5 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/2.10.2.Final/quarkus-opentelemetry-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/2.10.2.Final/quarkus-opentelemetry-deployment-2.10.2.Final.pom (6.8 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/2.10.2.Final/quarkus-datasource-deployment-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/2.10.2.Final/quarkus-datasource-deployment-spi-2.10.2.Final.pom (1.1 kB at 7.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-parent/2.10.2.Final/quarkus-datasource-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-parent/2.10.2.Final/quarkus-datasource-parent-2.10.2.Final.pom (820 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/2.10.2.Final/quarkus-datasource-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/2.10.2.Final/quarkus-datasource-common-2.10.2.Final.pom (987 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp-deployment/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp-deployment/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-deployment-2.10.2.Final.pom (2.4 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/2.10.2.Final/quarkus-grpc-common-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/2.10.2.Final/quarkus-grpc-common-deployment-2.10.2.Final.pom (1.7 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/2.10.2.Final/quarkus-smallrye-health-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/2.10.2.Final/quarkus-smallrye-health-deployment-2.10.2.Final.pom (3.2 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/2.10.2.Final/quarkus-smallrye-health-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/2.10.2.Final/quarkus-smallrye-health-spi-2.10.2.Final.pom (776 B at 6.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/2.10.2.Final/quarkus-smallrye-openapi-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/2.10.2.Final/quarkus-smallrye-openapi-spi-2.10.2.Final.pom (934 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-parent/2.10.2.Final/quarkus-smallrye-openapi-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-parent/2.10.2.Final/quarkus-smallrye-openapi-parent-2.10.2.Final.pom (745 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/2.1.22/smallrye-open-api-core-2.1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/2.1.22/smallrye-open-api-core-2.1.22.pom (4.4 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-parent/2.1.22/smallrye-open-api-parent-2.1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-parent/2.1.22/smallrye-open-api-parent-2.1.22.pom (19 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.3.30.v20211001/jetty-bom-9.3.30.v20211001.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.3.30.v20211001/jetty-bom-9.3.30.v20211001.pom (15 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/4.7.5.Final/resteasy-bom-4.7.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/4.7.5.Final/resteasy-bom-4.7.5.Final.pom (9.8 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/2.0.1/microprofile-openapi-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/2.0.1/microprofile-openapi-api-2.0.1.pom (7.1 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-parent/2.0.1/microprofile-openapi-parent-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-parent/2.0.1/microprofile-openapi-parent-2.0.1.pom (19 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/3.2.1/smallrye-health-ui-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/3.2.1/smallrye-health-ui-3.2.1.pom (4.4 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/2.10.2.Final/quarkus-kafka-client-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/2.10.2.Final/quarkus-kafka-client-deployment-2.10.2.Final.pom (3.1 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/2.10.2.Final/quarkus-caffeine-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/2.10.2.Final/quarkus-caffeine-deployment-2.10.2.Final.pom (1.5 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.17.3/testcontainers-1.17.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.17.3/testcontainers-1.17.3.pom (2.4 kB at 61 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 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.pom (1.4 kB at 85 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.13/docker-java-api-3.2.13.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.13/docker-java-api-3.2.13.pom (2.2 kB at 56 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.13/docker-java-parent-3.2.13.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.13/docker-java-parent-3.2.13.pom (12 kB at 269 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.13/docker-java-transport-zerodep-3.2.13.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.13/docker-java-transport-zerodep-3.2.13.pom (4.0 kB at 107 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.13/docker-java-transport-3.2.13.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.13/docker-java-transport-3.2.13.pom (1.5 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom (1.6 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.pom (17 kB at 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/2.10.2.Final/quarkus-junit4-mock-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/2.10.2.Final/quarkus-junit4-mock-2.10.2.Final.pom (720 B at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/2.10.2.Final/quarkus-devservices-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/2.10.2.Final/quarkus-devservices-deployment-2.10.2.Final.pom (1.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-parent/2.10.2.Final/quarkus-devservices-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-parent/2.10.2.Final/quarkus-devservices-parent-2.10.2.Final.pom (1.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/2.10.2.Final/quarkus-devservices-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/2.10.2.Final/quarkus-devservices-common-2.10.2.Final.pom (1.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/2.10.2.Final/quarkus-vertx-http-dev-console-spi-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/2.10.2.Final/arc-processor-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/2.10.2.Final/quarkus-arc-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/2.10.2.Final/quarkus-netty-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/2.10.2.Final/quarkus-smallrye-context-propagation-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/2.10.2.Final/quarkus-netty-deployment-2.10.2.Final.jar (13 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/2.10.2.Final/quarkus-mutiny-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/2.10.2.Final/quarkus-smallrye-context-propagation-deployment-2.10.2.Final.jar (16 kB at 219 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/2.10.2.Final/quarkus-vertx-http-dev-console-spi-2.10.2.Final.jar (9.5 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/2.10.2.Final/quarkus-vertx-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/2.10.2.Final/quarkus-jackson-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/2.10.2.Final/quarkus-jackson-spi-2.10.2.Final.jar (5.9 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/2.10.2.Final/quarkus-jackson-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/2.10.2.Final/arc-processor-2.10.2.Final.jar (398 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/2.10.2.Final/quarkus-config-yaml-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/2.10.2.Final/quarkus-vertx-deployment-2.10.2.Final.jar (38 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/2.10.2.Final/quarkus-logging-gelf-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/2.10.2.Final/quarkus-config-yaml-deployment-2.10.2.Final.jar (5.0 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/2.10.2.Final/quarkus-kubernetes-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/2.10.2.Final/quarkus-jackson-deployment-2.10.2.Final.jar (12 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/2.10.2.Final/quarkus-vertx-http-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/2.10.2.Final/quarkus-logging-gelf-deployment-2.10.2.Final.jar (4.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/2.10.2.Final/quarkus-resteasy-common-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/2.10.2.Final/quarkus-kubernetes-spi-2.10.2.Final.jar (24 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ws/rs/jboss-jaxrs-api_2.1_spec/2.0.1.Final/jboss-jaxrs-api_2.1_spec-2.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/2.10.2.Final/quarkus-resteasy-common-spi-2.10.2.Final.jar (9.0 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-spi-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ws/rs/jboss-jaxrs-api_2.1_spec/2.0.1.Final/jboss-jaxrs-api_2.1_spec-2.0.1.Final.jar (147 kB at 585 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/4.1.9/quarkus-http-http-core-4.1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/2.10.2.Final/quarkus-vertx-http-deployment-2.10.2.Final.jar (2.2 MB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/4.1.9/quarkus-http-core-4.1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-spi-deployment-2.10.2.Final.jar (28 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/4.1.9/quarkus-http-servlet-4.1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/2.10.2.Final/quarkus-arc-deployment-2.10.2.Final.jar (271 kB at 943 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/quarkus/http/quarkus-http-http-core/4.1.9/quarkus-http-http-core-4.1.9.jar (39 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/15.0.0.Final/jboss-metadata-common-15.0.0.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 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/15.0.0.Final/jboss-metadata-web-15.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/2.10.2.Final/quarkus-mutiny-deployment-2.10.2.Final.jar (4.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/2.10.2.Final/quarkus-undertow-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/4.1.9/quarkus-http-core-4.1.9.jar (938 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/4.1.9/quarkus-http-servlet-4.1.9.jar (496 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/2.10.2.Final/quarkus-micrometer-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/2.10.2.Final/quarkus-jsonp-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/2.10.2.Final/quarkus-undertow-spi-2.10.2.Final.jar (23 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/2.10.2.Final/quarkus-vertx-http-deployment-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/15.0.0.Final/jboss-metadata-common-15.0.0.Final.jar (538 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/2.10.2.Final/quarkus-datasource-common-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/15.0.0.Final/jboss-metadata-web-15.0.0.Final.jar (567 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/2.10.2.Final/quarkus-datasource-deployment-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/2.10.2.Final/quarkus-jsonp-deployment-2.10.2.Final.jar (3.8 kB at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/2.10.2.Final/quarkus-opentelemetry-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/2.10.2.Final/quarkus-micrometer-deployment-2.10.2.Final.jar (55 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/2.10.2.Final/quarkus-grpc-common-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/2.10.2.Final/quarkus-datasource-common-2.10.2.Final.jar (6.6 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp-deployment/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/2.10.2.Final/quarkus-opentelemetry-deployment-2.10.2.Final.jar (23 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/2.10.2.Final/quarkus-smallrye-health-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/2.10.2.Final/quarkus-vertx-http-deployment-spi-2.10.2.Final.jar (6.1 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/2.0.1/microprofile-openapi-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/2.10.2.Final/quarkus-datasource-deployment-spi-2.10.2.Final.jar (17 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/2.1.22/smallrye-open-api-core-2.1.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/2.10.2.Final/quarkus-grpc-common-deployment-2.10.2.Final.jar (6.0 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/2.10.2.Final/quarkus-smallrye-openapi-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/2.10.2.Final/quarkus-smallrye-health-spi-2.10.2.Final.jar (3.5 kB at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/3.2.1/smallrye-health-ui-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/2.0.1/microprofile-openapi-api-2.0.1.jar (97 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/2.10.2.Final/quarkus-smallrye-health-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-exporter-otlp-deployment/2.10.2.Final/quarkus-opentelemetry-exporter-otlp-deployment-2.10.2.Final.jar (5.6 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/3.2.1/smallrye-health-ui-3.2.1.jar (85 kB at 175 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/io/quarkus/quarkus-smallrye-openapi-spi/2.10.2.Final/quarkus-smallrye-openapi-spi-2.10.2.Final.jar (4.7 kB at 9.6 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.13/docker-java-api-3.2.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/17.0.0/annotations-17.0.0.jar (19 kB at 37 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.13/docker-java-transport-3.2.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/2.1.22/smallrye-open-api-core-2.1.22.jar (469 kB at 907 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.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 49 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.13/docker-java-transport-zerodep-3.2.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/2.10.2.Final/quarkus-smallrye-health-deployment-2.10.2.Final.jar (26 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.17.3/testcontainers-1.17.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.2.13/docker-java-api-3.2.13.jar (467 kB at 879 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar (1.7 MB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/2.10.2.Final/quarkus-junit4-mock-2.10.2.Final.jar [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.13/docker-java-transport-zerodep-3.2.13.jar (2.0 MB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/2.10.2.Final/quarkus-devservices-common-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/2.10.2.Final/quarkus-junit4-mock-2.10.2.Final.jar (4.1 kB at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/2.10.2.Final/quarkus-devservices-deployment-2.10.2.Final.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.13/docker-java-transport-3.2.13.jar (38 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/2.10.2.Final/quarkus-kafka-client-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar (26 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/2.10.2.Final/quarkus-caffeine-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/2.10.2.Final/quarkus-devservices-deployment-2.10.2.Final.jar (18 kB at 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/2.10.2.Final/quarkus-devservices-common-2.10.2.Final.jar (9.7 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/2.10.2.Final/quarkus-caffeine-deployment-2.10.2.Final.jar (4.5 kB at 6.8 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/2.10.2.Final/quarkus-kafka-client-deployment-2.10.2.Final.jar (29 kB at 43 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.17.3/testcontainers-1.17.3.jar (12 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-properties/2.10.2.Final/quarkus-bom-quarkus-platform-properties-2.10.2.Final.properties [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom-quarkus-platform-properties/2.10.2.Final/quarkus-bom-quarkus-platform-properties-2.10.2.Final.properties (45 B at 394 B/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1910ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.1.0/hono-adapter-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.1.0/hono-adapter-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.1.0/hono-adapter-amqp-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-coap >----------------- [INFO] Building Hono CoAP Adapter 2.1.0 [32/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.5.0/californium-core-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.5.0/californium-core-3.5.0.pom (3.3 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/3.5.0/cf-bom-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/3.5.0/cf-bom-3.5.0.pom (5.5 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/3.5.0/parent-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/3.5.0/parent-3.5.0.pom (28 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.5.0/californium-legal-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.5.0/californium-legal-3.5.0.pom (942 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.5.0/element-connector-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.5.0/element-connector-3.5.0.pom (3.0 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.5.0/scandium-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.5.0/scandium-3.5.0.pom (3.4 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.5.0/californium-core-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.5.0/californium-legal-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.5.0/element-connector-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.5.0/scandium-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.5.0/californium-core-3.5.0.jar (517 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.5.0/scandium-3.5.0.jar (633 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.5.0/element-connector-3.5.0.jar (339 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.5.0/californium-legal-3.5.0.jar (40 kB at 110 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-coap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-coap --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-coap --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-coap --- [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 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-coap --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-coap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-coap --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest 2022-08-22 11:39:49,856 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$VwNPU7sB] 2022-08-22 11:39:49,949 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$hwEzUY1S] 2022-08-22 11:39:49,950 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$YzW9FfxS] 2022-08-22 11:39:49,954 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) creating new CoAP server 2022-08-22 11:39:49,964 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) not creating insecure endpoint: not implemented 2022-08-22 11:39:49,978 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) adding resource to CoAP server [name: test] 2022-08-22 11:39:50,033 INFO [org.ecl.cal.cor.CoapServer] (vert.x-worker-thread-0) Starting server 2022-08-22 11:39:50,041 INFO [org.ecl.cal.ele.con.Configuration] (vert.x-worker-thread-0) defaults added COAP. [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.TelemetryResourceTest 2022-08-22 11:39:50,449 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$VwNPU7sB] 2022-08-22 11:39:50,449 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$hwEzUY1S] 2022-08-22 11:39:50,471 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$VwNPU7sB] 2022-08-22 11:39:50,471 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$hwEzUY1S] 2022-08-22 11:39:50,471 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$YzW9FfxS] 2022-08-22 11:39:50,533 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$VwNPU7sB] 2022-08-22 11:39:50,533 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$hwEzUY1S] 2022-08-22 11:39:50,534 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$YzW9FfxS] 2022-08-22 11:39:50,541 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$VwNPU7sB] 2022-08-22 11:39:50,542 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$hwEzUY1S] 2022-08-22 11:39:50,554 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$YzW9FfxS] 2022-08-22 11:39:50,555 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) adding resource to CoAP server [name: test] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.127 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Running org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Running org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.387 s - in org.eclipse.hono.adapter.coap.AbstractHonoResourceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Running org.eclipse.hono.adapter.coap.HonoRootResourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.hono.adapter.coap.HonoRootResourceTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 s - in org.eclipse.hono.adapter.coap.TelemetryResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapter-coap --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1892ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-coap --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-coap --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-coap --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.1.0/hono-adapter-coap-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.1.0/hono-adapter-coap-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/hono-adapter-coap-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.1.0/hono-adapter-coap-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-base >--------------- [INFO] Building Hono HTTP Adapter base 2.1.0 [33/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-http-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-http-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-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-http-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-http-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest 2022-08-22 11:40:01,265 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,247 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,342 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,341 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,353 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 2022-08-22 11:40:01,357 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) vert.x uses native transport: false 2022-08-22 11:40:01,370 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.812 s - in org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest 2022-08-22 11:40:01,370 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] [INFO] Running org.eclipse.hono.adapter.http.X509AuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.hono.adapter.http.X509AuthHandlerTest 2022-08-22 11:40:01,573 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,574 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,586 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) insecure http server listening on 127.0.0.1:41301 2022-08-22 11:40:01,642 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,643 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,651 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 2022-08-22 11:40:01,653 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,653 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,656 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,659 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,659 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,673 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,673 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,681 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,682 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,744 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,744 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,753 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,754 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,763 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,763 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,773 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,773 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,773 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$Bt8zxqMB] 2022-08-22 11:40:01,774 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:01,774 ERROR [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) error while starting up insecure http server: io.vertx.core.impl.NoStackTraceThrowable: http server intentionally failed to start 2022-08-22 11:40:01,781 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,781 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,844 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,845 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,853 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,853 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,863 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,863 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,877 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,878 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,878 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$Bt8zxqMB] 2022-08-22 11:40:01,879 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:01,879 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) insecure http server listening on ?:8080 2022-08-22 11:40:01,886 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,886 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,942 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,943 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,943 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$Bt8zxqMB] 2022-08-22 11:40:01,944 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:01,944 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) insecure http server listening on ?:8080 2022-08-22 11:40:01,949 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,950 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:01,956 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$ZYK3kqua] 2022-08-22 11:40:01,957 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.422 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest 2022-08-22 11:40:02,215 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 2022-08-22 11:40:02,217 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,264 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /command/res/DEFAULT_TENANT/device_1/12fcmd-client-c925910f-ea2a-455c-a3f9-a339171f335474f48a55-c60d-4b99-8950-a2fbb9e8f1b6] 2022-08-22 11:40:02,269 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,294 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /command/res//device_1/12fcmd-client-c925910f-ea2a-455c-a3f9-a339171f335474f48a55-c60d-4b99-8950-a2fbb9e8f1b6] 2022-08-22 11:40:02,297 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,305 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /event/DEFAULT_TENANT/device_1] 2022-08-22 11:40:02,308 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,333 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /event//device_1] 2022-08-22 11:40:02,337 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,345 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /telemetry/DEFAULT_TENANT/device_1] 2022-08-22 11:40:02,357 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,365 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /telemetry//device_1] 2022-08-22 11:40:02,368 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,375 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 2022-08-22 11:40:02,377 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,384 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 2022-08-22 11:40:02,387 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,394 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 2022-08-22 11:40:02,396 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,402 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 2022-08-22 11:40:02,404 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,433 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 2022-08-22 11:40:02,435 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,442 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] 2022-08-22 11:40:02,445 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,452 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 2022-08-22 11:40:02,454 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,483 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 2022-08-22 11:40:02,485 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,513 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /telemetry, 404] 2022-08-22 11:40:02,516 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,536 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /telemetry/DEFAULT_TENANT, 404] 2022-08-22 11:40:02,539 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,546 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /telemetry/DEFAULT_TENANT/, 404] 2022-08-22 11:40:02,549 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,556 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /telemetry/NON_MATCHING_TENANT/device_1, 403] 2022-08-22 11:40:02,559 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,568 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /event, 404] 2022-08-22 11:40:02,570 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,577 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /event/DEFAULT_TENANT, 404] 2022-08-22 11:40:02,581 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,588 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /event/DEFAULT_TENANT/, 404] 2022-08-22 11:40:02,591 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,598 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /event/NON_MATCHING_TENANT/device_1, 403] 2022-08-22 11:40:02,601 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,609 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /command/res/DEFAULT_TENANT/device_1, 404] 2022-08-22 11:40:02,612 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,637 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /command/res/DEFAULT_TENANT, 404] 2022-08-22 11:40:02,640 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,646 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /command/res/DEFAULT_TENANT/, 404] 2022-08-22 11:40:02,649 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,655 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /command/res/NON_MATCHING_TENANT/device_1/req-id, 403] 2022-08-22 11:40:02,658 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,664 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryWithTtdFailsWhenMessageCantBeSent(VertxTestContext)] 2022-08-22 11:40:02,667 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,674 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] 2022-08-22 11:40:02,676 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,680 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 2022-08-22 11:40:02,683 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,687 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 2022-08-22 11:40:02,689 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,696 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 2022-08-22 11:40:02,698 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$gTDDpeDz] 2022-08-22 11:40:02,710 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) stopping protocol adapter 2022-08-22 11:40:02,712 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) successfully stopped protocol adapter [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.204 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-http-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-http-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-http-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.1.0/hono-adapter-http-base-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.1.0/hono-adapter-http-base-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.1.0/hono-adapter-http-base-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-http >----------------- [INFO] Building Hono HTTP Adapter 2.1.0 [34/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-http --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-http --- [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 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-http --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-http --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapter-http --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1569ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-http --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.1.0/hono-adapter-http-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.1.0/hono-adapter-http-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/hono-adapter-http-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.1.0/hono-adapter-http-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-lora >----------------- [INFO] Building Hono Lora Adapter 2.1.0 [35/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-lora --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-lora --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-lora --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-lora --- [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 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-lora --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-lora --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 19 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-lora --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.ThingsNetworkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest 2022-08-22 11:40:13,987 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:13,989 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.681 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.692 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest 2022-08-22 11:40:14,277 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] [INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest 2022-08-22 11:40:14,277 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderCustomContentTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderCustomContentTypeTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LiveObjectsProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.adapter.lora.providers.LiveObjectsProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest 2022-08-22 11:40:14,488 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,488 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,497 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,497 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,588 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,588 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,602 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,602 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,642 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,642 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,651 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,651 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,662 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,662 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] 2022-08-22 11:40:14,680 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$myTNCbSU] 2022-08-22 11:40:14,681 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$DsCXFj64] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.24 s - in org.eclipse.hono.adapter.lora.LoraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapter-lora --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1896ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-lora --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-lora --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-lora --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.1.0/hono-adapter-lora-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.1.0/hono-adapter-lora-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/hono-adapter-lora-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.1.0/hono-adapter-lora-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-base >--------------- [INFO] Building Hono MQTT Adapter base 2.1.0 [36/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.2.7/vertx-mqtt-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.2.7/vertx-mqtt-4.2.7.pom (4.0 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.74.Final/netty-codec-mqtt-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.74.Final/netty-codec-mqtt-4.1.74.Final.pom (2.1 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.2.7/vertx-mqtt-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.74.Final/netty-codec-mqtt-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.2.7/vertx-mqtt-4.2.7.jar (98 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.74.Final/netty-codec-mqtt-4.1.74.Final.jar (99 kB at 1.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-mqtt-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-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-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-mqtt-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/src/test/java/org/eclipse/hono/adapter/mqtt/X509AuthHandlerTest.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/src/test/java/org/eclipse/hono/adapter/mqtt/X509AuthHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/src/test/java/org/eclipse/hono/adapter/mqtt/X509AuthHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-mqtt-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.31 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest 2022-08-22 11:40:24,668 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,741 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,789 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,789 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,857 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,857 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,870 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,870 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,879 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,879 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,935 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,935 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,972 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,972 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,979 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:24,979 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:24,980 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$NFQ6SXDj] 2022-08-22 11:40:25,039 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,040 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,041 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,042 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,050 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,050 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,051 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,052 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2022-08-22 11:40:25,052 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,052 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,052 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,065 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,065 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,073 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,074 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,082 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,082 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,135 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,136 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest 2022-08-22 11:40:25,143 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,143 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,149 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,150 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,151 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,151 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2022-08-22 11:40:25,151 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,151 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,151 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,157 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,157 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,158 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,159 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2022-08-22 11:40:25,159 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,159 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,159 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,165 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,165 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,173 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,173 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,180 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,181 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,187 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,187 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,233 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,233 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,246 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,247 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,252 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,252 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,261 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,261 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,262 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,262 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2022-08-22 11:40:25,262 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,262 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,262 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,268 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,268 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,275 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,275 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,282 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,282 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,289 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,289 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,296 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,296 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,302 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,303 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,304 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,304 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2022-08-22 11:40:25,304 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,304 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,304 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,309 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,309 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,336 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,336 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,341 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,341 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,348 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,348 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,354 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,354 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,365 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,365 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,373 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,374 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] 2022-08-22 11:40:25,374 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$NFQ6SXDj] 2022-08-22 11:40:25,374 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2022-08-22 11:40:25,375 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2022-08-22 11:40:25,375 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2022-08-22 11:40:25,375 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2022-08-22 11:40:25,375 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2022-08-22 11:40:25,379 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$dJMLNZvw] 2022-08-22 11:40:25,379 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$LYwwwQKJ] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 136, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-mqtt-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-mqtt-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-mqtt-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.1.0/hono-adapter-mqtt-base-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.1.0/hono-adapter-mqtt-base-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.1.0/hono-adapter-mqtt-base-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-mqtt >----------------- [INFO] Building Hono MQTT Adapter 2.1.0 [37/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-mqtt --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt --- [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 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-mqtt --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-mqtt --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapter-mqtt --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1673ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-mqtt --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.1.0/hono-adapter-mqtt-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.1.0/hono-adapter-mqtt-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.1.0/hono-adapter-mqtt-2.1.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-adapter-sigfox >---------------- [INFO] Building Hono Sigfox Adapter 2.1.0 [38/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-sigfox --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox --- [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 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-sigfox --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-adapter-sigfox --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-adapter-sigfox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-adapter-sigfox --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-adapter-sigfox --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-adapter-sigfox --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2194ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-sigfox --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.1.0/hono-adapter-sigfox-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.1.0/hono-adapter-sigfox-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.1.0/hono-adapter-sigfox-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-device-amqp >-------------- [INFO] Building Hono Client Device AMQP 2.1.0 [39/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-device-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-device-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-device-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-device-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-device-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-device-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-device-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.device.amqp.impl.ProtonBasedAmqpAdapterClientTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.AmqpAdapterClientCommandConsumerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s - in org.eclipse.hono.client.device.amqp.impl.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.CommandResponderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 s - in org.eclipse.hono.client.device.amqp.impl.ProtonBasedAmqpAdapterClientTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.TelemetrySenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.hono.client.device.amqp.impl.CommandResponderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.eclipse.hono.client.device.amqp.impl.TelemetrySenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-device-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-device-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-device-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.1.0/hono-client-device-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.1.0/hono-client-device-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.1.0/hono-client-device-amqp-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 2.1.0 [40/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-application --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/classes/META-INF/jandex.idx [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-CLI-Native-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-application --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.TimeUntilDisconnectNotificationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.application.client.TimeUntilDisconnectNotificationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.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-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-application --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.1.0/hono-client-application-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.1.0/hono-client-application-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.1.0/hono-client-application-2.1.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 2.1.0 [41/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-amqp --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/clients/application-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-application-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/classes/META-INF/jandex.idx [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.10.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-CLI-Native-Pipeline/clients/application-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-application-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s - in org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.409 s - in org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.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-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-application-amqp --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.1.0/hono-client-application-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.1.0/hono-client-application-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.1.0/hono-client-application-amqp-2.1.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 2.1.0 [42/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-kafka --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-application-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/classes/META-INF/jandex.idx [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.10.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-CLI-Native-Pipeline/clients/application-kafka/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-application-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest [INFO] Running org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s - in org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s - in org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest 11:40:58.342 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: hono.command_response.0c04d6d6-9d2a-4c7f-a971-40acd3463fb1 [client-id: command_response-hono-cli-native-pipeline-38-1cs5n-702js-0801m_d358052d6a23_21] 11:40:58.459 [vert.x-eventloop-thread-0] WARN o.e.h.a.c.k.i.KafkaBasedCommandSender - response message has no status code header [tenant ID: 7c77a10e-a5d9-4562-8767-e9e868e94309, device ID: 1b1ebad8-ff2b-4efe-b1b8-814bbbbb0f3c, correlation ID: cb39b408-43c5-4ced-a618-a6eac0f3f785] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 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.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.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-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-application-kafka --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.1.0/hono-client-application-kafka-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.1.0/hono-client-application-kafka-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.1.0/hono-client-application-kafka-2.1.0-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 2.1.0 [43/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/2.10.2.Final/quarkus-picocli-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/2.10.2.Final/quarkus-picocli-2.10.2.Final.pom (2.3 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-parent/2.10.2.Final/quarkus-picocli-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-parent/2.10.2.Final/quarkus-picocli-parent-2.10.2.Final.pom (742 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.6.3/picocli-shell-jline3-4.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.6.3/picocli-shell-jline3-4.6.3.pom (1.7 kB at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.19.0/jline-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.19.0/jline-3.19.0.pom (18 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.19.0/jline-parent-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.19.0/jline-parent-3.19.0.pom (24 kB at 575 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/2.10.2.Final/quarkus-picocli-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.6.3/picocli-shell-jline3-4.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.19.0/jline-3.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/2.10.2.Final/quarkus-picocli-2.10.2.Final.jar (13 kB at 305 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.6.3/picocli-shell-jline3-4.6.3.jar (10 kB at 179 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.19.0/jline-3.19.0.jar (987 kB at 15 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [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.10.1:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-cli --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-cli --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.cli.util.StringVariableConverterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.hono.cli.util.StringVariableConverterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-cli --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/2.10.2.Final/quarkus-picocli-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/2.10.2.Final/quarkus-picocli-deployment-2.10.2.Final.pom (2.1 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/2.10.2.Final/quarkus-picocli-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/2.10.2.Final/quarkus-picocli-deployment-2.10.2.Final.jar (14 kB at 146 kB/s) [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building uber jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-exec.jar [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.eclipse.hono:hono-client-common::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.jar;], org.eclipse.hono:hono-core::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar;], org.eclipse.hono:hono-client-command-amqp::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar;], org.eclipse.hono:hono-client-application-amqp::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.jar;], org.eclipse.hono:hono-client-amqp-connection::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar;], org.eclipse.hono:hono-client-amqp-common::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.jar;], org.eclipse.hono:hono-client-command::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar;], org.eclipse.hono:hono-client-device-amqp::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar;], org.eclipse.hono:hono-client-registry::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar;], org.eclipse.hono:hono-client-kafka-common::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.jar;], org.eclipse.hono:hono-client-application-kafka::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.jar;], org.eclipse.hono:hono-client-application::jar:2.1.0[paths: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.jar;]] contain duplicate files, e.g. META-INF/legal/LICENSE.protobuf.txt [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4527ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-cli --- [WARNING] Can not read file '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0.jar', it will not be signed [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-exec.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-exec.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/2.1.0/hono-cli-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-exec.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/2.1.0/hono-cli-2.1.0-exec.jar [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 2.1.0 [44/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/13.0.10.Final/infinispan-client-hotrod-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/13.0.10.Final/infinispan-client-hotrod-13.0.10.Final.pom (27 kB at 686 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/13.0.10.Final/infinispan-parent-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/13.0.10.Final/infinispan-parent-13.0.10.Final.pom (163 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/13.0.10.Final/infinispan-build-configuration-parent-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/13.0.10.Final/infinispan-build-configuration-parent-13.0.10.Final.pom (13 kB at 886 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/13.0.10.Final/infinispan-bom-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/13.0.10.Final/infinispan-bom-13.0.10.Final.pom (19 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/13.0.10.Final/infinispan-commons-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/13.0.10.Final/infinispan-commons-13.0.10.Final.pom (11 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/13.0.10.Final/infinispan-commons-parent-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/13.0.10.Final/infinispan-commons-parent-13.0.10.Final.pom (871 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.4.3.Final/protostream-4.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.4.3.Final/protostream-4.4.3.Final.pom (8.6 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.4.3.Final/parent-4.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.4.3.Final/parent-4.4.3.Final.pom (19 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.4.3.Final/protostream-types-4.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.4.3.Final/protostream-types-4.4.3.Final.pom (1.8 kB at 112 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 58 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.19.0.Final/wildfly-elytron-sasl-digest-1.19.0.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.19.0.Final/wildfly-elytron-sasl-digest-1.19.0.Final.pom (3.0 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom (69 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.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.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom (3.9 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom (1.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom (2.8 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-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom (2.5 kB at 2.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom (2.4 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom (4.1 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom (3.7 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-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.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.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom (2.2 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.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.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom (3.2 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-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom (2.7 kB at 82 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.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.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.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom (2.3 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom (4.7 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom (76 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom (5.6 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom (2.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom (2.7 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom (2.7 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-mechanism-digest/1.19.0.Final/wildfly-elytron-mechanism-digest-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-digest-1.19.0.Final.pom (2.2 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/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom (3.8 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-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom (6.3 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-sasl-external/1.19.0.Final/wildfly-elytron-sasl-external-1.19.0.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.19.0.Final/wildfly-elytron-sasl-external-1.19.0.Final.pom (2.7 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-gs2/1.19.0.Final/wildfly-elytron-sasl-gs2-1.19.0.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.19.0.Final/wildfly-elytron-sasl-gs2-1.19.0.Final.pom (3.0 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-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom (2.9 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.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.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom (1.7 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-gssapi/1.19.0.Final/wildfly-elytron-sasl-gssapi-1.19.0.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.19.0.Final/wildfly-elytron-sasl-gssapi-1.19.0.Final.pom (3.4 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-sasl-oauth2/1.19.0.Final/wildfly-elytron-sasl-oauth2-1.19.0.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.19.0.Final/wildfly-elytron-sasl-oauth2-1.19.0.Final.pom (2.3 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.19.0.Final/wildfly-elytron-mechanism-oauth2-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-oauth2-1.19.0.Final.pom (2.4 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.19.0.Final/wildfly-elytron-sasl-plain-1.19.0.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.19.0.Final/wildfly-elytron-sasl-plain-1.19.0.Final.pom (2.5 kB at 2.4 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.19.0.Final/wildfly-elytron-sasl-scram-1.19.0.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.19.0.Final/wildfly-elytron-sasl-scram-1.19.0.Final.pom (2.7 kB at 72 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.19.0.Final/wildfly-elytron-mechanism-scram-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-scram-1.19.0.Final.pom (2.3 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.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.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom (2.9 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/13.0.10.Final/infinispan-query-dsl-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/13.0.10.Final/infinispan-query-dsl-13.0.10.Final.pom (3.0 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/13.0.10.Final/infinispan-core-13.0.10.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/13.0.10.Final/infinispan-core-13.0.10.Final.pom (9.5 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.18.Final/jgroups-4.2.18.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.18.Final/jgroups-4.2.18.Final.pom (21 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/metrics/microprofile-metrics-api/3.0.1/microprofile-metrics-api-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/metrics/microprofile-metrics-api/3.0.1/microprofile-metrics-api-3.0.1.pom (6.5 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/metrics/microprofile-metrics-parent/3.0.1/microprofile-metrics-parent-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/metrics/microprofile-metrics-parent/3.0.1/microprofile-metrics-parent-3.0.1.pom (18 kB at 656 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-metrics/3.0.5/smallrye-metrics-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-metrics/3.0.5/smallrye-metrics-3.0.5.pom (4.0 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-metrics-parent/3.0.5/smallrye-metrics-parent-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-metrics-parent/3.0.5/smallrye-metrics-parent-3.0.5.pom (5.6 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/34/smallrye-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/34/smallrye-parent-34.pom (9.8 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/34/smallrye-build-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/34/smallrye-build-parent-34.pom (66 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/13.0.10.Final/infinispan-client-hotrod-13.0.10.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/13.0.10.Final/infinispan-commons-13.0.10.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.19.0.Final/wildfly-elytron-sasl-digest-1.19.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod/13.0.10.Final/infinispan-client-hotrod-13.0.10.Final.jar (664 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.jar (13 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.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.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.jar (276 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.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.19.0.Final/wildfly-elytron-sasl-digest-1.19.0.Final.jar (36 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons/13.0.10.Final/infinispan-commons-13.0.10.Final.jar (731 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.jar (49 kB at 377 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.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.jar (32 kB at 234 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.jar (36 kB at 268 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.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.jar (63 kB at 447 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.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.jar (139 kB at 971 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.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.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.jar (8.1 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.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.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.jar (72 kB at 408 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.19.0.Final/wildfly-elytron-mechanism-digest-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.jar (39 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.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.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.jar (16 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-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.jar (911 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-digest-1.19.0.Final.jar (13 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-sasl-external/1.19.0.Final/wildfly-elytron-sasl-external-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.jar (179 kB at 700 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.19.0.Final/wildfly-elytron-sasl-gs2-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.jar (34 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.jar (163 kB at 529 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.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.jar (38 kB at 113 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.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.jar (35 kB at 104 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.19.0.Final/wildfly-elytron-sasl-gssapi-1.19.0.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.19.0.Final/wildfly-elytron-sasl-gs2-1.19.0.Final.jar (25 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.19.0.Final/wildfly-elytron-sasl-oauth2-1.19.0.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.19.0.Final/wildfly-elytron-sasl-external-1.19.0.Final.jar (12 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.19.0.Final/wildfly-elytron-mechanism-oauth2-1.19.0.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.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.jar (20 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.19.0.Final/wildfly-elytron-sasl-plain-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.jar (17 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.19.0.Final/wildfly-elytron-sasl-scram-1.19.0.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.19.0.Final/wildfly-elytron-sasl-oauth2-1.19.0.Final.jar (11 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.19.0.Final/wildfly-elytron-mechanism-scram-1.19.0.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.19.0.Final/wildfly-elytron-mechanism-oauth2-1.19.0.Final.jar (9.5 kB at 23 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.19.0.Final/wildfly-elytron-password-impl-1.19.0.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.19.0.Final/wildfly-elytron-sasl-scram-1.19.0.Final.jar (17 kB at 41 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-mechanism-scram/1.19.0.Final/wildfly-elytron-mechanism-scram-1.19.0.Final.jar (26 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/13.0.10.Final/infinispan-query-dsl-13.0.10.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.19.0.Final/wildfly-elytron-sasl-plain-1.19.0.Final.jar (14 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/13.0.10.Final/infinispan-core-13.0.10.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.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.jar (100 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.4.3.Final/protostream-4.4.3.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.19.0.Final/wildfly-elytron-sasl-gssapi-1.19.0.Final.jar (28 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.4.3.Final/protostream-types-4.4.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.0.4/rxjava-3.0.4.jar (2.6 MB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.18.Final/jgroups-4.2.18.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.4.3.Final/protostream-types-4.4.3.Final.jar (117 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/metrics/microprofile-metrics-api/3.0.1/microprofile-metrics-api-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.4.3.Final/protostream-4.4.3.Final.jar (1.2 MB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-metrics/3.0.5/smallrye-metrics-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core/13.0.10.Final/infinispan-core-13.0.10.Final.jar (5.3 MB at 8.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/13.0.10.Final/infinispan-query-dsl-13.0.10.Final.jar (62 kB at 86 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.18.Final/jgroups-4.2.18.Final.jar (2.4 MB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/metrics/microprofile-metrics-api/3.0.1/microprofile-metrics-api-3.0.1.jar (35 kB at 43 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-metrics/3.0.5/smallrye-metrics-3.0.5.jar (166 kB at 167 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ client-device-connection-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ client-device-connection-infinispan --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/classes/META-INF/jandex.idx [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 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ client-device-connection-infinispan --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.CacheBasedDeviceConnectionInfoTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.QuarkusPropertyBindingTest 11:41:27.850 [ForkJoinPool-1-worker-2] WARN org.infinispan.HOTROD - ISPN004101: Configuration property 'infinispan.client.hotrod.trust_store_path' has been deprecated [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.eclipse.hono.deviceconnection.infinispan.client.QuarkusPropertyBindingTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest 11:41:28.649 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.652 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.665 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.666 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.672 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.673 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.679 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.680 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.686 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.687 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.739 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.739 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.747 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.747 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.755 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.756 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.762 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.762 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache 11:41:28.767 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:28.768 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.HotrodCache - successfully connected to remote cache [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.135 s - in org.eclipse.hono.deviceconnection.infinispan.client.CacheBasedDeviceConnectionInfoTest 11:41:29.046 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.047 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.047 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.051 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.051 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.052 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.055 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.055 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.056 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.059 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.060 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.060 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.064 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.064 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.064 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.068 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.068 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.069 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.072 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.072 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.072 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.074 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.075 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.075 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache 11:41:29.077 [ForkJoinPool-1-worker-2] INFO o.e.h.d.infinispan.client.BasicCache - starting cache 11:41:29.077 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - started cache manager 11:41:29.078 [ForkJoinPool-1-worker-2] INFO o.e.h.d.i.client.EmbeddedCache - successfully connected to cache [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0.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-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ client-device-connection-infinispan --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.1.0/client-device-connection-infinispan-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.1.0/client-device-connection-infinispan-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.1.0/client-device-connection-infinispan-2.1.0-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 2.1.0 [45/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-example --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-example --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/2.1.0/hono-example-2.1.0.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 2.1.0 [46/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-example-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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.10.1:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/classes [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-CLI-Native-Pipeline/examples/hono-client-examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-example-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-example-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0.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-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-example-client --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example-client --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/2.1.0/hono-example-client-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/2.1.0/hono-example-client-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/hono-example-client-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/2.1.0/hono-example-client-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 2.1.0 [47/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ 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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ protocol-gateway --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ protocol-gateway --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ protocol-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ protocol-gateway --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1086ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ protocol-gateway --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/2.1.0/protocol-gateway-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/2.1.0/protocol-gateway-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/2.1.0/protocol-gateway-2.1.0-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 2.1.0 [48/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-services --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-services --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/2.1.0/hono-services-2.1.0.pom [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-parent >---------------- [INFO] Building Hono Services Parent 2.1.0 [49/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services-parent --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-services-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-services-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-services-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-services-parent --- [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-parent --- [INFO] Set 1 system property [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-services-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/parent/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-services-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/parent/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-services-parent --- [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-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-services-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-services-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-services-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services-parent --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-parent/2.1.0/hono-services-parent-2.1.0.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-service-auth-base >--------------- [INFO] Building Hono Auth base 2.1.0 [50/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/2.10.2.Final/quarkus-resteasy-reactive-jackson-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/2.10.2.Final/quarkus-resteasy-reactive-jackson-2.10.2.Final.pom (2.2 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-parent/2.10.2.Final/quarkus-resteasy-reactive-jackson-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-parent/2.10.2.Final/quarkus-resteasy-reactive-jackson-parent-2.10.2.Final.pom (797 B at 3.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/2.10.2.Final/quarkus-resteasy-reactive-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/2.10.2.Final/quarkus-resteasy-reactive-2.10.2.Final.pom (3.1 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent/2.10.2.Final/quarkus-resteasy-reactive-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent/2.10.2.Final/quarkus-resteasy-reactive-parent-2.10.2.Final.pom (821 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/2.10.2.Final/quarkus-resteasy-reactive-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/2.10.2.Final/quarkus-resteasy-reactive-common-2.10.2.Final.pom (2.2 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/2.10.2.Final/resteasy-reactive-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/2.10.2.Final/resteasy-reactive-common-2.10.2.Final.pom (2.7 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/2.10.2.Final/resteasy-reactive-common-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/2.10.2.Final/resteasy-reactive-common-parent-2.10.2.Final.pom (739 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-parent/2.10.2.Final/resteasy-reactive-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-parent/2.10.2.Final/resteasy-reactive-parent-2.10.2.Final.pom (36 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/stork/stork-bom/1.1.2/stork-bom-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/stork/stork-bom/1.1.2/stork-bom-1.1.2.pom (5.6 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/2.10.2.Final/resteasy-reactive-vertx-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/2.10.2.Final/resteasy-reactive-vertx-2.10.2.Final.pom (4.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/2.10.2.Final/resteasy-reactive-server-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/2.10.2.Final/resteasy-reactive-server-parent-2.10.2.Final.pom (834 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/2.10.2.Final/resteasy-reactive-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/2.10.2.Final/resteasy-reactive-2.10.2.Final.pom (2.4 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-2.10.2.Final.pom (2.1 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-parent/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-parent/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-parent-2.10.2.Final.pom (816 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/2.10.2.Final/resteasy-reactive-jackson-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/2.10.2.Final/resteasy-reactive-jackson-2.10.2.Final.pom (3.5 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom (35 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/2.10.2.Final/quarkus-resteasy-reactive-jackson-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/2.10.2.Final/quarkus-resteasy-reactive-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/2.10.2.Final/quarkus-resteasy-reactive-common-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/2.10.2.Final/resteasy-reactive-common-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/2.10.2.Final/resteasy-reactive-vertx-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/2.10.2.Final/quarkus-resteasy-reactive-jackson-2.10.2.Final.jar (31 kB at 849 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/2.10.2.Final/resteasy-reactive-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/2.10.2.Final/resteasy-reactive-vertx-2.10.2.Final.jar (55 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/2.10.2.Final/quarkus-resteasy-reactive-2.10.2.Final.jar (80 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/2.10.2.Final/resteasy-reactive-jackson-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/2.10.2.Final/quarkus-resteasy-reactive-common-2.10.2.Final.jar (13 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/2.10.2.Final/resteasy-reactive-2.10.2.Final.jar (480 kB at 6.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar (140 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/2.10.2.Final/resteasy-reactive-common-2.10.2.Final.jar (294 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/2.10.2.Final/resteasy-reactive-jackson-2.10.2.Final.jar (6.9 kB at 71 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-2.10.2.Final.jar (9.7 kB at 100 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-auth-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-auth-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-auth-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/certs with includes "" and excludes "META-INF/**" [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 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-auth-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest [INFO] Running org.eclipse.hono.authentication.SimpleAuthenticationServerTest [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceOptionsTest 2022-08-22 11:41:43,464 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 s - in org.eclipse.hono.authentication.SimpleAuthenticationServerTest 2022-08-22 11:41:43,912 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:43,951 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:43,953 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:43,961 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:43,963 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:43,972 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:43,973 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:43,982 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:43,983 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,002 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,004 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,041 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,043 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,054 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,056 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,067 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,069 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,076 ERROR [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) 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:127) at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.lambda$emitSuccess$0(FutureBase.java:54) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:503) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) 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:833) 2022-08-22 11:41:44,087 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,088 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,100 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,101 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,140 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,141 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2022-08-22 11:41:44,149 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2022-08-22 11:41:44,150 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 s - in org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0.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-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-auth-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.1.0/hono-service-auth-base-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.1.0/hono-service-auth-base-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/hono-service-auth-base-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.1.0/hono-service-auth-base-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth Server 2.1.0 [51/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-auth --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-auth --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-auth --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/classes/META-INF/jandex.idx [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-CLI-Native-Pipeline/services/auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-service-auth --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-auth --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-service-auth --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-kotlin/2.10.2.Final/quarkus-resteasy-reactive-kotlin-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-kotlin/2.10.2.Final/quarkus-resteasy-reactive-kotlin-2.10.2.Final.jar (32 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-deployment-2.10.2.Final.pom (2.7 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/2.10.2.Final/quarkus-resteasy-reactive-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/2.10.2.Final/quarkus-resteasy-reactive-deployment-2.10.2.Final.pom (5.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/2.10.2.Final/resteasy-reactive-processor-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/2.10.2.Final/resteasy-reactive-processor-2.10.2.Final.pom (2.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/2.10.2.Final/resteasy-reactive-common-processor-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/2.10.2.Final/resteasy-reactive-common-processor-2.10.2.Final.pom (2.7 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-server-spi-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-server-spi-deployment-2.10.2.Final.pom (1.0 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/2.10.2.Final/quarkus-jaxrs-spi-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/2.10.2.Final/quarkus-jaxrs-spi-deployment-2.10.2.Final.pom (780 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-parent/2.10.2.Final/quarkus-jaxrs-spi-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-parent/2.10.2.Final/quarkus-jaxrs-spi-parent-2.10.2.Final.pom (724 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/2.10.2.Final/quarkus-security-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/2.10.2.Final/quarkus-security-spi-2.10.2.Final.pom (1.5 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-common-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-common-deployment-2.10.2.Final.pom (3.6 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-deployment-2.10.2.Final.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/2.10.2.Final/resteasy-reactive-common-processor-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/2.10.2.Final/resteasy-reactive-processor-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-server-spi-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/2.10.2.Final/quarkus-jaxrs-spi-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/2.10.2.Final/quarkus-security-spi-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/2.10.2.Final/resteasy-reactive-processor-2.10.2.Final.jar (146 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-common-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/2.10.2.Final/quarkus-jaxrs-spi-deployment-2.10.2.Final.jar (3.3 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/2.10.2.Final/quarkus-resteasy-reactive-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/2.10.2.Final/resteasy-reactive-common-processor-2.10.2.Final.jar (118 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/2.10.2.Final/quarkus-resteasy-reactive-server-spi-deployment-2.10.2.Final.jar (6.5 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/2.10.2.Final/quarkus-security-spi-2.10.2.Final.jar (4.6 kB at 47 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-common-deployment-2.10.2.Final.jar (29 kB at 278 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/2.10.2.Final/quarkus-resteasy-reactive-deployment-2.10.2.Final.jar (116 kB at 999 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-deployment-2.10.2.Final.jar (14 kB at 116 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/2.10.2.Final/quarkus-resteasy-reactive-jackson-common-deployment-2.10.2.Final.jar (3.9 kB at 11 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1794ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-auth --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.1.0/hono-service-auth-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.1.0/hono-service-auth-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/hono-service-auth-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.1.0/hono-service-auth-2.1.0-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 2.1.0 [52/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.pom (3.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 487 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.jar (12 kB at 147 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-base --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-device-registry-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] Copying 1 resource [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] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-device-registry-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/classes/META-INF/jandex.idx [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.10.1:testCompile (default-testCompile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-device-registry-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.765 s - in org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractDeviceManagementServiceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 s - in org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.deviceregistry.service.device.AbstractDeviceManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.EdgeDeviceAutoProvisionerTest 2022-08-22 11:42:04,046 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1234940726 2022-08-22 11:42:04,139 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 817162034 2022-08-22 11:42:04,145 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 527738587 2022-08-22 11:42:04,382 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1184798745 2022-08-22 11:42:04,436 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1567161448 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.373 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest 2022-08-22 11:42:04,453 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1313579749 2022-08-22 11:42:04,458 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1910857378 2022-08-22 11:42:04,462 INFO [org.ecl.hon.dev.ser.dev.EdgeDeviceAutoProvisioner] (ForkJoinPool-1-worker-3) 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] 2022-08-22 11:42:04,462 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1161375637 2022-08-22 11:42:04,467 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1873656479 2022-08-22 11:42:04,471 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 634704720 2022-08-22 11:42:04,535 INFO [org.ecl.hon.dev.ser.dev.EdgeDeviceAutoProvisioner] (ForkJoinPool-1-worker-3) attempted to auto-provision device [foobar42] via gateway [another-barfoo4711] of tenant [DEFAULT_TENANT] but the registration data's via contains only [barfoo4711] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.AbstractTenantManagementServiceTest 2022-08-22 11:42:04,545 WARN [org.ecl.hon.dev.ser.dev.EdgeDeviceAutoProvisioner] (ForkJoinPool-1-worker-3) failed to mark device's auto-provisioning notification as having been sent [tenant-id: DEFAULT_TENANT, device-id: foobar42, device-version: null, status: 500] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in org.eclipse.hono.deviceregistry.service.device.EdgeDeviceAutoProvisionerTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.deviceregistry.service.tenant.AbstractTenantManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.util.DeviceRegistryUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.deviceregistry.util.DeviceRegistryUtilsTest [INFO] Running org.eclipse.hono.service.management.FilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Running org.eclipse.hono.service.management.SortTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.service.management.SortTest [INFO] Running org.eclipse.hono.service.management.credentials.CommonSecretTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.hono.service.management.FilterTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsDtoTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.hono.service.management.credentials.CredentialsDtoTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.service.management.credentials.CommonSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest [INFO] Running org.eclipse.hono.service.management.credentials.GenericSecretTest 2022-08-22 11:42:04,748 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:04,748 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:04,766 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:04,770 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.hono.service.management.credentials.GenericSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.PasswordSecretTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.service.management.credentials.PasswordSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.PskSecretTest 2022-08-22 11:42:04,851 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:04,854 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:04,860 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.service.management.credentials.PskSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.X509CertificateSecretTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.service.management.credentials.X509CertificateSecretTest [INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.device.DeviceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.service.management.device.DeviceTest [INFO] Running org.eclipse.hono.service.management.device.DeviceAndGatewayAutoProvisionerTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest 2022-08-22 11:42:05,794 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) failed to mark device's auto-provisioning notification as having been sent [tenant-id: 08f575cb-cf0c-41f1-a2ea-cfbed5de3ad8, device-id: 9115a3a7-2667-427a-a443-bb2bc785943d, device-version: null, status: 500] 2022-08-22 11:42:05,845 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,847 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,848 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,855 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,858 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,865 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,876 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,880 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:05,884 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:06,046 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:06,051 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:06,053 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:06,055 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:06,057 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:06,058 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:06,059 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: .* [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s - in org.eclipse.hono.service.management.credentials.CredentialsTest 2022-08-22 11:42:06,151 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) auto-provisioning failed: credentials could not be set [tenant-id: 9cbc4d75-92ed-4ca3-bcf5-4d833c832f01, device-id: 54aea1c5-425e-4723-998d-5940a6db34be, auth-id: O=Eclipse,OU=Hono,CN=8c2938f7-95fb-47be-80c2-fa6241f44d0b, status: 500] 2022-08-22 11:42:07,453 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) failed to mark device's auto-provisioning notification as having been sent [tenant-id: 917245fa-454d-4419-a957-95c62c7ed1c1, device-id: 5a69f769-6949-42c7-b03d-8b1520e7b025, device-version: null, status: 500] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.195 s - in org.eclipse.hono.service.management.device.DeviceAndGatewayAutoProvisionerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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 51 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-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0.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-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-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-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-device-registry-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-tests.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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.7: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-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.1.0/hono-service-device-registry-base-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.1.0/hono-service-device-registry-base-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.1.0/hono-service-device-registry-base-2.1.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.1.0/hono-service-device-registry-base-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 2.1.0 [53/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.2.7/vertx-jdbc-client-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.2.7/vertx-jdbc-client-4.2.7.pom (6.2 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.2.7/vertx-sql-client-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.2.7/vertx-sql-client-4.2.7.pom (2.3 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client-parent/4.2.7/vertx-sql-client-parent-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client-parent/4.2.7/vertx-sql-client-parent-4.2.7.pom (7.7 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom (1.5 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom (3.7 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.2.7/vertx-jdbc-client-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.2.7/vertx-sql-client-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar (501 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.2.7/vertx-sql-client-4.2.7.jar (155 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar (631 kB at 8.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.2.7/vertx-jdbc-client-4.2.7.jar (142 kB at 855 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-base-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-base-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-base-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-base-jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/classes/META-INF/jandex.idx [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-CLI-Native-Pipeline/services/base-jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/services/base-jdbc/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-base-jdbc --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.StatementTest SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/jboss/slf4j/slf4j-jboss-logmanager/1.1.0.Final/slf4j-jboss-logmanager-1.1.0.Final.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.9/logback-classic-1.2.9.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Slf4jLoggerFactory] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in org.eclipse.hono.service.base.jdbc.store.StatementTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 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-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0.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-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-base-jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-service-base-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-service-base-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-jdbc --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.1.0/hono-service-base-jdbc-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.1.0/hono-service-base-jdbc-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.1.0/hono-service-base-jdbc-2.1.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-service-command-router >------------ [INFO] Building Hono Command Router 2.1.0 [54/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/2.10.2.Final/quarkus-kubernetes-client-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/2.10.2.Final/quarkus-kubernetes-client-2.10.2.Final.pom (4.0 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-parent/2.10.2.Final/quarkus-kubernetes-client-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-parent/2.10.2.Final/quarkus-kubernetes-client-parent-2.10.2.Final.pom (878 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/2.10.2.Final/quarkus-kubernetes-client-internal-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/2.10.2.Final/quarkus-kubernetes-client-internal-2.10.2.Final.pom (2.0 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/5.12.2/kubernetes-client-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/5.12.2/kubernetes-client-5.12.2.pom (13 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-project/5.12.2/kubernetes-client-project-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-project/5.12.2/kubernetes-client-project-5.12.2.pom (48 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.1/jackson-bom-2.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.1/jackson-bom-2.13.1.pom (17 kB at 868 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/5.12.2/kubernetes-model-core-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/5.12.2/kubernetes-model-core-5.12.2.pom (10 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-generator/5.12.2/kubernetes-model-generator-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-generator/5.12.2/kubernetes-model-generator-5.12.2.pom (12 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/5.12.2/kubernetes-model-common-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/5.12.2/kubernetes-model-common-5.12.2.pom (2.0 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/5.12.2/kubernetes-model-rbac-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/5.12.2/kubernetes-model-rbac-5.12.2.pom (3.2 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/5.12.2/kubernetes-model-admissionregistration-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/5.12.2/kubernetes-model-admissionregistration-5.12.2.pom (4.2 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/5.12.2/kubernetes-model-apps-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/5.12.2/kubernetes-model-apps-5.12.2.pom (3.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/5.12.2/kubernetes-model-autoscaling-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/5.12.2/kubernetes-model-autoscaling-5.12.2.pom (3.1 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/5.12.2/kubernetes-model-apiextensions-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/5.12.2/kubernetes-model-apiextensions-5.12.2.pom (3.1 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/5.12.2/kubernetes-model-batch-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/5.12.2/kubernetes-model-batch-5.12.2.pom (3.1 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/5.12.2/kubernetes-model-certificates-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/5.12.2/kubernetes-model-certificates-5.12.2.pom (3.1 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/5.12.2/kubernetes-model-coordination-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/5.12.2/kubernetes-model-coordination-5.12.2.pom (3.8 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/5.12.2/kubernetes-model-discovery-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/5.12.2/kubernetes-model-discovery-5.12.2.pom (3.1 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/5.12.2/kubernetes-model-events-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/5.12.2/kubernetes-model-events-5.12.2.pom (3.1 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/5.12.2/kubernetes-model-extensions-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/5.12.2/kubernetes-model-extensions-5.12.2.pom (3.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/5.12.2/kubernetes-model-flowcontrol-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/5.12.2/kubernetes-model-flowcontrol-5.12.2.pom (3.1 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/5.12.2/kubernetes-model-networking-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/5.12.2/kubernetes-model-networking-5.12.2.pom (3.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/5.12.2/kubernetes-model-metrics-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/5.12.2/kubernetes-model-metrics-5.12.2.pom (3.2 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/5.12.2/kubernetes-model-policy-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/5.12.2/kubernetes-model-policy-5.12.2.pom (3.1 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/5.12.2/kubernetes-model-scheduling-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/5.12.2/kubernetes-model-scheduling-5.12.2.pom (3.1 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/5.12.2/kubernetes-model-storageclass-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/5.12.2/kubernetes-model-storageclass-5.12.2.pom (3.1 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/5.12.2/kubernetes-model-node-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/5.12.2/kubernetes-model-node-5.12.2.pom (3.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.pom (2.2 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom (14 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mifmif/generex/1.0.2/generex-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mifmif/generex/1.0.2/generex-1.0.2.pom (11 kB at 356 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.pom (1.1 kB at 22 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 305 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 257 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 404 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 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 696 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/5.12.2/kubernetes-server-mock-5.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/5.12.2/kubernetes-server-mock-5.12.2.pom (2.4 kB at 6.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.pom (8.4 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.pom (2.6 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.12.12/parent-3.12.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.12.12/parent-3.12.12.pom (21 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/2.10.2.Final/quarkus-kubernetes-client-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/2.10.2.Final/quarkus-kubernetes-client-internal-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/5.12.2/kubernetes-client-5.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/5.12.2/kubernetes-model-core-5.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/5.12.2/kubernetes-model-common-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/2.10.2.Final/quarkus-kubernetes-client-2.10.2.Final.jar (7.7 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/5.12.2/kubernetes-model-rbac-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/5.12.2/kubernetes-model-common-5.12.2.jar (20 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/5.12.2/kubernetes-model-admissionregistration-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/5.12.2/kubernetes-model-rbac-5.12.2.jar (177 kB at 919 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/5.12.2/kubernetes-model-apps-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/5.12.2/kubernetes-model-admissionregistration-5.12.2.jar (776 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/5.12.2/kubernetes-model-autoscaling-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/5.12.2/kubernetes-model-autoscaling-5.12.2.jar (654 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/5.12.2/kubernetes-model-apiextensions-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/5.12.2/kubernetes-model-apiextensions-5.12.2.jar (718 kB at 687 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/5.12.2/kubernetes-model-batch-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/5.12.2/kubernetes-model-batch-5.12.2.jar (249 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/5.12.2/kubernetes-model-certificates-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/5.12.2/kubernetes-model-certificates-5.12.2.jar (147 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/5.12.2/kubernetes-model-coordination-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/5.12.2/kubernetes-model-coordination-5.12.2.jar (49 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/5.12.2/kubernetes-model-discovery-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/5.12.2/kubernetes-model-discovery-5.12.2.jar (194 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/5.12.2/kubernetes-model-events-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/5.12.2/kubernetes-model-apps-5.12.2.jar (444 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/5.12.2/kubernetes-model-extensions-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/5.12.2/kubernetes-client-5.12.2.jar (858 kB at 641 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/5.12.2/kubernetes-model-flowcontrol-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/5.12.2/kubernetes-model-events-5.12.2.jar (104 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/5.12.2/kubernetes-model-networking-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/2.10.2.Final/quarkus-kubernetes-client-internal-2.10.2.Final.jar (8.8 kB at 6.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/5.12.2/kubernetes-model-metrics-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/5.12.2/kubernetes-model-extensions-5.12.2.jar (538 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/5.12.2/kubernetes-model-policy-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/5.12.2/kubernetes-model-flowcontrol-5.12.2.jar (269 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/5.12.2/kubernetes-model-scheduling-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/5.12.2/kubernetes-model-core-5.12.2.jar (4.2 MB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/5.12.2/kubernetes-model-storageclass-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/5.12.2/kubernetes-model-metrics-5.12.2.jar (78 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/5.12.2/kubernetes-model-node-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/5.12.2/kubernetes-model-policy-5.12.2.jar (344 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/5.12.2/kubernetes-model-scheduling-5.12.2.jar (66 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/5.12.2/kubernetes-model-networking-5.12.2.jar (464 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar (12 kB at 8.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/5.12.2/kubernetes-model-storageclass-5.12.2.jar (370 kB at 245 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/5.12.2/kubernetes-model-node-5.12.2.jar (160 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/5.12.2/kubernetes-server-mock-5.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar (36 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar (14 kB at 9.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.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 29 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/junit/junit/4.12/junit-4.12.jar (315 kB at 204 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.jar (176 kB at 113 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.jar (37 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/5.12.2/kubernetes-server-mock-5.12.2.jar (43 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.jar (79 kB at 49 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-command-router --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-command-router --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-command-router --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-command-router --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-command-router --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/src/main/java/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/src/main/java/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-command-router --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-service-command-router --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-service-command-router --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-command-router --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest [INFO] Running org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.DelegatingCommandRouterAmqpEndpointTest 2022-08-22 11:42:26,579 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) stopping command router 2022-08-22 11:42:26,565 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) partition [hono.command.DEFAULT_TENANT-0] isn't being handled anymore but its command queue isn't empty! [queue size: 3] 2022-08-22 11:42:26,652 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) 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: 20dcorrelationId]] 2022-08-22 11:42:26,654 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) successfully stopped command router 2022-08-22 11:42:26,670 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) 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: 20dcorrelationId]] 2022-08-22 11:42:26,673 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) 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: 20dcorrelationId]] 2022-08-22 11:42:26,738 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 1]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:221) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2022-08-22 11:42:26,740 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 2]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:222) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2022-08-22 11:42:26,742 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 3]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:223) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2022-08-22 11:42:26,744 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 4]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:224) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2022-08-22 11:42:26,745 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 5]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:225) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2022-08-22 11:42:26,747 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 6]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:226) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725) 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$7(TestMethodTestDescriptor.java:214) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) 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$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.593 s - in org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.KubernetesBasedAdapterInstanceStatusServiceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.803 s - in org.eclipse.hono.commandrouter.impl.DelegatingCommandRouterAmqpEndpointTest [INFO] Running org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.876 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest 2022-08-22 11:42:27,573 INFO [okh.moc.MockWebServer] (MockWebServer 53465) MockWebServer[53465] starting to accept connections [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.InternalKafkaTopicCleanupServiceTest 2022-08-22 11:42:27,740 INFO [org.ecl.hon.com.imp.kaf.KafkaBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) command processing timed out after 8s [Command [name: cmd-subject, tenant-id: e5c8d67d-7237-4f71-9df2-6ba71b6343f1, device-id: a29e9e1a-bf27-4359-8985-df57d9da16ac, request-id: null]] 2022-08-22 11:42:27,768 INFO [org.ecl.hon.com.imp.kaf.KafkaBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) command processing timed out after 8s [Command [name: cmd-subject, tenant-id: 8653ceaf-5476-4d7d-a426-0f0a98d3c69a, device-id: 7bdf675b-2978-4831-972e-c397662b6a62, request-id: null]] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest 2022-08-22 11:42:27,842 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) started InternalKafkaTopicCleanupService 2022-08-22 11:42:27,847 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) marking topics as to be deleted on next run [hono.command_internal.myAdapter_000000000000_2, hono.command_internal.myAdapter_000000000000_0, hono.command_internal.myAdapter_000000000000_1] 2022-08-22 11:42:27,849 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) triggered deletion of 3 topics ([hono.command_internal.myAdapter_000000000000_2, hono.command_internal.myAdapter_000000000000_0, hono.command_internal.myAdapter_000000000000_1]) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.hono.commandrouter.impl.kafka.InternalKafkaTopicCleanupServiceTest 2022-08-22 11:42:28,037 INFO [okh.moc.MockWebServer] (MockWebServer 59059) MockWebServer[59059] starting to accept connections 2022-08-22 11:42:28,177 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:44838) MockWebServer[59059] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,392 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,393 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [9971be0ab57f]; active adapter containers now: 1 2022-08-22 11:42:28,393 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod1], container [587a62db376e]; active adapter containers now: 2 2022-08-22 11:42:28,407 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {587a62db376e=testPod1, 9971be0ab57f=testPod0} 2022-08-22 11:42:28,458 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:59059/...) removed entry for pod [testPod1] and terminated container [587a62db376e] (reason: 'null'); active adapter containers now: 1 2022-08-22 11:42:28,458 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:59059/...) added entry for pod [testPod1], container [67032287aaa5]; active adapter containers now: 2 2022-08-22 11:42:28,459 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:44838) MockWebServer[59059] received request: GET /api/v1/namespaces/test/pods?allowWatchBookmarks=true&watch=true HTTP/1.1 and responded: HTTP/1.1 101 Switching Protocols 2022-08-22 11:42:28,459 INFO [okh.moc.MockWebServer] (MockWebServer 59059) MockWebServer[59059] done accepting connections: Socket closed 2022-08-22 11:42:28,462 INFO [okh.moc.MockWebServer] (MockWebServer 53649) MockWebServer[53649] starting to accept connections 2022-08-22 11:42:28,466 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:51558) MockWebServer[53649] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,466 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,466 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [904c26dfebd3]; active adapter containers now: 1 2022-08-22 11:42:28,468 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {904c26dfebd3=testPod0} 2022-08-22 11:42:28,479 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:53649/...) added entry for pod [testPod1], container [bbae5ac7b9b6]; active adapter containers now: 2 2022-08-22 11:42:28,480 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:51558) MockWebServer[53649] received request: GET /api/v1/namespaces/test/pods?allowWatchBookmarks=true&watch=true HTTP/1.1 and responded: HTTP/1.1 101 Switching Protocols 2022-08-22 11:42:28,480 INFO [okh.moc.MockWebServer] (MockWebServer 53649) MockWebServer[53649] done accepting connections: Socket closed 2022-08-22 11:42:28,483 INFO [okh.moc.MockWebServer] (MockWebServer 54837) MockWebServer[54837] starting to accept connections 2022-08-22 11:42:28,486 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:35978) MockWebServer[54837] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,486 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,487 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [24f36fac2dcd]; active adapter containers now: 1 2022-08-22 11:42:28,487 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod1], container [0a17e7436a20]; active adapter containers now: 2 2022-08-22 11:42:28,489 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {0a17e7436a20=testPod1, 24f36fac2dcd=testPod0} 2022-08-22 11:42:28,499 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:54837/...) removed entry for deleted pod [testPod1], container [0a17e7436a20]; active adapter containers now: 1 2022-08-22 11:42:28,500 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:35978) MockWebServer[54837] received request: GET /api/v1/namespaces/test/pods?allowWatchBookmarks=true&watch=true HTTP/1.1 and responded: HTTP/1.1 101 Switching Protocols 2022-08-22 11:42:28,500 INFO [okh.moc.MockWebServer] (MockWebServer 54837) MockWebServer[54837] done accepting connections: Socket closed 2022-08-22 11:42:28,502 INFO [okh.moc.MockWebServer] (MockWebServer 49655) MockWebServer[49655] starting to accept connections 2022-08-22 11:42:28,633 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:42288) MockWebServer[49655] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,633 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,633 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [ae3ba65979fa]; active adapter containers now: 1 2022-08-22 11:42:28,636 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {ae3ba65979fa=testPod0} 2022-08-22 11:42:28,661 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:42288) MockWebServer[49655] received request: GET /api/v1/namespaces/test/pods?allowWatchBookmarks=true&watch=true HTTP/1.1 and responded: HTTP/1.1 101 Switching Protocols 2022-08-22 11:42:28,661 ERROR [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:49655/...) Watcher closed with error: io.fabric8.kubernetes.client.WatcherException: 410: The event in requested index is outdated and cleared (the requested history has been cleared [3/1]) [2] at io.fabric8.kubernetes.client.dsl.internal.AbstractWatchManager.onStatus(AbstractWatchManager.java:322) at io.fabric8.kubernetes.client.dsl.internal.AbstractWatchManager.onMessage(AbstractWatchManager.java:289) at io.fabric8.kubernetes.client.dsl.internal.WatcherWebSocketListener.onMessage(WatcherWebSocketListener.java:68) at io.fabric8.kubernetes.client.okhttp.OkHttpWebSocketImpl$BuilderImpl$1.onMessage(OkHttpWebSocketImpl.java:97) at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.java:322) at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.java:219) at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:105) at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.java:273) at okhttp3.internal.ws.RealWebSocket$1.onResponse(RealWebSocket.java:209) at okhttp3.RealCall$AsyncCall.execute(RealCall.java:174) at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: io.fabric8.kubernetes.client.KubernetesClientException: 410: The event in requested index is outdated and cleared (the requested history has been cleared [3/1]) [2] ... 14 more 2022-08-22 11:42:28,761 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:49655/...) Recreating watch 2022-08-22 11:42:28,763 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:42290) MockWebServer[49655] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,763 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:49655/...) refresh container status list 2022-08-22 11:42:28,764 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:49655/...) added entry for pod [testPod0], container [ae3ba65979fa]; active adapter containers now: 1 2022-08-22 11:42:28,766 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:49655/...) initialized list of active adapter containers: {ae3ba65979fa=testPod0} 2022-08-22 11:42:28,776 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (OkHttp http://localhost:49655/...) added entry for pod [testPod1], container [687b9e0b665e]; active adapter containers now: 2 2022-08-22 11:42:28,777 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:42290) MockWebServer[49655] received request: GET /api/v1/namespaces/test/pods?allowWatchBookmarks=true&watch=true HTTP/1.1 and responded: HTTP/1.1 101 Switching Protocols 2022-08-22 11:42:28,782 INFO [okh.moc.MockWebServer] (MockWebServer 49655) MockWebServer[49655] done accepting connections: Socket closed 2022-08-22 11:42:28,784 INFO [okh.moc.MockWebServer] (MockWebServer 37659) MockWebServer[37659] starting to accept connections 2022-08-22 11:42:28,787 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:44064) MockWebServer[37659] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,788 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,788 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [ce9ffcb3dcdb]; active adapter containers now: 1 2022-08-22 11:42:28,791 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {ce9ffcb3dcdb=testPod0} 2022-08-22 11:42:28,793 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:44066) MockWebServer[37659] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,794 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,794 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [ce9ffcb3dcdb]; active adapter containers now: 1 2022-08-22 11:42:28,796 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:44066) MockWebServer[37659] received request: GET /api/v1/namespaces/test/pods HTTP/1.1 and responded: HTTP/1.1 200 OK 2022-08-22 11:42:28,796 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2022-08-22 11:42:28,796 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [testPod0], container [ce9ffcb3dcdb]; active adapter containers now: 1 2022-08-22 11:42:28,797 INFO [okh.moc.MockWebServer] (MockWebServer 37659) MockWebServer[37659] done accepting connections: Socket closed 2022-08-22 11:42:28,797 INFO [okh.moc.MockWebServer] (MockWebServer /127.0.0.1:44064) MockWebServer[37659] received request: GET /api/v1/namespaces/test/pods?allowWatchBookmarks=true&watch=true HTTP/1.1 and responded: HTTP/1.1 101 Switching Protocols [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.052 s - in org.eclipse.hono.commandrouter.impl.KubernetesBasedAdapterInstanceStatusServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-service-command-router --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/2.10.2.Final/quarkus-kubernetes-client-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/2.10.2.Final/quarkus-kubernetes-client-deployment-2.10.2.Final.pom (1.7 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/2.10.2.Final/quarkus-kubernetes-client-internal-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/2.10.2.Final/quarkus-kubernetes-client-internal-deployment-2.10.2.Final.pom (2.2 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/2.10.2.Final/quarkus-kubernetes-client-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/2.10.2.Final/quarkus-kubernetes-client-spi-2.10.2.Final.pom (2.2 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/2.10.2.Final/quarkus-kubernetes-client-spi-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/2.10.2.Final/quarkus-kubernetes-client-internal-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/2.10.2.Final/quarkus-kubernetes-client-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/2.10.2.Final/quarkus-kubernetes-client-spi-2.10.2.Final.jar (3.4 kB at 101 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/2.10.2.Final/quarkus-kubernetes-client-internal-deployment-2.10.2.Final.jar (5.1 kB at 146 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/2.10.2.Final/quarkus-kubernetes-client-deployment-2.10.2.Final.jar (10 kB at 98 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1943ms [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-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-command-router --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.1.0/hono-service-command-router-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.1.0/hono-service-command-router-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/hono-service-command-router-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.1.0/hono-service-command-router-2.1.0-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 2.1.0 [55/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.2.7/vertx-auth-jdbc-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.2.7/vertx-auth-jdbc-4.2.7.pom (1.7 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.1.210/h2-2.1.210.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.1.210/h2-2.1.210.pom (1.1 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.3.6/postgresql-42.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.3.6/postgresql-42.3.6.pom (2.7 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.17.3/postgresql-1.17.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.17.3/postgresql-1.17.3.pom (1.5 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.17.3/jdbc-1.17.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.17.3/jdbc-1.17.3.pom (1.5 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.17.3/database-commons-1.17.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.17.3/database-commons-1.17.3.pom (1.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.2.7/vertx-auth-jdbc-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.1.210/h2-2.1.210.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.3.6/postgresql-42.3.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.17.3/postgresql-1.17.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.17.3/jdbc-1.17.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.2.7/vertx-auth-jdbc-4.2.7.jar (32 kB at 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.17.3/database-commons-1.17.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.17.3/jdbc-1.17.3.jar (29 kB at 409 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.17.3/postgresql-1.17.3.jar (9.7 kB at 128 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 4.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.17.3/database-commons-1.17.3.jar (10 kB at 102 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.3.6/postgresql-42.3.6.jar (1.0 MB at 5.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.1.210/h2-2.1.210.jar (2.5 MB at 6.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-device-registry-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-device-registry-jdbc --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-device-registry-jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/classes/META-INF/jandex.idx [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.10.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-CLI-Native-Pipeline/services/device-registry-jdbc/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-device-registry-jdbc --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 2022-08-22 11:42:39,936 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:39,936 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:39,936 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:40,056 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2022-08-22 11:42:40,056 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:40,082 INFO [com.mch.v2.log.MLog] (MLog-Init-Reporter) MLog clients using slf4j logging. 2022-08-22 11:42:40,270 INFO [com.mch.v2.c3p.C3P0Registry] (vert.x-worker-thread-0) Initializing c3p0-0.9.5.5 [built 11-December-2019 22:18:33 -0800; debug? true; trace: 10] 2022-08-22 11:42:40,658 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:40,747 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,165 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,249 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,254 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,441 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,574 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,835 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,855 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,861 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:41,867 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,047 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,144 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.985 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 2022-08-22 11:42:42,245 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,363 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,370 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,371 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,439 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,566 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,691 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,761 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:42,962 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest 2022-08-22 11:42:42,969 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,049 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,052 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,258 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,259 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,366 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,457 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 2022-08-22 11:42:43,567 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,640 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,840 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,853 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,863 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,948 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:43,969 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,082 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,141 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,149 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,170 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,388 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,396 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,402 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,460 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,570 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,658 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,746 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,748 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,780 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,960 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,961 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:44,975 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,137 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,139 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,153 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,248 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,250 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,367 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,445 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,550 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,565 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.375 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 2022-08-22 11:42:45,747 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,749 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,754 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,840 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,863 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:45,886 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:46,035 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:46,143 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:46,239 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:46,343 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.807 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 2022-08-22 11:42:47,202 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,206 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,338 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,379 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,382 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,511 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,514 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,645 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,698 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,735 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2022-08-22 11:42:47,805 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.625 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (postgresql-tests) @ hono-service-device-registry-jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-service-device-registry-jdbc --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1730ms [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-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-device-registry-jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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.7: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-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.1.0/hono-service-device-registry-jdbc-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.1.0/hono-service-device-registry-jdbc-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.1.0/hono-service-device-registry-jdbc-2.1.0-sources.jar [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 2.1.0 [56/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.2.7/vertx-mongo-client-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.2.7/vertx-mongo-client-4.2.7.pom (4.3 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.3.4/mongodb-driver-reactivestreams-4.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.3.4/mongodb-driver-reactivestreams-4.3.4.pom (2.4 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/Californium-SR23/reactor-bom-Californium-SR23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/Californium-SR23/reactor-bom-Californium-SR23.pom (3.7 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.3.4/bson-4.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.3.4/bson-4.3.4.pom (1.3 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.3.4/mongodb-driver-core-4.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.3.4/mongodb-driver-core-4.3.4.pom (3.1 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.2.22.RELEASE/reactor-core-3.2.22.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.2.22.RELEASE/reactor-core-3.2.22.RELEASE.pom (2.6 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.2.7/vertx-auth-mongo-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.2.7/vertx-auth-mongo-4.2.7.pom (2.1 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/2.10.2.Final/quarkus-mongodb-client-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/2.10.2.Final/quarkus-mongodb-client-2.10.2.Final.pom (5.9 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-parent/2.10.2.Final/quarkus-mongodb-client-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-parent/2.10.2.Final/quarkus-mongodb-client-parent-2.10.2.Final.pom (725 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-2.10.2.Final.pom (2.6 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-parent/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-parent/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-parent-2.10.2.Final.pom (821 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-reactive-streams-operators-parent/2.10.2.Final/quarkus-reactive-streams-operators-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-reactive-streams-operators-parent/2.10.2.Final/quarkus-reactive-streams-operators-parent-2.10.2.Final.pom (890 B at 6.6 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 218 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 200 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 217 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 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/1.6.0/mutiny-reactive-streams-operators-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/1.6.0/mutiny-reactive-streams-operators-1.6.0.pom (5.8 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.3.4/mongodb-driver-sync-4.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.3.4/mongodb-driver-sync-4.3.4.pom (1.7 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.2.1/mongodb-crypt-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.2.1/mongodb-crypt-1.2.1.pom (1.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.17.3/mongodb-1.17.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.17.3/mongodb-1.17.3.pom (1.5 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.2.7/vertx-mongo-client-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.3.4/mongodb-driver-reactivestreams-4.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.3.4/bson-4.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.2.22.RELEASE/reactor-core-3.2.22.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.3.4/mongodb-driver-core-4.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.3.4/mongodb-driver-reactivestreams-4.3.4.jar (155 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.2.7/vertx-auth-mongo-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.2.7/vertx-mongo-client-4.2.7.jar (141 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/2.10.2.Final/quarkus-mongodb-client-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.3.4/bson-4.3.4.jar (501 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.3.4/mongodb-driver-core-4.3.4.jar (1.5 MB at 19 MB/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-mutiny-reactive-streams-operators/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-2.10.2.Final.jar (6.0 kB at 55 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/projectreactor/reactor-core/3.2.22.RELEASE/reactor-core-3.2.22.RELEASE.jar (1.5 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/1.6.0/mutiny-reactive-streams-operators-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.2.7/vertx-auth-mongo-4.2.7.jar (36 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.3.4/mongodb-driver-sync-4.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/2.10.2.Final/quarkus-mongodb-client-2.10.2.Final.jar (100 kB at 850 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.2.1/mongodb-crypt-1.2.1.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 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.17.3/mongodb-1.17.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/1.6.0/mutiny-reactive-streams-operators-1.6.0.jar (76 kB at 467 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.17.3/mongodb-1.17.3.jar (4.2 kB at 26 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.3.4/mongodb-driver-sync-4.3.4.jar (139 kB at 819 kB/s) [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 298 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.2.1/mongodb-crypt-1.2.1.jar (1.5 MB at 6.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-device-registry-mongodb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-device-registry-mongodb --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/config/MongoAuthProviderOptions.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/config/MongoAuthProviderOptions.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-service-device-registry-mongodb --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/classes/META-INF/jandex.idx [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 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-service-device-registry-mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-service-device-registry-mongodb --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/2.10.2.Final/quarkus-mongodb-client-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/2.10.2.Final/quarkus-mongodb-client-deployment-2.10.2.Final.pom (5.0 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-deployment-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-deployment-2.10.2.Final.pom (2.3 kB at 8.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/2.10.2.Final/quarkus-kubernetes-service-binding-spi-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/2.10.2.Final/quarkus-kubernetes-service-binding-spi-2.10.2.Final.pom (920 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-parent/2.10.2.Final/quarkus-kubernetes-service-binding-parent-2.10.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-parent/2.10.2.Final/quarkus-kubernetes-service-binding-parent-2.10.2.Final.pom (811 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-deployment-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/2.10.2.Final/quarkus-kubernetes-service-binding-spi-2.10.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/2.10.2.Final/quarkus-mongodb-client-deployment-2.10.2.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/2.10.2.Final/quarkus-kubernetes-service-binding-spi-2.10.2.Final.jar (4.7 kB at 90 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/2.10.2.Final/quarkus-mongodb-client-deployment-2.10.2.Final.jar (31 kB at 514 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/2.10.2.Final/quarkus-mutiny-reactive-streams-operators-deployment-2.10.2.Final.jar (4.8 kB at 60 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1884ms [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-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-device-registry-mongodb --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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.7: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-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.1.0/hono-service-device-registry-mongodb-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.1.0/hono-service-device-registry-mongodb-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.1.0/hono-service-device-registry-mongodb-2.1.0-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 2.1.0 [57/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-cbi-releases: 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 597 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-site --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-site --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-site --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-site --- [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site --- [INFO] Downloading from eclipse-cbi-releases: 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 80 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 12 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse-cbi-releases: 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.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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 7.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 5.7 MB/s) Please install "hugo" to be able to build the hono documentation. See readme.md for further details. build-site.sh: line 15: hugo: command not found [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-site --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-site --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-site/2.1.0/hono-site-2.1.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-tests >--------------------- [INFO] Building Hono Integration Tests 2.1.0 [58/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 66 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.48.Final/netty-tcnative-boringssl-static-2.0.48.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.48.Final/netty-tcnative-boringssl-static-2.0.48.Final.pom (60 kB at 838 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.74.Final/netty-transport-native-epoll-4.1.74.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.74.Final/netty-transport-native-epoll-4.1.74.Final.pom (19 kB at 337 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.74.Final/netty-transport-native-unix-common-4.1.74.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.74.Final/netty-transport-native-unix-common-4.1.74.Final.pom (26 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.74.Final/netty-transport-classes-epoll-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.74.Final/netty-transport-classes-epoll-4.1.74.Final.pom (2.1 kB at 18 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.74.Final/netty-transport-native-kqueue-4.1.74.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.74.Final/netty-transport-native-kqueue-4.1.74.Final.pom (24 kB at 612 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.74.Final/netty-transport-classes-kqueue-4.1.74.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.74.Final/netty-transport-classes-kqueue-4.1.74.Final.pom (2.1 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.6.0/qpid-jms-client-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.6.0/qpid-jms-client-1.6.0.pom (8.5 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/1.6.0/qpid-jms-parent-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/1.6.0/qpid-jms-parent-1.6.0.pom (16 kB at 543 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom (11 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.pom (24 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom (24 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom (3.0 kB at 213 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.48.Final/netty-tcnative-boringssl-static-2.0.48.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.74.Final/netty-transport-native-epoll-4.1.74.Final-linux-x86_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.74.Final/netty-transport-native-unix-common-4.1.74.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.74.Final/netty-transport-classes-epoll-4.1.74.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.74.Final/netty-transport-native-kqueue-4.1.74.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.74.Final/netty-transport-native-unix-common-4.1.74.Final.jar (40 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.74.Final/netty-transport-classes-kqueue-4.1.74.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.74.Final/netty-transport-native-kqueue-4.1.74.Final-osx-x86_64.jar (25 kB at 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.6.0/qpid-jms-client-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.74.Final/netty-transport-native-epoll-4.1.74.Final-linux-x86_64.jar (36 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.74.Final/netty-transport-classes-epoll-4.1.74.Final.jar (138 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar (1.2 MB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.74.Final/netty-transport-classes-kqueue-4.1.74.Final.jar (107 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.6.0/qpid-jms-client-1.6.0.jar (819 kB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar (57 kB at 358 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.48.Final/netty-tcnative-boringssl-static-2.0.48.Final.jar (4.9 MB at 21 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-tests --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:reserve-network-port (reserve-network-port) @ hono-tests --- [INFO] Downloading from eclipse-cbi-releases: 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 34 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 37 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [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.jar [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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 4.4 MB/s) [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.8 MB/s) [INFO] Reserved port 39981 for kafka.port [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 66 resources to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/target/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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 66 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/src/test/java/org/eclipse/hono/tests/DeviceRegistryHttpClient.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/src/test/java/org/eclipse/hono/tests/DeviceRegistryHttpClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/src/test/java/org/eclipse/hono/tests/DeviceRegistryHttpClient.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/src/test/java/org/eclipse/hono/tests/amqp/CommandAndControlAmqpIT.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/src/test/java/org/eclipse/hono/tests/amqp/CommandAndControlAmqpIT.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-tests --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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] --- write-properties-file-maven-plugin:1.0.1:write-properties-file (default) @ hono-tests --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.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-annotations/3.2/maven-plugin-tools-annotations-3.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-annotations/3.2/maven-plugin-tools-annotations-3.2.pom (4.3 kB at 93 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.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.2/maven-plugin-tools-3.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.2/maven-plugin-tools-3.2.pom (17 kB at 359 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.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-api/3.2/maven-plugin-tools-api-3.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-api/3.2/maven-plugin-tools-api-3.2.pom (3.0 kB at 47 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.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.2/maven-plugin-annotations-3.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.2/maven-plugin-annotations-3.2.pom (1.6 kB at 32 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom (417 B at 16 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 381 B/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom (2.8 kB at 100 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom (1.7 kB at 51 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 159 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.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.2/maven-plugin-annotations-3.2.jar [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/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar (40 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar (23 kB at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.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 713 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar (38 kB at 563 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 kB at 272 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar (58 kB at 627 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar (185 kB at 1.9 MB/s) [INFO] Creating directory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/target/docker [INFO] Saving properties to file /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/target/docker/kafka.port.properties [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.3.2:sign (sign-jars) @ hono-tests --- [WARNING] Can not read file '/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/target/classes', it will not be signed [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-tests --- [INFO] Skipping artifact installation [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.1.0 [59/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> maven-javadoc-plugin:3.2.0:aggregate (default-cli) > compile @ hono-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-parent --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Dependencies 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-bom --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Legal Documents 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 51 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Test Utils 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Core Test Utils 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Demo Certs 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ 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 45 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Core 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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-CLI-Native-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Clients 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Common 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client AMQP Connection 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-amqp-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-amqp-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-notification --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-notification --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-notification --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-notification --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-notification --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-notification --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Test Utils 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ client-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client AMQP Common 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-amqp-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client (AMQP) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-notification-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-notification-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-notification-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Kafka Test Utils 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ kafka-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Kafka Common 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-kafka-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client (Kafka) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-notification-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-notification-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-notification-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification-kafka/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service base 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/AbstractServiceBase.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/AbstractServiceBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Device Registry Client 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-registry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-registry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-registry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control (AMQP) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-command-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control (Kafka) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-command-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-kafka/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Registry Client (AMQP) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-registry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-registry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-registry-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry-amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-telemetry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-telemetry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-telemetry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-telemetry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-telemetry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-telemetry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client (AMQP) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-telemetry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-telemetry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-telemetry-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client (Kafka) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-telemetry-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-telemetry-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-telemetry-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/telemetry-kafka/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base Test Utils 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ adapter-base-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/test-utils/adapter-base-test-utils/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Adapters 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapters --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapters --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapters --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Adapters Parent 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapters-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapters-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapters-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapters-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono AMQP Adapter 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono CoAP Adapter 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-coap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-coap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-coap --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-coap --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-coap --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-coap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/coap/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter base 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-http-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-http-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http-base/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-http --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/http/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Lora Adapter 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-lora --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-lora --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-lora --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-lora --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-lora --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-lora --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter base 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-mqtt-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt-base/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-mqtt --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/mqtt/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Sigfox Adapter 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-adapter-sigfox --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-adapter-sigfox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-adapter-sigfox --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/sigfox/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Device AMQP 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-device-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-device-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications (AMQP) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/clients/application-amqp/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications (Kafka) 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-client-application-kafka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono command-line interface 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [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.10.1:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hotrod Device Connection client 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ client-device-connection-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-device-connection-infinispan --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Examples 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-example --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Examples 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-example-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] org.eclipse.hono:hono-demo-certs:jar:2.1.0 already exists in destination. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Gateway example 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ 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 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/protocol-gateway-example/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Services 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Services Parent 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-services-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-services-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-services-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-services-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-services-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-services-parent --- [INFO] Set 1 system property [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth base 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-auth-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-auth-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-auth-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth Server 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-auth --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-auth --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service Device Registry Base 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-device-registry-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-device-registry-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-service-device-registry-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [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] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Base classes for JDBC services 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-base-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-base-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [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.10.1:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Command Router 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-command-router --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-command-router --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-command-router --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-command-router --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-command-router --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-command-router --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/src/main/java/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/command-router/src/main/java/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono JDBC Based Device Registry 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-device-registry-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-device-registry-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-device-registry-jdbc --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Mongodb Based Device Registry 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-service-device-registry-mongodb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.0.0:set-system-properties (default) @ hono-service-device-registry-mongodb --- [INFO] Set 1 system property [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.10.1:compile (default-compile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/target/classes [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/config/MongoAuthProviderOptions.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/config/MongoAuthProviderOptions.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Site 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-site --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-site --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-site --- [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site --- build-site.sh: line 15: hugo: command not found Please install "hugo" to be able to build the hono documentation. See readme.md for further details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Integration Tests 2.1.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:reserve-network-port (reserve-network-port) @ hono-tests --- [INFO] Reserved port 34797 for kafka.port [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 66 resources to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/tests/target/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-tests --- [INFO] No sources to compile [INFO] [INFO] <<< maven-javadoc-plugin:3.2.0:aggregate (default-cli) < compile @ hono-parent <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:aggregate (default-cli) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: 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 56 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 283 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 244 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 51 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 412 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 70 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 241 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 334 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 249 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 771 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 67 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 59 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 86 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 287 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 630 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 152 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 247 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 64 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 140 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 107 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 190 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 120 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 337 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 5.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: 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 30 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 72 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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 3.8 kB/s) [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloading from eclipse-cbi-releases: 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloading from eclipse-cbi-releases: 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/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/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/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.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.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/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 2.0 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.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 3.6 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.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 406 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 207 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 207 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/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 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-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/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 411 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 1.5 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.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-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-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-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 618 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-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] 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 524 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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 2.4 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/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 175 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/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 154 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/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 905 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/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 3.6 MB/s) [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 2.5 MB/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 2.0 MB/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 65 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 3.8 MB/s) [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/javadoc-bundle-options. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.eclipse.hono.adapter... [WARNING] Loading source files for package org.eclipse.hono.adapter.auth.device... [WARNING] Loading source files for package org.eclipse.hono.adapter.limiting... [WARNING] Loading source files for package org.eclipse.hono.adapter.monitoring... [WARNING] Loading source files for package org.eclipse.hono.adapter.resourcelimits... [WARNING] Loading source files for package org.eclipse.hono.adapter.amqp... [WARNING] Loading source files for package org.eclipse.hono.adapter.amqp.app... [WARNING] Loading source files for package org.eclipse.hono.adapter.coap... [WARNING] Loading source files for package org.eclipse.hono.adapter.coap.app... [WARNING] Loading source files for package org.eclipse.hono.adapter.coap.impl... [WARNING] Loading source files for package org.eclipse.hono.adapter.http.app... [WARNING] Loading source files for package org.eclipse.hono.adapter.http... [WARNING] Loading source files for package org.eclipse.hono.adapter.http.impl... [WARNING] Loading source files for package org.eclipse.hono.adapter.lora... [WARNING] Loading source files for package org.eclipse.hono.adapter.lora.app... [WARNING] Loading source files for package org.eclipse.hono.adapter.lora.providers... [WARNING] Loading source files for package org.eclipse.hono.adapter.mqtt.app... [WARNING] Loading source files for package org.eclipse.hono.adapter.mqtt... [WARNING] Loading source files for package org.eclipse.hono.adapter.mqtt.impl... [WARNING] Loading source files for package org.eclipse.hono.adapter.sigfox.app... [WARNING] Loading source files for package org.eclipse.hono.adapter.sigfox.impl... [WARNING] Loading source files for package org.eclipse.hono.annotation... [WARNING] Loading source files for package org.eclipse.hono.auth... [WARNING] Loading source files for package org.eclipse.hono.config... [WARNING] Loading source files for package org.eclipse.hono.tracing... [WARNING] Loading source files for package org.eclipse.hono.util... [WARNING] Loading source files for package org.eclipse.hono.deviceconnection.infinispan.client... [WARNING] Loading source files for package org.eclipse.hono.client.amqp... [WARNING] Loading source files for package org.eclipse.hono.client.amqp.config... [WARNING] Loading source files for package org.eclipse.hono.client.amqp.connection... [WARNING] Loading source files for package org.eclipse.hono.client.amqp.connection.impl... [WARNING] Loading source files for package org.eclipse.hono.client.amqp.tracing... [WARNING] Loading source files for package org.eclipse.hono.application.client... [WARNING] Loading source files for package org.eclipse.hono.application.client.amqp... [WARNING] Loading source files for package org.eclipse.hono.application.client.kafka... [WARNING] Loading source files for package org.eclipse.hono.application.client.kafka.impl... [WARNING] Loading source files for package org.eclipse.hono.client... [WARNING] Loading source files for package org.eclipse.hono.client.util... [WARNING] Loading source files for package org.eclipse.hono.client.command... [WARNING] Loading source files for package org.eclipse.hono.client.command.amqp... [WARNING] Loading source files for package org.eclipse.hono.client.command.kafka... [WARNING] Loading source files for package org.eclipse.hono.client.device.amqp... [WARNING] Loading source files for package org.eclipse.hono.client.device.amqp.impl... [WARNING] Loading source files for package org.eclipse.hono.client.kafka... [WARNING] Loading source files for package org.eclipse.hono.client.kafka.consumer... [WARNING] Loading source files for package org.eclipse.hono.client.kafka.metrics... [WARNING] Loading source files for package org.eclipse.hono.client.kafka.producer... [WARNING] Loading source files for package org.eclipse.hono.client.kafka.tracing... [WARNING] Loading source files for package org.eclipse.hono.notification... [WARNING] Loading source files for package org.eclipse.hono.notification.deviceregistry... [WARNING] Loading source files for package org.eclipse.hono.client.notification.amqp... [WARNING] Loading source files for package org.eclipse.hono.client.notification.kafka... [WARNING] Loading source files for package org.eclipse.hono.client.registry... [WARNING] Loading source files for package org.eclipse.hono.client.registry.amqp... [WARNING] Loading source files for package org.eclipse.hono.client.telemetry... [WARNING] Loading source files for package org.eclipse.hono.client.telemetry.amqp... [WARNING] Loading source files for package org.eclipse.hono.client.telemetry.kafka... [WARNING] Loading source files for package org.eclipse.hono.devices... [WARNING] Loading source files for package org.eclipse.hono.vertx.example... [WARNING] Loading source files for package org.eclipse.hono.vertx.example.base... [WARNING] Loading source files for package org.eclipse.hono.example.protocolgateway... [WARNING] Loading source files for package org.eclipse.hono.example.protocolgateway.controller... [WARNING] Loading source files for package org.eclipse.hono.service... [WARNING] Loading source files for package org.eclipse.hono.service.amqp... [WARNING] Loading source files for package org.eclipse.hono.service.auth... [WARNING] Loading source files for package org.eclipse.hono.service.auth.delegating... [WARNING] Loading source files for package org.eclipse.hono.service.auth.delegating.quarkus... [WARNING] Loading source files for package org.eclipse.hono.service.cache... [WARNING] Loading source files for package org.eclipse.hono.service.http... [WARNING] Loading source files for package org.eclipse.hono.service.metric... [WARNING] Loading source files for package org.eclipse.hono.service.tracing... [WARNING] Loading source files for package org.eclipse.hono.service.util... [WARNING] Loading source files for package org.eclipse.hono.authentication.app... [WARNING] Loading source files for package org.eclipse.hono.authentication... [WARNING] Loading source files for package org.eclipse.hono.authentication.file... [WARNING] Loading source files for package org.eclipse.hono.service.base.jdbc.config... [WARNING] Loading source files for package org.eclipse.hono.service.base.jdbc.store... [WARNING] Loading source files for package org.eclipse.hono.service.base.jdbc.store.device... [WARNING] Loading source files for package org.eclipse.hono.service.base.jdbc.store.model... [WARNING] Loading source files for package org.eclipse.hono.service.base.jdbc.store.tenant... [WARNING] Loading source files for package org.eclipse.hono.commandrouter... [WARNING] Loading source files for package org.eclipse.hono.commandrouter.app... [WARNING] Loading source files for package org.eclipse.hono.commandrouter.impl... [WARNING] Loading source files for package org.eclipse.hono.commandrouter.impl.amqp... [WARNING] Loading source files for package org.eclipse.hono.commandrouter.impl.kafka... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.app... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.metrics... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.server... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.service.credentials... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.service.device... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.service.tenant... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.util... [WARNING] Loading source files for package org.eclipse.hono.service.credentials... [WARNING] Loading source files for package org.eclipse.hono.service.management... [WARNING] Loading source files for package org.eclipse.hono.service.management.credentials... [WARNING] Loading source files for package org.eclipse.hono.service.management.device... [WARNING] Loading source files for package org.eclipse.hono.service.management.tenant... [WARNING] Loading source files for package org.eclipse.hono.service.registration... [WARNING] Loading source files for package org.eclipse.hono.service.tenant... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.jdbc.app... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.jdbc.config... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.jdbc.impl... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.mongodb.app... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.mongodb.config... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.mongodb.model... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.mongodb.service... [WARNING] Loading source files for package org.eclipse.hono.deviceregistry.mongodb.utils... [WARNING] Constructing Javadoc information... [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] 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] Building index for all the packages and classes... [WARNING] Standard Doclet version 17.0.4+8 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AbstractAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:54: warning: no comment [WARNING] protected final DeviceManagementService deviceManagementService; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:55: warning: no comment [WARNING] protected final MessagingClientProvider eventSenderProvider; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:56: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/AbstractConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsManagementService.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsManagementService.java:52: warning: no comment [WARNING] protected TenantInformationService tenantInformationService = new NoopTenantInformationService(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsManagementService.java:54: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsService.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/credentials/AbstractCredentialsService.java:48: warning: no comment [WARNING] protected TenantInformationService tenantInformationService = new NoopTenantInformationService(); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/AbstractDelegatingHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/AbstractDelegatingRegistryHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AbstractDelegatingRequestResponseEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/AbstractDeviceCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.java:63: warning: no comment [WARNING] protected TenantInformationService tenantInformationService = new NoopTenantInformationService(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.java:62: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/AbstractDeviceRegistryApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:40: warning: no comment [WARNING] protected final JDBCClient client; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:41: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/AbstractEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AbstractHonoAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/AbstractHonoClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/AbstractHonoResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/AbstractHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/AbstractHttpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/AbstractKafkaBasedDownstreamSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/AbstractKafkaBasedMessageSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/AbstractKafkaConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/AbstractMappingAndDelegatingCommandHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/AbstractMessageSenderConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/AbstractMongoDbBasedRegistryConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/AbstractNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AbstractProtocolAdapterApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AbstractProtocolAdapterBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AbstractRegistrationService.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractRegistrationService.java:63: warning: no comment [WARNING] protected TenantInformationService tenantInformationService = new NoopTenantInformationService(); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AbstractRequestResponseEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/AbstractServiceApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/AbstractServiceBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/AbstractServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/AbstractStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/AbstractSubscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantManagementService.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantManagementService.java:53: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:52: warning: no comment [WARNING] protected final JDBCClient client; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:47: warning: no comment [WARNING] public static final String DEFAULT_TENANTS_TABLE_NAME = "tenants"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:48: warning: no comment [WARNING] public static final String DEFAULT_TRUST_ANCHORS_NAME = "tenant_trust_anchors"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:53: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/AbstractVertxBasedCoapAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ActilityEnterpriseProvider.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:31: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_CHANNEL = "Channel"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:32: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_FPORT = "FPort"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:33: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_FRAME_COUNT_UPLINK = "FCntUp"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:34: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LATITUTDE = "LrrLAT"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:35: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LONGITUDE = "LrrLON"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:36: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR = "Lrr"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:37: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_ID = "Lrrid"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:38: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_RSSI = "LrrRSSI"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:39: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_SNR = "LrrSNR"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:40: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRRS = "Lrrs"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:41: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_SPREADING_FACTOR = "SpFact"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:114: warning: no comment [WARNING] protected abstract LoraMetaData extractMetaData(JsonObject rootObject); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:46: warning: no comment [WARNING] protected Optional getRootObject(final JsonObject loraMessage) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ActilityWirelessProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/Activity.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Adapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AdapterConnectionsExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AdapterDisabledException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/AdapterInstanceStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/AdapterInstanceStatusProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/AdapterInstanceStatusService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/AdapterStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AddressAuthzHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/AddressHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:39: warning: no comment [WARNING] public static final String ADDRESS = DeviceChangeNotification.ADDRESS; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:40: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:38: warning: no comment [WARNING] public static final String TYPE_NAME = "all-devices-of-tenant-deleted-v1"; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/AmqpAdapterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/AmqpAdapterClientCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpAdapterSaslAuthenticatorFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/AmqpApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/AmqpConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/AmqpContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/AmqpErrorException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/AmqpExampleDevice.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/AmqpMessageContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/AmqpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/AmqpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/AmqpServiceBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/AmqpUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/AnnotatedCacheKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/ApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/ApplicationConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/ApplicationOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/ApplicationPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/AsyncHandlingAutoCommitKafkaConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/AuthenticatingClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/AuthenticatingClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/AuthenticationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/AuthenticationEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/AuthenticationServerClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/AuthenticationServerClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/AuthenticationServerClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/AuthenticationServerMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/AuthenticationServerMetrics.ClientType.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:36: warning: no comment [WARNING] AUTH_SERVICE("auth-service"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:37: warning: no comment [WARNING] DISPATCH_ROUTER("dispatch-router"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:38: warning: no comment [WARNING] UNKNOWN("unknown"); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthenticationService.AuthenticationAttemptOutcome.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:33: warning: no comment [WARNING] SUCCEEDED("succeeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:34: warning: no comment [WARNING] UNAUTHORIZED("unauthorized"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:35: warning: no comment [WARNING] UNAVAILABLE("unavailable"); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/AuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/AuthHandlerTools.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/Authorities.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/AuthoritiesImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthorizationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/AuthorizationException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthorizationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthTokenFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/AuthTokenValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AutoProvisionerConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/AutoProvisionerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/BaseAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/BaseDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:49: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:116: warning: no comment [WARNING] protected org.infinispan.commons.api.BasicCache getCache() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:112: warning: no comment [WARNING] protected void setCache(final org.infinispan.commons.api.BasicCache cache) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/BCryptHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/Cache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CacheBasedDeviceConnectionInfo.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CacheDirective.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/Caches.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/CachingClientFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactory.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactory.java:111: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/ChainAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ChirpStackProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/ClaimsBasedAuthorizationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/ClasspathSchemaCreator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/ClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/ClientErrorException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/ClientFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/ClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapEndpointFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapErrorResponse.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CoapProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/Command.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandAlreadyProcessedException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandConsumerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandConsumerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandContext.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/CommandContext.java:41: warning: no comment [WARNING] String KEY_TENANT_CONFIG = "tenant-config"; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandHandlers.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/CommandHandlers.java:33: warning: no comment [WARNING] protected static final Logger LOG = LoggerFactory.getLogger(CommandHandlers.class); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandHandlerWrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandRequestIdParameters.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/CommandResponder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandResponse.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/CommandResponseResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandResponseSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterAmqpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandRouterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandRouterCommandConsumerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandRouterConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CommandRouterConstants.CommandRouterAction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/CommandRouterServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandRouterServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/Commands.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/CommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/CommandSubscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/CommandTargetMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/CommandTargetMapperImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/CommandToBeReprocessedException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:57: warning: no comment [WARNING] public String getCacheName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:65: warning: no comment [WARNING] public String getCheckKey() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:73: warning: no comment [WARNING] public String getCheckValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:53: warning: no comment [WARNING] public void setCacheName(final String cacheName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:61: warning: no comment [WARNING] public void setCheckKey(final String checkKey) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:69: warning: no comment [WARNING] public void setCheckValue(final String checkValue) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/CommonConfigPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CommonCredential.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:133: warning: no comment [WARNING] public String getComment() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:148: warning: no comment [WARNING] public Map getExtensions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:115: warning: no comment [WARNING] public boolean isEnabled() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CommonCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/CommonKafkaClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/CommonKafkaClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CommonSecret.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonSecret.java:136: warning: no comment [WARNING] public final String getComment() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonSecret.java:54: warning: no comment [WARNING] public final boolean isEnabled() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/ComponentNameProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/ConfigBasedCoapEndpointFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/ConfigOptionsHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/ConfigPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/ConfigPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/ConfigurationProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/Configurations.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ConfigurationSupportingVerticle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/ConnectedDevicesAsyncCacheLoader.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:62: warning: no comment [WARNING] protected Clock clock = Clock.systemUTC(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:64: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ConnectionDuration.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/ConnectionDurationAsyncCacheLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/ConnectionDurationExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducer.Context.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:25: warning: no comment [WARNING] public static final String DEFAULT_LOG_LEVEL = "info"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:26: warning: no comment [WARNING] public static final ConnectionEventProducerType DEFAULT_TYPE = ConnectionEventProducerType.LOGGING; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:104: warning: no comment [WARNING] public final String getLogLevel() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:108: warning: no comment [WARNING] public final boolean isDebugLogLevel() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.ConnectionEventProducerType.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:118: warning: no comment [WARNING] NONE, LOGGING, EVENTS; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:118: warning: no comment [WARNING] NONE, LOGGING, EVENTS; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerConfig.java:118: warning: no comment [WARNING] NONE, LOGGING, EVENTS; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/ConnectionEventProducerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/ConnectionFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/ConnectionFactoryImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/ConnectionLifecycle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/ConnectionLifecycleWrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitAutoConfigException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitManager.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/ConnectionLimitStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/ConnectPacketAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/ConnectTimeoutException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Constants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/CredentialKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/Credentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:44: warning: no comment [WARNING] public static final String ADDRESS = DeviceChangeNotification.ADDRESS; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:45: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:43: warning: no comment [WARNING] public static final String TYPE_NAME = "credentials-change-v1"; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/CredentialsClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsConstants.CredentialsAction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/CredentialsDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CredentialsDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CredentialsManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/CredentialsManagementServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsObject.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:49: warning: no comment [WARNING] public List getCredentials() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:45: warning: no comment [WARNING] public String getDeviceId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:53: warning: no comment [WARNING] public Optional getResourceVersion() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/CredentialsResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/CredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/CredentialsServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/CredentialTypeResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/CryptVaultBasedFieldLevelEncryption.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/DaoBasedTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/DaoProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/DataVolume.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/DataVolumeAsyncCacheLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/DataVolumeExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/DefaultConnectionLimitManager.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/DefaultFailureHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/DefaultTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/DeferredConnectionCheckHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/DelegatingAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/DelegatingAuthenticationServiceProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/DelegatingCommandRouterAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/DelegatingCredentialsAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/DelegatingCredentialsManagementHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/DelegatingRegistrationAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/DelegatingTenantAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/DelegatingTenantManagementHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/DeploymentHealthCheck.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/Device.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/Device.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceAndGatewayAutoProvisioner.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCertificateValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:39: warning: no comment [WARNING] public static final String ADDRESS = "registry-device"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:40: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:38: warning: no comment [WARNING] public static final String TYPE_NAME = "device-change-v1"; [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/DeviceConnectionConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/DeviceConnectionDurationTracker.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/service-base/src/main/java/org/eclipse/hono/service/metric/DeviceConnectionDurationTracker.java:32: warning: no comment [WARNING] protected final Logger log = LoggerFactory.getLogger(DeviceConnectionDurationTracker.class); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/DeviceConnectionDurationTracker.Builder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/DeviceConnectionInfo.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/DeviceConnectionInfoProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/DeviceCredentialsAuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/DeviceDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/DeviceDisabledOrNotRegisteredException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/DeviceInfoSupplier.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/DeviceKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/DeviceManagementServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.java:41: warning: no comment [WARNING] public Device getDevice() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.java:45: warning: no comment [WARNING] public Optional getResourceVersion() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/DeviceRegistrationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/DeviceRegistryAmqpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/DeviceRegistryBasedCertificateVerifier.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/DeviceRegistryBasedPskStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/DeviceRegistryHttpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/DeviceRegistryMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/DeviceRegistryMetricsAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/DeviceRegistryUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/DeviceServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceStores.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/DeviceStores.StoreFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/DeviceUser.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/DeviceWithId.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/DisconnectListener.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/DownstreamAmqpMessageFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/DownstreamMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/DownstreamMessageProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/DropBySpanNamePrefixSampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/DuplicateKeyException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/EdgeDeviceAutoProvisioner.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/EmbeddedCache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/EncodedPassword.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/Endpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/EntityNotFoundException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/ErrorConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/ErrorSubscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/EventBusAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/EventBusAuthenticationService.HonoUserImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/EventConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/EventConstants.RegistrationStatus.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/src/main/java/org/eclipse/hono/util/EventConstants.java:50: warning: no comment [WARNING] NEW [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/EventResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/EventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/EventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/EverynetProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/ExecutionContextAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/FieldLevelEncryption.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/FieldLevelEncryption.NoopEncryption.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/FileBasedAuthenticationServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/FileFormat.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Filter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Filter.Operator.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:43: warning: no comment [WARNING] eq [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/FireflyProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Futures.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Futures.BlockingCode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/GatewayDisabledOrNotRegisteredException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/GatewayInfo.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/GenericCredential.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericCredential.java:121: warning: no comment [WARNING] public final Map getAdditionalProperties() { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/GenericOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/GenericReceiverLink.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/GenericRequestMessageFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/GenericSecret.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericSecret.java:39: warning: no comment [WARNING] public Map getAdditionalProperties() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericSecret.java:34: warning: no comment [WARNING] public void setAdditionalProperties(final Map additionalProperties) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/GenericSenderLink.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/HealthCheckProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/HealthCheckServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HonoBasicAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/HonoConnection.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/HonoConnectionImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/HonoEventConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/HonoExampleApplication.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/HonoExampleApplication.java:27: warning: no comment [WARNING] public static void main(final String[] args) { [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.html... [WARNING] /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:64: warning: no comment [WARNING] public static final String HONO_CLIENT_PASSWORD = System.getProperty("password", "verysecret"); [WARNING] ^ [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/HonoExampleConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/HonoHttpDevice.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/HonoKafkaConsumerHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/HonoPasswordEncoder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/HonoProtonHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/HonoSaslAuthenticator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/HonoSaslAuthenticatorFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/HonoTimestamp.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/HonoTopic.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/HonoTopic.Type.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/HonoUser.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/HonoUserAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Hostnames.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/HotrodCache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/HttpBasedMessageMapping.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/HttpContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/HttpProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/HttpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/HttpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpServerSpanHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpServiceBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpServiceConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/HttpUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Id.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/IdentityTemplate.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/InternalCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/InternalCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/InternalErrorTracer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/InternalKafkaTopicCleanupService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/JdbcBasedDeviceDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/JdbcBasedDeviceRegistryMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/JjwtBasedAuthTokenFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/JjwtBasedAuthTokenValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/JsonBasedLoraProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/JsonHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/JsonObjectExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/JsonObjectInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/JwkResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaAdminClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaAdminClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaApplicationClientImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/KafkaBasedCommand.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaBasedCommandConsumerFactoryImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/KafkaBasedCommandContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/KafkaBasedCommandResponseSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaBasedCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/KafkaBasedEventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaBasedMappingAndDelegatingCommandHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/KafkaBasedNotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/KafkaBasedNotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/KafkaBasedTelemetrySender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaClientFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/KafkaClientMetricsSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/KafkaClientMetricsSupportProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/KafkaCommandProcessingQueue.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/KafkaConsumerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/KafkaConsumerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/KafkaDownstreamMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaHeadersExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaHeadersInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaMessageContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/KafkaMessageProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/KafkaMetricsOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/KafkaProducerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/KafkaProducerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/KafkaProducerHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/KafkaProducerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/KafkaRecordHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/KafkaTracingHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/KerlinkProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/KerlinkProviderCustomContentType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/KeyLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/KubernetesContainerUtil.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Lifecycle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/LifecycleChange.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/LifecycleStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/LifecycleStatus.Status.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/LimitedResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/LimitedResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/LimitedResourceKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LiveObjectsProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/Location.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/LoggingConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/LongTag.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraCommand.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraMessageType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraMetaData.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/LoraProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProviderDownlinkException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraProviderMalformedPayloadException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoraUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/LoriotProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/ManagementServicesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/ManagementServicesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/ManagementStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/MapBasedExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/MapBasedTelemetryExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MappedMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/MapperEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/MapperEndpointOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/MemoryBasedConnectionLimitStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/Message.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/MessageAnnotationsExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/MessageAnnotationsInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/MessageConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/MessageContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/MessageDigestPasswordEncoder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/MessageHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MessageMapping.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/MessageNotProcessedException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/MessageProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/MessageUndeliverableException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/MessagingClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/MessagingClientProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/MessagingClientProviders.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/MessagingKafkaConsumerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/MessagingKafkaProducerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/MessagingType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/Metrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.ComponentType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.ConnectionAttemptOutcome.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.Direction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.EndpointType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.ProcessingOutcome.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.QoS.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MetricsTags.TtdStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/MicrometerBasedAmqpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/MicrometerBasedAuthenticationServerMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/MicrometerBasedCoapAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/MicrometerBasedCommandRouterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/MicrometerBasedHttpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/MicrometerBasedMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MicrometerBasedMqttAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/MicrometerBasedProtocolAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/MicrometerKafkaClientMetricsSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoAuthProviderConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoAuthProviderOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedCredentialsConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedCredentialsConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedCredentialsDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedCredentialsManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedCredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedDeviceManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/MongoDbBasedDeviceRegistryMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedHttpServiceConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedHttpServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedRegistrationConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedRegistrationConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedRegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedTenantDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedTenantManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedTenantsConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbBasedTenantsConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/MongoDbBasedTenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/MongoDbConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/MongoDbDocumentBuilder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttConnectContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttContext.ErrorHandlingMode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/MqttProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/MultiMapExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/MultiMapInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/MultiTechProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/NoConsumerException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/NoopAuthenticationServerMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/NoopBasedMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/NoopCredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/NoopHealthCheckServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NoOpNotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NoOpNotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/NoopRegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/NoopResourceLimitChecks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/NoOpSchemaCreator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/NoopTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/NoopTenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/NotificationAddressHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NotificationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NotificationEventBusSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/NotificationKafkaConsumerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/NotificationKafkaProducerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/NotificationSenderProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/NotificationSupportingServiceApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/NotificationTopicHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NotificationType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/NotificationTypeResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ObjeniousProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/OperationResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/OptimisticLockingException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/OrbiwiseProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Pair.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PasswordCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PasswordSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/PemReader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/PemReader.Entry.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/PendingPubAcks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/PortConfigurationHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/PreCredentialsValidationHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/PreSharedKeyDeviceIdentity.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitCheckOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecksConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/PropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/PropertyBag.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/ProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/ProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/ProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/ProtocolGateway.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/ProtonBasedAmqpAdapterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/ProtonBasedCommand.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/ProtonBasedCommandConsumerFactoryImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/ProtonBasedCommandContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/ProtonBasedCommandResponseSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/ProtonBasedCommandRouterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/ProtonBasedCredentialsClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/ProtonBasedDeviceRegistrationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedDownstreamMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/amqp/ProtonBasedDownstreamSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/ProtonBasedInternalCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/ProtonBasedInternalCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/ProtonBasedMappingAndDelegatingCommandHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/ProtonBasedNotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/ProtonBasedNotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/ProtonBasedRequestResponseCommandClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/ProtonBasedTenantClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ProximusProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PskCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/PskSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/QoS.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/RateLimitingSampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/ReconnectListener.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistrationAssertion.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/RegistrationAssertionException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistrationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/RegistrationLimits.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistrationResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/RegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/RegistrationServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/RegistryManagementConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/RequestDeviceAndAuth.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/RequestResponseApiConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/RequestResponseClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/RequestResponseClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/RequestResponseClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/RequestResponseResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/ResourceConflictException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceIdentifier.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/ResourceLimitChecks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/ResourceLimitExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceLimits.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceLimitsPeriod.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/ResourceLimitsPeriod.PeriodMode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Result.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/SamplerProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/SamplingPrioritySampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/SaslExternalAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/SaslPlainAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/SaslResponseContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/SchemaCreator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/SearchResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/SenderCachingServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/SendMessageSampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/SendMessageSampler.Factory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/SendMessageSampler.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/SendMessageSampler.Sample.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/SendMessageTimeoutException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/ServerConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/ServerErrorException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/ServerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/ServiceBaseUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/ServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/ServiceClientAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/ServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/ServiceInvocationException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/ServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/Services.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/SigfoxProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/SignatureSupportingConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/SignatureSupportingOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/SimpleAuthenticationServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/SmallRyeHealthCheckServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/SniExtensionHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Sort.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/Sort.Direction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/SpringBasedHonoPasswordEncoder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/SQL.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/Statement.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/Statement.ExpandedStatement.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/StatementConfiguration.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/Status.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/StatusCodeMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/StoreBasedTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/Stores.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/Strings.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/SubjectDnCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/Subscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/Subscription.Key.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/SubscriptionKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/TableAdapterStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/TableManagementStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/TcpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TelemetryConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/TelemetryExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/TelemetryResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/TelemetrySender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/TelemetrySender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/Tenant.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/TenantClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/TenantConnectionsExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantConstants.TenantAction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/TenantDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/TenantDisabledOrNotRegisteredException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TenantDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/TenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/TenantKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TenantManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/TenantManagementServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantObject.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/TenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/TenantServiceBasedX509Authentication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/TenantServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/TenantServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/TenantTraceSamplingHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TenantTracingConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TenantWithId.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/TheThingsStackProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/ThingsNetworkProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/TimeUntilDisconnectNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/TracerProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/TracingHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TracingSamplingMode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/TracingSupportingHonoResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/TriTuple.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/TrustedCertificateAuthority.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/UnknownStatusProvidingService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/UplinkLoraMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/UriNormalizationUtil.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/UsernamePasswordAuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/UsernamePasswordCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/ValidityBasedTrustOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/ValidityOnlyTrustManagerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/Versioned.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/VertxBasedAmqpProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/VertxBasedCoapAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/VertxBasedHttpProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/VertxBasedMqttProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/WrappedLifecycleComponentVerticle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/X509Authentication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/X509AuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/X509AuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/X509AuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/X509CertificateChainValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/X509CertificateCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/X509CertificateSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/constant-values.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/serialized-form.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/MapBasedTelemetryExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AbstractProtocolAdapterApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/HttpContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/MessagingClientProviders.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AbstractProtocolAdapterBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AdapterConnectionsExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/ConnectionDurationExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/ProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/MicrometerBasedProtocolAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/ProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/DataVolumeExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/RegistrationAssertionException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/MapperEndpointOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/MapperEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/TelemetryExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/ProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AuthorizationException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/TenantConnectionsExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/class-use/AdapterDisabledException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/TenantServiceBasedX509Authentication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCertificateValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/X509Authentication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/UsernamePasswordAuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/UsernamePasswordCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/ChainAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/AuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/ExecutionContextAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/AbstractDeviceCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/SubjectDnCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCredentialsAuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/CredentialsApiAuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/X509AuthProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/DeviceCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/class-use/PreCredentialsValidationHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/DefaultConnectionLimitManager.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/MemoryBasedConnectionLimitStrategy.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitManager.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/class-use/ConnectionLimitAutoConfigException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/HonoEventConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/AbstractMessageSenderConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducerConfig.ConnectionEventProducerType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/ConnectionEventProducer.Context.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/class-use/LoggingConnectionEventProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ConnectionDurationAsyncCacheLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/DataVolumeAsyncCacheLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitChecks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ResourceLimitChecks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/NoopResourceLimitChecks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitCheckOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/PrometheusBasedResourceLimitChecksConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/LimitedResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/LimitedResourceKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/class-use/ConnectedDevicesAsyncCacheLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslExternalAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterSaslAuthenticatorFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/MicrometerBasedAmqpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslPlainAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/SaslResponseContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/VertxBasedAmqpProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpAdapterConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/class-use/AmqpContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/EventResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CommandResponseResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceRegistryBasedCertificateVerifier.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/MicrometerBasedCoapAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/InternalErrorTracer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/AbstractHonoResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/TelemetryResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/TracingSupportingHonoResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapErrorResponse.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapEndpointFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/AbstractVertxBasedCoapAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/PreSharedKeyDeviceIdentity.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceRegistryBasedPskStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/RequestDeviceAndAuth.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/DeviceInfoSupplier.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/class-use/CoapAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/class-use/ConfigBasedCoapEndpointFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/class-use/VertxBasedCoapAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/X509AuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/AuthHandlerTools.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/AbstractVertxBasedHttpProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/MicrometerBasedHttpAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HonoBasicAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/class-use/HttpProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/class-use/VertxBasedHttpProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/SubscriptionKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/UplinkLoraMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraCommand.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/GatewayInfo.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/Location.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMetaData.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/class-use/LoraMessageType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoriotProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProviderDownlinkException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/MultiTechProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/TheThingsStackProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ThingsNetworkProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ProximusProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/EverynetProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/FireflyProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProviderMalformedPayloadException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ActilityEnterpriseProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ObjeniousProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LiveObjectsProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ActilityWirelessProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/KerlinkProviderCustomContentType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/ChirpStackProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/OrbiwiseProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/LoraProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/JsonBasedLoraProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/class-use/KerlinkProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MicrometerBasedMqttAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/X509AuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/ConnectPacketAuthHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/PendingPubAcks.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/CommandSubscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttConnectContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttAdapterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttAdapterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MappedMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MessageMapping.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractVertxBasedMqttProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractVertxBasedMqttProtocolAdapter.MqttDeviceEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/PropertyBag.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/MqttContext.ErrorHandlingMode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/ErrorSubscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/Subscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/Subscription.Key.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/class-use/AbstractSubscription.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/class-use/HttpBasedMessageMapping.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/class-use/VertxBasedMqttProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapterOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/class-use/SigfoxProtocolAdapterProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/class-use/HonoTimestamp.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/Device.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/AuthoritiesImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/HonoUser.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/HonoUserAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/Activity.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/class-use/Authorities.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/KeyLoader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/PemReader.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/PemReader.Entry.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/AbstractConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ServerConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ServerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/ServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/FileFormat.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/class-use/GenericOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/TenantTraceSamplingHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/TracingHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/MultiMapInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/JsonObjectInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/MultiMapExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/class-use/JsonObjectExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistrationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MessagingClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/LifecycleStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/LifecycleStatus.Status.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistrationResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsConstants.CredentialsAction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TelemetryConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MapBasedExecutionContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ConfigurationSupportingVerticle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantConstants.TenantAction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CacheDirective.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RequestResponseResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/AdapterInstanceStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistrationAssertion.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MessageHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RegistryManagementConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/IdentityTemplate.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/PortConfigurationHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TriTuple.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/DeviceConnectionConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Futures.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Futures.BlockingCode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Hostnames.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Pair.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Lifecycle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/WrappedLifecycleComponentVerticle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/QoS.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ConnectionDuration.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TracingSamplingMode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantTracingConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceLimits.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Adapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/TenantObject.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Strings.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/RequestResponseApiConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandRouterConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandRouterConstants.CommandRouterAction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/JsonHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CredentialsObject.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/MessagingType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/AuthenticationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/KubernetesContainerUtil.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/LimitedResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/DataVolume.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceLimitsPeriod.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceLimitsPeriod.PeriodMode.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/Constants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/EventConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/EventConstants.RegistrationStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/ResourceIdentifier.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/class-use/CommandConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CacheBasedDeviceConnectionInfo.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/InfinispanRemoteConfigurationOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/InfinispanRemoteConfigurationProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/HotrodCache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CommonCacheOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/CommonCacheConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/AdapterInstanceStatusProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/Cache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/BasicCache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/EmbeddedCache.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/class-use/DeviceConnectionInfo.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractRequestResponseServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/DownstreamAmqpMessageFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/RequestResponseClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/GenericReceiverLink.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractHonoClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/GenericSenderLink.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/AbstractServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/class-use/SenderCachingServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/RequestResponseClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/AddressHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/AuthenticatingClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/ClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/AuthenticatingClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/ClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/class-use/RequestResponseClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/ErrorConverter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/ConnectTimeoutException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/AmqpUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/ConnectionFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/HonoConnection.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/AmqpConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/ReconnectListener.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/ConnectionLifecycle.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/ConnectionLifecycleWrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/DisconnectListener.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/SendMessageSampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/SendMessageSampler.Sample.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/SendMessageSampler.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/SendMessageSampler.Factory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/HonoProtonHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/class-use/AmqpErrorException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/class-use/ConnectionFactoryImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/class-use/DeferredConnectionCheckHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/class-use/HonoConnectionImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/class-use/MessageAnnotationsInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/class-use/MessageAnnotationsExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/MessageConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/ApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/CommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/MessageContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/Message.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/DownstreamMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/TimeUntilDisconnectNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/class-use/MessageProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedDownstreamMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedRequestResponseCommandClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/AmqpMessageContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/AmqpApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/class-use/ProtonBasedApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaMessageProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaMessageContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/class-use/KafkaApplicationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaApplicationClientImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaDownstreamMessage.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/class-use/KafkaBasedCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/SendMessageTimeoutException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/NoConsumerException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ResourceConflictException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ClientErrorException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/MessageUndeliverableException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ResourceLimitExceededException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ServiceInvocationException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/ServerErrorException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/class-use/MessageNotProcessedException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/CachingClientFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/ClientFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/ServiceClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/MessagingClientProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/AnnotatedCacheKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/StatusCodeMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/class-use/DownstreamMessageProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/InternalCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandRouterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandConsumerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandRouterCommandConsumerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandRequestIdParameters.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/Commands.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandAlreadyProcessedException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandResponse.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandResponseSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandHandlers.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/InternalCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandToBeReprocessedException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/Command.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/class-use/CommandHandlerWrapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/class-use/ProtonBasedInternalCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/class-use/ProtonBasedInternalCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/class-use/ProtonBasedCommandContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/class-use/ProtonBasedCommandResponseSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/class-use/ProtonBasedCommand.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/class-use/ProtonBasedCommandRouterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/class-use/KafkaBasedInternalCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/class-use/KafkaBasedCommandContext.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/class-use/KafkaBasedCommand.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/class-use/KafkaBasedInternalCommandSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/class-use/KafkaBasedCommandResponseSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/CommandResponder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/EventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/TelemetrySender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/class-use/AmqpAdapterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/class-use/AmqpAdapterClientCommandConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/class-use/ProtonBasedAmqpAdapterClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/HonoTopic.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/HonoTopic.Type.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaRecordHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/ConfigOptionsHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaClientFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaAdminClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/KafkaAdminClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/CommonKafkaClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/CommonKafkaClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/class-use/AbstractKafkaConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/AsyncHandlingAutoCommitKafkaConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/MessagingKafkaConsumerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/HonoKafkaConsumerHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/HonoKafkaConsumer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/KafkaConsumerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/class-use/KafkaConsumerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/class-use/NoopKafkaClientMetricsSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/class-use/KafkaClientMetricsSupportProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/class-use/KafkaClientMetricsSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/class-use/MicrometerKafkaClientMetricsSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/class-use/KafkaMetricsOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/AbstractKafkaBasedMessageSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/KafkaProducerHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/KafkaProducerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/CachingKafkaProducerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/KafkaProducerOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/KafkaProducerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/class-use/MessagingKafkaProducerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/LongTag.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaTracingHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaHeadersInjectAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/class-use/KafkaHeadersExtractAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NotificationEventBusSupport.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NotificationTypeResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NoOpNotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NoOpNotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NotificationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/AbstractNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/class-use/NotificationType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/class-use/AllDevicesOfTenantDeletedNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/class-use/CredentialsChangeNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/class-use/TenantChangeNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/class-use/LifecycleChange.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/class-use/DeviceChangeNotification.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/class-use/NotificationAddressHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/class-use/ProtonBasedNotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/class-use/ProtonBasedNotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/class-use/NotificationKafkaProducerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/class-use/KafkaBasedNotificationSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/class-use/NotificationTopicHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/class-use/KafkaBasedNotificationReceiver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/class-use/NotificationKafkaConsumerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/class-use/TenantDisabledOrNotRegisteredException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/class-use/DeviceDisabledOrNotRegisteredException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/class-use/GatewayDisabledOrNotRegisteredException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/class-use/TenantClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/class-use/DeviceRegistrationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/class-use/CredentialsClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/class-use/ProtonBasedTenantClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/class-use/ProtonBasedCredentialsClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/class-use/ProtonBasedDeviceRegistrationClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/class-use/EventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/class-use/TelemetrySender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/amqp/class-use/ProtonBasedDownstreamSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/class-use/KafkaBasedTelemetrySender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/class-use/KafkaBasedEventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/class-use/AbstractKafkaBasedDownstreamSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/class-use/AmqpExampleDevice.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/class-use/HonoHttpDevice.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/class-use/HonoExampleApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/class-use/HonoExampleApplicationBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/class-use/HonoExampleConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/class-use/TcpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/class-use/ConfigurationProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/class-use/ProtocolGateway.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/NoopHealthCheckServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/NotificationSupportingServiceApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/AbstractServiceApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/ApplicationPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/DeploymentHealthCheck.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/ComponentNameProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/AbstractEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/Endpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/SmallRyeHealthCheckServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/HealthCheckServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/AbstractServiceBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/HealthCheckProvider.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/ApplicationOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/class-use/ApplicationConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/GenericRequestMessageFilter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractDelegatingRequestResponseEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractRequestResponseEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AbstractAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AmqpServiceBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/class-use/AmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/EncodedPassword.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AddressAuthzHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/SniExtensionHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/MessageDigestPasswordEncoder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/ClaimsBasedAuthorizationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/JjwtBasedAuthTokenValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/JjwtBasedAuthTokenFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthorizationConstants.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/DeviceUser.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/SpringBasedHonoPasswordEncoder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AbstractHonoAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/HonoSaslAuthenticatorFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/X509CertificateChainValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/HonoSaslAuthenticator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/HonoPasswordEncoder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/EventBusAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/EventBusAuthenticationService.HonoUserImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthTokenValidator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/SignatureSupportingOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/SignatureSupportingConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthenticationService.AuthenticationAttemptOutcome.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/BaseAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthorizationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/BCryptHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/ValidityOnlyTrustManagerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/ValidityBasedTrustOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/class-use/AuthTokenFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/AuthenticationServerClient.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/DelegatingAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/AuthenticationServerClientOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/class-use/AuthenticationServerClientConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/class-use/DelegatingAuthenticationServiceProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/class-use/Caches.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/AbstractHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/AbstractDelegatingHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/DefaultFailureHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceBase.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpServerSpanHelper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/class-use/HttpServiceConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/NoopBasedMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/Metrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MicrometerBasedMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.Direction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.QoS.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.TtdStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ProcessingOutcome.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ComponentType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.EndpointType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/MetricsTags.ConnectionAttemptOutcome.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/DeviceConnectionDurationTracker.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/class-use/DeviceConnectionDurationTracker.Builder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/class-use/UriNormalizationUtil.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/class-use/DropBySpanNamePrefixSampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/class-use/RateLimitingSampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/class-use/SamplerProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/class-use/SamplingPrioritySampler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/class-use/TracerProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/class-use/ServiceBaseUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/class-use/ServiceClientAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/class-use/PropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/JwkResource.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/NoopAuthenticationServerMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/SimpleAuthenticationServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/AuthenticationEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/AuthenticationServerMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/AuthenticationServerMetrics.ClientType.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/class-use/MicrometerBasedAuthenticationServerMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/class-use/FileBasedAuthenticationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcDeviceStoreProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcDeviceStoreOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcTenantStoreOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcTenantStoreProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/class-use/JdbcOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/OptimisticLockingException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/DuplicateKeyException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/EntityNotFoundException.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/StatementConfiguration.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/AbstractStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/Statement.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/Statement.ExpandedStatement.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/class-use/SQL.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceStores.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceStores.StoreFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/TableManagementStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/Configurations.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/CredentialsReadResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/TableAdapterStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/AbstractDeviceStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/class-use/DeviceReadResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/class-use/JdbcBasedDeviceDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/Stores.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/ManagementStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/AbstractTenantStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/AdapterStore.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/class-use/TenantReadResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterAmqpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/MicrometerBasedCommandRouterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/AdapterInstanceStatusService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandRouterMetrics.Noop.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandTargetMapper.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/class-use/CommandConsumerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/class-use/DeviceConnectionInfoProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/class-use/MetricsFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/UnknownStatusProvidingService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/KubernetesBasedAdapterInstanceStatusService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/DelegatingCommandRouterAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/CommandRouterServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/CommandTargetMapperImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/class-use/AbstractMappingAndDelegatingCommandHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/class-use/ProtonBasedMappingAndDelegatingCommandHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/class-use/ProtonBasedCommandConsumerFactoryImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/InternalKafkaTopicCleanupService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaCommandProcessingQueue.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaBasedMappingAndDelegatingCommandHandler.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/class-use/KafkaBasedCommandConsumerFactoryImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/class-use/CommonConfigPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/class-use/AbstractHttpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/class-use/AbstractDeviceRegistryApplication.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/class-use/NotificationSenderProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/class-use/AbstractAmqpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/class-use/DeviceRegistryMetricsAdapter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/class-use/DeviceRegistryMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/class-use/DeviceRegistryHttpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/class-use/DeviceRegistryAmqpServer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/AbstractCredentialsManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/NoopCredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/CredentialKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/class-use/AbstractCredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AutoProvisionerConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractDeviceManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AutoProvisionerConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractAutoProvisioningEventSender.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/EdgeDeviceAutoProvisioner.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/AbstractRegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/NoopRegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/class-use/DeviceKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/NoopTenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/DefaultTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AbstractTenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/AbstractTenantManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/TenantKey.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/TenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/class-use/NoopTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/Versioned.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/DeviceRegistryUtils.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/CryptVaultBasedFieldLevelEncryption.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/FieldLevelEncryption.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/class-use/FieldLevelEncryption.NoopEncryption.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/class-use/DelegatingCredentialsAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/class-use/CredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/AbstractDelegatingRegistryHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/BaseDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Sort.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Sort.Direction.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Filter.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Filter.Operator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Id.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/SearchResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/OperationResult.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/class-use/Result.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialTypeResolver.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/Credentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/GenericCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/DelegatingCredentialsManagementHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PskCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/GenericSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonCredentials.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PskSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/X509CertificateSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/X509CertificateCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialsDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PasswordSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/PasswordCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CredentialsManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonSecret.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/class-use/CommonCredential.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DelegatingDeviceManagementHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceAndGatewayAutoProvisioner.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceWithId.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/Status.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceStatus.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/Device.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/class-use/DeviceManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantDto.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/DelegatingTenantManagementHttpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantWithId.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TenantManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/RegistrationLimits.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/TrustedCertificateAuthority.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/class-use/Tenant.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/class-use/DelegatingRegistrationAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/class-use/RegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/class-use/TenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/class-use/DelegatingTenantAmqpEndpoint.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/HttpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/AmqpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/JdbcBasedDeviceRegistryMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/ConfigPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/StoreProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/class-use/ManagementServicesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/TenantServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/DeviceServiceOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/class-use/SchemaCreator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/TenantManagementServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/DeviceManagementServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/CredentialsManagementServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/NoOpSchemaCreator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/RegistrationServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/TenantServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/StoreBasedTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/Services.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/CredentialsServiceImpl.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/class-use/ClasspathSchemaCreator.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/Application.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/DaoProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/AmqpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/MongoDbBasedDeviceRegistryMetrics.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/HttpServerFactory.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/ManagementServicesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/class-use/ConfigPropertiesProducer.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedHttpServiceConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoAuthProviderConfig.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedRegistrationConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedRegistrationConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedTenantsConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedTenantsConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedCredentialsConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/AbstractMongoDbBasedRegistryConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedCredentialsConfigProperties.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoAuthProviderOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/class-use/MongoDbBasedHttpServiceConfigOptions.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/MongoDbBasedCredentialsDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/MongoDbBasedTenantDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/DeviceDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/MongoDbBasedDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/MongoDbBasedDeviceDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/CredentialsDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/class-use/TenantDao.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedCredentialsService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedTenantManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedDeviceManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedRegistrationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedTenantService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/MongoDbBasedCredentialsManagementService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/class-use/DaoBasedTenantInformationService.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/class-use/MongoDbDocumentBuilder.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/amqp/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/auth/device/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/coap/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/http/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/limiting/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/lora/providers/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/monitoring/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/mqtt/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/resourcelimits/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/adapter/sigfox/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/annotation/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/application/client/kafka/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/auth/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/authentication/file/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/config/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/connection/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/amqp/tracing/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/command/kafka/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/device/amqp/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/consumer/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/metrics/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/producer/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/kafka/tracing/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/notification/kafka/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/registry/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/telemetry/kafka/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/client/util/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/commandrouter/impl/kafka/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/config/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceconnection/infinispan/client/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/config/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/jdbc/impl/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/metrics/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/app/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/config/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/model/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/service/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/mongodb/utils/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/server/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/credentials/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/device/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/service/tenant/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/deviceregistry/util/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/devices/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/example/protocolgateway/controller/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/notification/deviceregistry/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/amqp/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/auth/delegating/quarkus/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/config/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/device/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/model/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/base/jdbc/store/tenant/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/cache/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/credentials/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/http/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/credentials/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/device/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/management/tenant/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/metric/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/registration/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tenant/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/tracing/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/service/util/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/tracing/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/util/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/org/eclipse/hono/vertx/example/base/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/deprecated-list.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target/site/apidocs/help-doc.html... [WARNING] 100 warnings [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.1.0: [INFO] [INFO] Hono ............................................... SUCCESS [ 27.196 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.014 s] [INFO] Legal Documents .................................... SUCCESS [ 5.461 s] [INFO] Hono Test Utils .................................... SUCCESS [ 8.423 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 7.510 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 1.298 s] [INFO] Hono Core .......................................... SUCCESS [ 23.337 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.084 s] [INFO] Hono Client Common ................................. SUCCESS [ 8.656 s] [INFO] Hono Client AMQP Connection ........................ SUCCESS [ 10.182 s] [INFO] Hono Notification Client ........................... SUCCESS [ 5.643 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 1.321 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 7.681 s] [INFO] Hono Notification Client (AMQP) .................... SUCCESS [ 5.702 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 2.354 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 12.533 s] [INFO] Hono Notification Client (Kafka) ................... SUCCESS [ 5.299 s] [INFO] Hono Service base .................................. SUCCESS [ 19.079 s] [INFO] Hono Client for Command & Control .................. SUCCESS [ 6.040 s] [INFO] Hono Device Registry Client ........................ SUCCESS [ 2.651 s] [INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [ 6.082 s] [INFO] Hono Client for Command & Control (Kafka) .......... SUCCESS [ 6.779 s] [INFO] Hono Registry Client (AMQP) ........................ SUCCESS [ 6.721 s] [INFO] Hono Telemetry Client .............................. SUCCESS [ 4.386 s] [INFO] Hono Telemetry Client (AMQP) ....................... SUCCESS [ 6.334 s] [INFO] Hono Telemetry Client (Kafka) ...................... SUCCESS [ 5.575 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 9.721 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 1.192 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.598 s] [INFO] Hono Protocol Adapters Parent ...................... SUCCESS [ 7.295 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 21.780 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 12.602 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 8.222 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 4.767 s] [INFO] Hono Lora Adapter .................................. SUCCESS [ 9.999 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 9.498 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 5.334 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 4.961 s] [INFO] Hono Client Device AMQP ............................ SUCCESS [ 4.836 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 4.005 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 6.746 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 5.770 s] [INFO] Hono command-line interface ........................ SUCCESS [ 18.278 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 12.938 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.005 s] [INFO] Hono Client Examples ............................... SUCCESS [ 2.457 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 4.239 s] [INFO] Hono Services ...................................... SUCCESS [ 0.070 s] [INFO] Hono Services Parent ............................... SUCCESS [ 0.100 s] [INFO] Hono Auth base ..................................... SUCCESS [ 8.143 s] [INFO] Hono Auth Server ................................... SUCCESS [ 5.768 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 18.929 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 5.609 s] [INFO] Hono Command Router ................................ SUCCESS [ 16.719 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 35.770 s] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 8.735 s] [INFO] Hono Site .......................................... SUCCESS [ 0.618 s] [INFO] Hono Integration Tests ............................. SUCCESS [ 12.289 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:59 min [INFO] Finished at: 2022-08-22T11:43:58Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Inspecting build with total of 22 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 22 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Hono Dependencies [pom] [INFO] Legal Documents [jar] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [jar] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client AMQP Connection [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Client for Command & Control [jar] [INFO] Hono Device Registry Client [jar] [INFO] Hono Client for Command & Control (AMQP) [jar] [INFO] Hono Client Device AMQP [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] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.1.0 [1/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-parent --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.1.0/hono-parent-2.1.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 2.1.0 [2/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-bom --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.1.0/hono-bom-2.1.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 2.1.0 [3/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ hono-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 51 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.1.0/hono-legal-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.1.0/hono-legal-2.1.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 2.1.0 [4/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/2.1.0/test-utils-2.1.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 2.1.0 [5/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ core-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.1.0/core-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.1.0/core-test-utils-2.1.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 2.1.0 [6/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ 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 45 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.1.0/hono-demo-certs-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.1.0/hono-demo-certs-2.1.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 2.1.0 [7/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-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-CLI-Native-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-core --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-core --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.1.0/hono-core-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.1.0/hono-core-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/core/target/hono-core-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.1.0/hono-core-2.1.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 2.1.0 [8/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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.2.2:jandex (make-index) @ hono-clients-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.1.0/hono-clients-parent-2.1.0.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 2.1.0 [9/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-common --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.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-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.1.0/hono-client-common-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.1.0/hono-client-common-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/client-common/target/hono-client-common-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.1.0/hono-client-common-2.1.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------ [INFO] Building Hono Client AMQP Connection 2.1.0 [10/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-connection --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-amqp-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-amqp-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-client-amqp-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-amqp-connection --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_demo_certs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/demo-certs/target/hono-demo-certs-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-amqp-connection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-amqp-connection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-amqp-connection --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.1.0/hono-client-amqp-connection-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.1.0/hono-client-amqp-connection-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.1.0/hono-client-amqp-connection-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 2.1.0 [11/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ client-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ client-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.1.0/client-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/client-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.1.0/client-test-utils-2.1.0.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 2.1.0 [12/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-common --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-amqp-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/classes/META-INF/jandex.idx [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] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-amqp-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.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-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.1.0/hono-client-amqp-common-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.1.0/hono-client-amqp-common-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.1.0/hono-client-amqp-common-2.1.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 2.1.0 [13/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kafka-test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ kafka-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [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-CLI-Native-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kafka-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ kafka-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kafka-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.1.0/kafka-test-utils-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/test-utils/kafka-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.1.0/kafka-test-utils-2.1.0.pom [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 2.1.0 [14/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-kafka-common --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-kafka-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/classes/META-INF/jandex.idx [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 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-kafka-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.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-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.1.0/hono-client-kafka-common-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.1.0/hono-client-kafka-common-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.1.0/hono-client-kafka-common-2.1.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-command >---------------- [INFO] Building Hono Client for Command & Control 2.1.0 [15/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command --- [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-command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-command --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-command --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-command --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-command --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.1.0/hono-client-command-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.1.0/hono-client-command-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command/target/hono-client-command-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.1.0/hono-client-command-2.1.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-registry >---------------- [INFO] Building Hono Device Registry Client 2.1.0 [16/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-registry --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-registry --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-registry --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-registry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-registry --- [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-registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-registry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-registry --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-registry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-registry --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-registry --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.1.0/hono-client-registry-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.1.0/hono-client-registry-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/registry/target/hono-client-registry-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.1.0/hono-client-registry-2.1.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-amqp >-------------- [INFO] Building Hono Client for Command & Control (AMQP) 2.1.0 [17/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-amqp --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-command-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-command-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-command-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-command-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-command-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-command-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.1.0/hono-client-command-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.1.0/hono-client-command-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.1.0/hono-client-command-amqp-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-device-amqp >-------------- [INFO] Building Hono Client Device AMQP 2.1.0 [18/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-device-amqp --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-device-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ hono-client-device-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-device-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-device-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-client-device-amqp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-device-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-device-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:check (default_check) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-device-amqp --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.1.0/hono-client-device-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.1.0/hono-client-device-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.1.0/hono-client-device-amqp-2.1.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 2.1.0 [19/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-application --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/classes/META-INF/jandex.idx [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-CLI-Native-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.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-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.1.0/hono-client-application-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.1.0/hono-client-application-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application/target/hono-client-application-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.1.0/hono-client-application-2.1.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 2.1.0 [20/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-amqp --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.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-CLI-Native-Pipeline/clients/application-amqp/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-application-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/classes/META-INF/jandex.idx [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.10.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-CLI-Native-Pipeline/clients/application-amqp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-application-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.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-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.1.0/hono-client-application-amqp-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.1.0/hono-client-application-amqp-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.1.0/hono-client-application-amqp-2.1.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 2.1.0 [21/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-kafka --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-client-application-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/classes/META-INF/jandex.idx [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.10.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-CLI-Native-Pipeline/clients/application-kafka/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-client-application-kafka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.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-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.7: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-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.1.0/hono-client-application-kafka-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.1.0/hono-client-application-kafka-2.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.1.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.1.0/hono-client-application-kafka-2.1.0-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 2.1.0 [22/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom (1.5 kB at 3.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar (221 kB at 1.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (default) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [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.10.1:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.2:jandex (make-index) @ hono-cli --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ hono-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ hono-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/legal/target/hono-legal-2.1.0.jar to /home/jenkins/agent/workspace/Hono-CLI-Native-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-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0.jar [INFO] [INFO] --- quarkus-maven-plugin:2.10.2.Final:build (default) @ hono-cli --- [WARNING] [io.quarkus.deployment.steps.ReflectiveHierarchyStep] Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index: - io.micrometer.core.instrument.MeterRegistry (source: PicocliNativeImageProcessor) - io.micrometer.core.instrument.binder.kafka.KafkaClientMetrics (source: PicocliNativeImageProcessor) - io.opentracing.Span (source: PicocliNativeImageProcessor) - io.opentracing.Tracer (source: PicocliNativeImageProcessor) - io.vertx.core.AsyncResult (source: PicocliNativeImageProcessor) - io.vertx.core.Context (source: PicocliNativeImageProcessor) - io.vertx.core.Future (source: PicocliNativeImageProcessor) - io.vertx.core.Handler (source: PicocliNativeImageProcessor) - io.vertx.core.Promise (source: PicocliNativeImageProcessor) - io.vertx.core.Vertx (source: PicocliNativeImageProcessor) - io.vertx.core.buffer.Buffer (source: PicocliNativeImageProcessor) - io.vertx.core.net.KeyCertOptions (source: PicocliNativeImageProcessor) - io.vertx.core.net.TrustOptions (source: PicocliNativeImageProcessor) - io.vertx.kafka.client.common.TopicPartition (source: PicocliNativeImageProcessor) - io.vertx.kafka.client.consumer.KafkaConsumer (source: PicocliNativeImageProcessor) - io.vertx.kafka.client.consumer.KafkaConsumerRecord (source: PicocliNativeImageProcessor) - io.vertx.kafka.client.producer.KafkaProducer (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonClient (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonClientOptions (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonConnection (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonDelivery (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonReceiver (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonSender (source: PicocliNativeImageProcessor) - io.vertx.proton.ProtonSession (source: PicocliNativeImageProcessor) - javax.enterprise.event.Event (source: PicocliNativeImageProcessor) - org.apache.qpid.proton.amqp.Symbol (source: PicocliNativeImageProcessor) - org.apache.qpid.proton.message.Message (source: PicocliNativeImageProcessor) - org.eclipse.microprofile.health.HealthCheckResponse (source: PicocliNativeImageProcessor) - org.eclipse.microprofile.health.HealthCheckResponse$Status (source: PicocliNativeImageProcessor) Consider adding them to the index either by creating a Jandex index for your dependency via the Maven plugin, an empty META-INF/beans.xml or quarkus.index-dependency properties. [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building native image source jar: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-native-image-source-jar/hono-cli-2.1.0-exec.jar [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Building native image from /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-native-image-source-jar/hono-cli-2.1.0-exec.jar [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on native-image 22.2.0.0-Final Mandrel Distribution (Java Version 17.0.4+8) [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] /graalvm/bin/native-image -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=3 -J-Duser.language=en -J-Duser.country=US -J-Dfile.encoding=UTF-8 -H:-ParseOnce -J--add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED -J--add-opens=java.base/java.text=ALL-UNNAMED --initialize-at-run-time=io.netty.internal.tcnative.SSL,org.apache.kafka.common.security.authenticator.SaslClientAuthenticator -J--add-opens=org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk=ALL-UNNAMED -J--add-opens=org.graalvm.nativeimage.builder/com.oracle.svm.core.jdk.localization=ALL-UNNAMED -J--add-opens=org.graalvm.nativeimage.base/com.oracle.svm.util=ALL-UNNAMED -J--add-opens=org.graalvm.sdk/org.graalvm.nativeimage.impl=ALL-UNNAMED -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy\$BySpaceAndTime -H:+JNI -H:+AllowFoldMethods -J-Djava.awt.headless=true -H:FallbackThreshold=0 --link-at-build-time -H:+ReportExceptionStackTraces -J-Xmx6G -H:-AddAllCharsets -H:EnableURLProtocols=http -H:NativeLinkerOption=-no-pie -H:-UseServiceLoaderFeature -H:+StackTrace -H:AdditionalSecurityProviders=com.sun.security.sasl.Provider,org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientProvider,org.apache.kafka.common.security.scram.internals.ScramSaslClientProvider hono-cli-2.1.0-exec -jar hono-cli-2.1.0-exec.jar ======================================================================================================================== GraalVM Native Image: Generating 'hono-cli-2.1.0-exec' (executable)... ======================================================================================================================== [1/7] Initializing... (10.6s @ 0.27GB) Version info: 'GraalVM 22.2.0.0-Final Java 17 Mandrel Distribution' Java version info: '17.0.4+8' C compiler: gcc (linux, x86_64, 10.2.1) Garbage collector: Serial GC 5 user-specific feature(s) - io.quarkus.caffeine.runtime.graal.CacheConstructorsAutofeature - io.quarkus.runner.AutoFeature - io.quarkus.runtime.graal.DisableLoggingAutoFeature - io.quarkus.runtime.graal.ResourcesFeature - org.graalvm.home.HomeFinderFeature: Finds GraalVM paths and its version number [2/7] Performing analysis... [*********] (74.1s @ 1.04GB) 14,910 (90.32%) of 16,508 classes reachable 23,072 (63.45%) of 36,362 fields reachable 77,299 (60.38%) of 128,013 methods reachable 819 classes, 1,158 fields, and 6,813 methods registered for reflection 66 classes, 81 fields, and 56 methods registered for JNI access 4 native libraries: dl, pthread, rt, z [3/7] Building universe... (3.9s @ 1.71GB) [4/7] Parsing methods... [*****] (25.1s @ 1.42GB) [5/7] Inlining methods... [****] (10.7s @ 1.30GB) [6/7] Compiling methods... [**********] (110.4s @ 1.95GB) [7/7] Creating image... (7.1s @ 2.01GB) 33.67MB (52.55%) for code area: 52,254 compilation units 30.05MB (46.90%) for image heap: 346,615 objects and 76 resources 365.27KB ( 0.56%) for other data 64.08MB in total ------------------------------------------------------------------------------------------------------------------------ Top 10 packages in code area: Top 10 object types in image heap: 3.15MB org.apache.kafka.common.message 7.27MB byte[] for code metadata 1.80MB sun.security.ssl 3.69MB java.lang.Class 1.23MB java.util 3.16MB java.lang.String 1.13MB picocli 2.87MB byte[] for java.lang.String 760.51KB com.sun.crypto.provider 2.85MB byte[] for general heap data 634.59KB org.jline.builtins 1.25MB com.oracle.svm.core.hub.DynamicHubCompanion 587.17KB java.lang.invoke 1.05MB byte[] for reflection metadata 560.17KB java.lang 647.70KB java.lang.String[] 549.63KB org.apache.kafka.clients.consumer.internals 612.56KB java.util.HashMap$Node 525.94KB org.jline.reader.impl 540.08KB c.o.svm.core.hub.DynamicHub$ReflectionMetadata 22.44MB for 540 more packages 5.51MB for 3695 more object types ------------------------------------------------------------------------------------------------------------------------ 13.8s (5.5% of total time) in 61 GCs | Peak RSS: 3.76GB | CPU load: 1.95 ------------------------------------------------------------------------------------------------------------------------ Produced artifacts: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-native-image-source-jar/hono-cli-2.1.0-exec (executable) /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-native-image-source-jar/hono-cli-2.1.0-exec.build_artifacts.txt (txt) ======================================================================================================================== Finished generating 'hono-cli-2.1.0-exec' in 4m 8s. [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] objcopy --strip-debug hono-cli-2.1.0-exec [INFO] [io.quarkus.deployment.pkg.steps.UpxCompressionBuildStep] Executing /usr/bin/upx -9 /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-exec Ultimate Packer for eXecutables Copyright (C) 1996 - 2020 UPX 3.96 Markus Oberhumer, Laszlo Molnar & John Reiser Jan 23rd 2020 File size Ratio Format Name -------------------- ------ ----------- ----------- 67056640 -> 21202072 31.62% linux/amd64 hono-cli-2.1.0-exec Packed 1 file. [INFO] [io.quarkus.deployment.pkg.steps.UpxCompressionBuildStep] Native executable compressed: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0-exec [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 297011ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli --- [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/target/hono-cli-2.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/2.1.0/hono-cli-2.1.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline/cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-cli/2.1.0/hono-cli-2.1.0.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.1.0: [INFO] [INFO] Hono ............................................... SUCCESS [ 0.830 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.013 s] [INFO] Legal Documents .................................... SUCCESS [ 0.770 s] [INFO] Hono Test Utils .................................... SUCCESS [ 1.210 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 1.639 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 0.069 s] [INFO] Hono Core .......................................... SUCCESS [ 4.549 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.092 s] [INFO] Hono Client Common ................................. SUCCESS [ 1.164 s] [INFO] Hono Client AMQP Connection ........................ SUCCESS [ 2.407 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 0.189 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 1.505 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 0.284 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 2.177 s] [INFO] Hono Client for Command & Control .................. SUCCESS [ 0.842 s] [INFO] Hono Device Registry Client ........................ SUCCESS [ 0.266 s] [INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [ 0.940 s] [INFO] Hono Client Device AMQP ............................ SUCCESS [ 0.495 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 0.313 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 0.586 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 0.668 s] [INFO] Hono command-line interface ........................ SUCCESS [04:59 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:21 min [INFO] Finished at: 2022-08-22T11:49:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Add version for documentation) [Pipeline] sh DEPLOY_DOCUMENTATION: false STABLE_DOCUMENTATION: false will not release documentation for release ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Commit and tag release version) [Pipeline] sh will not create tag for release ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Set next version) [Pipeline] sh will not create next version ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Commit and push) [Pipeline] sshagent [ssh-agent] Using credentials eclipse-hono-bot (GitHub bot (SSH)) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container hono-builder of pod hono-cli-native-pipeline-38-1cs5n-702js-0801m Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-W7TbGJYl7Qkm/agent.6531; export SSH_AUTH_SOCK; SSH_AGENT_PID=6532; export SSH_AGENT_PID; echo Agent pid 6532; SSH_AUTH_SOCK=/tmp/ssh-W7TbGJYl7Qkm/agent.6531 SSH_AGENT_PID=6532 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline@tmp/private_key_3455052625743762863.key (/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline@tmp/private_key_3455052625743762863.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh will not push newly created tag and next version ... [Pipeline] } Executing sh script inside container hono-builder of pod hono-cli-native-pipeline-38-1cs5n-702js-0801m Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 6532 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Copy Artifacts) [Pipeline] sshagent [ssh-agent] Using credentials genie.hono (ssh://genie.hono@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container hono-builder of pod hono-cli-native-pipeline-38-1cs5n-702js-0801m Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-ab89pjjHEnoC/agent.6576; export SSH_AUTH_SOCK; SSH_AGENT_PID=6577; export SSH_AGENT_PID; echo Agent pid 6577; SSH_AUTH_SOCK=/tmp/ssh-ab89pjjHEnoC/agent.6576 SSH_AGENT_PID=6577 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline@tmp/private_key_1048365840616177322.key (/home/jenkins/agent/workspace/Hono-CLI-Native-Pipeline@tmp/private_key_1048365840616177322.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh CLI artifacts created by build process: total 53592 drwxr-sr-x. 2 1000770000 1000770000 59 Aug 22 11:49 . drwxr-sr-x. 25 1000770000 1000770000 4096 Aug 22 11:44 .. -rwxr-xr-x. 1 1000770000 1000770000 21202072 Aug 22 11:48 hono-cli-2.1.0 -rw-r--r--. 1 1000770000 1000770000 33665995 Aug 22 11:41 hono-cli-2.1.0-exec.jar will not copy artifacts to download server ... [Pipeline] } Executing sh script inside container hono-builder of pod hono-cli-native-pipeline-38-1cs5n-702js-0801m Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 6577 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline [withMaven] WARNING abort infinite build trigger loop. Please consider opening a Jira issue: Infinite loop of job triggers Finished: SUCCESS